Uses of Interface
net.minecraft.server.function.CommandFunctionManager.Tracer
Packages that use CommandFunctionManager.Tracer
-
Uses of CommandFunctionManager.Tracer in net.minecraft.server.command
Classes in net.minecraft.server.command that implement CommandFunctionManager.Tracer -
Uses of CommandFunctionManager.Tracer in net.minecraft.server.function
Fields in net.minecraft.server.function declared as CommandFunctionManager.TracerModifier and TypeFieldDescriptionprivate final @Nullable CommandFunctionManager.Tracer
CommandFunctionManager.Execution.tracer
Methods in net.minecraft.server.function with parameters of type CommandFunctionManager.TracerModifier and TypeMethodDescriptionvoid
CommandFunction.CommandElement.execute
(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) void
CommandFunction.Element.execute
(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) void
CommandFunction.FunctionElement.execute
(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) void
CommandFunctionManager.Entry.execute
(CommandFunctionManager manager, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, @Nullable CommandFunctionManager.Tracer tracer) int
CommandFunctionManager.execute
(CommandFunction function, ServerCommandSource source, @Nullable CommandFunctionManager.Tracer tracer) Executes a function.Constructors in net.minecraft.server.function with parameters of type CommandFunctionManager.TracerModifierConstructorDescription(package private)