Uses of Interface
net.minecraft.commands.execution.TraceCallbacks
Packages that use TraceCallbacks
Package
Description
-
Uses of TraceCallbacks in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type TraceCallbacksModifier and TypeMethodDescriptionvoidCommandSourceStack.handleError(com.mojang.brigadier.exceptions.CommandExceptionType p_307548_, com.mojang.brigadier.Message p_307613_, boolean p_307560_, @Nullable TraceCallbacks p_307654_) voidExecutionCommandSource.handleError(com.mojang.brigadier.exceptions.CommandExceptionType pExceptionType, com.mojang.brigadier.Message pMessage, boolean pSuccess, @Nullable TraceCallbacks pTraceCallbacks) default voidExecutionCommandSource.handleError(com.mojang.brigadier.exceptions.CommandSyntaxException pException, boolean pSuccess, @Nullable TraceCallbacks pTraceCallbacks) -
Uses of TraceCallbacks in net.minecraft.commands.execution
Fields in net.minecraft.commands.execution declared as TraceCallbacksMethods in net.minecraft.commands.execution that return TraceCallbacksModifier and TypeMethodDescription@Nullable TraceCallbacksExecutionContext.tracer()@Nullable TraceCallbacksExecutionControl.tracer()Methods in net.minecraft.commands.execution with parameters of type TraceCallbacksModifier and TypeMethodDescriptionprotected voidCustomCommandExecutor.WithErrorHandling.onError(com.mojang.brigadier.exceptions.CommandSyntaxException pError, T pSource, ChainModifiers pChainModifiers, @Nullable TraceCallbacks pTraceCallbacks) voidExecutionContext.tracer(@Nullable TraceCallbacks pTracer) voidExecutionControl.tracer(@Nullable TraceCallbacks pTracer) -
Uses of TraceCallbacks in net.minecraft.server.commands
Classes in net.minecraft.server.commands that implement TraceCallbacks