Package net.minecraft.server.commands
Class FunctionCommand.FunctionCustomExecutor
java.lang.Object
net.minecraft.commands.execution.CustomCommandExecutor.WithErrorHandling<CommandSourceStack>
net.minecraft.server.commands.FunctionCommand.FunctionCustomExecutor
- All Implemented Interfaces:
- com.mojang.brigadier.Command<CommandSourceStack>,- CustomCommandExecutor<CommandSourceStack>,- CustomCommandExecutor.CommandAdapter<CommandSourceStack>
- Enclosing class:
- FunctionCommand
abstract static class FunctionCommand.FunctionCustomExecutor
extends CustomCommandExecutor.WithErrorHandling<CommandSourceStack>
implements CustomCommandExecutor.CommandAdapter<CommandSourceStack>
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomCommandExecutorCustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T extends ExecutionCommandSource<T>>
- 
Field SummaryFields inherited from interface com.mojang.brigadier.CommandSINGLE_SUCCESS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract CompoundTagarguments(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_306010_) voidrunGuarded(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) Methods inherited from class net.minecraft.commands.execution.CustomCommandExecutor.WithErrorHandlingonError, runMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.CustomCommandExecutorrunMethods inherited from interface net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapterrun
- 
Constructor Details- 
FunctionCustomExecutorFunctionCustomExecutor()
 
- 
- 
Method Details- 
arguments@Nullable protected abstract CompoundTag arguments(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_306010_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
runGuardedpublic void runGuarded(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- runGuardedin class- CustomCommandExecutor.WithErrorHandling<CommandSourceStack>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-