net.minecraft.server.function

public interface Tracer

extends AutoCloseable

net.minecraft.commands.execution.TraceCallbacks
net.minecraft.class_6346
net.minecraft.server.function.Tracer

Method summary

Modifier and TypeMethod
void
onCommand(int depth, String command)
method_36349(int arg0, String arg1)
traceCommandStart(int depth, String command)
void
onReturn(int depth, String command, int result)
method_36350(int arg0, String arg1, int arg2)
traceCommandEnd(int depth, String command, int result)
void
onError(String message)
method_36352(String arg0)
traceError(String message)
void
onCall(int depth, Identifier function, int size)
method_36351(int arg0, class_2960 arg1, int arg2)
traceFunctionCall(int depth, Identifier function, int size)
void
close()