Package net.minecraft.server.commands
Class DebugCommand.TraceCustomExecutor
java.lang.Object
net.minecraft.commands.execution.CustomCommandExecutor.WithErrorHandling<CommandSourceStack>
net.minecraft.server.commands.DebugCommand.TraceCustomExecutor
- All Implemented Interfaces:
 com.mojang.brigadier.Command<CommandSourceStack>,CustomCommandExecutor<CommandSourceStack>,CustomCommandExecutor.CommandAdapter<CommandSourceStack>
- Enclosing class:
 - DebugCommand
 
static class DebugCommand.TraceCustomExecutor
extends CustomCommandExecutor.WithErrorHandling<CommandSourceStack>
implements CustomCommandExecutor.CommandAdapter<CommandSourceStack>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomCommandExecutor
CustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T extends ExecutionCommandSource<T>> - 
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidrunGuarded(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) Methods inherited from class net.minecraft.commands.execution.CustomCommandExecutor.WithErrorHandling
onError, runMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.CustomCommandExecutor
runMethods inherited from interface net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapter
run 
- 
Constructor Details
- 
TraceCustomExecutor
TraceCustomExecutor() 
 - 
 - 
Method Details
- 
runGuarded
public void runGuarded(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
 runGuardedin classCustomCommandExecutor.WithErrorHandling<CommandSourceStack>- Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 
 -