Package net.minecraft.commands.execution
Interface CustomModifierExecutor.ModifierAdapter<T>
- All Superinterfaces:
CustomModifierExecutor<T>
,com.mojang.brigadier.RedirectModifier<T>
- All Known Implementing Classes:
ExecuteCommand.ExecuteIfFunctionCustomModifier
,ReturnCommand.ReturnFromCommandCustomModifier
- Enclosing interface:
- CustomModifierExecutor<T>
public static interface CustomModifierExecutor.ModifierAdapter<T>
extends com.mojang.brigadier.RedirectModifier<T>, CustomModifierExecutor<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomModifierExecutor
CustomModifierExecutor.ModifierAdapter<T>
-
Method Summary
Methods inherited from interface net.minecraft.commands.execution.CustomModifierExecutor
apply
-
Method Details
-
apply
default Collection<T> apply(com.mojang.brigadier.context.CommandContext<T> p_311038_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
apply
in interfacecom.mojang.brigadier.RedirectModifier<T>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-