Package net.minecraft.server.commands
Class DebugCommand.Tracer
java.lang.Object
net.minecraft.server.commands.DebugCommand.Tracer
- All Implemented Interfaces:
CommandSource
,ServerFunctionManager.TraceCallbacks
- Enclosing class:
DebugCommand
static class DebugCommand.Tracer
extends Object
implements ServerFunctionManager.TraceCallbacks, CommandSource
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
private int
private final PrintWriter
private boolean
Fields inherited from interface net.minecraft.commands.CommandSource
NULL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
private void
indentAndSave
(int p_180082_) private void
newLine()
void
onCall
(int p_180091_, ResourceLocation p_180092_, int p_180093_) void
void
void
private void
printIndent
(int p_180098_) void
sendSystemMessage
(Component p_214427_) boolean
-
Field Details
-
INDENT_OFFSET
public static final int INDENT_OFFSET- See Also:
-
output
-
lastIndent
private int lastIndent -
waitingForResult
private boolean waitingForResult
-
-
Constructor Details
-
Tracer
Tracer(PrintWriter p_180079_)
-
-
Method Details
-
indentAndSave
private void indentAndSave(int p_180082_) -
printIndent
private void printIndent(int p_180098_) -
newLine
private void newLine() -
onCommand
- Specified by:
onCommand
in interfaceServerFunctionManager.TraceCallbacks
-
onReturn
- Specified by:
onReturn
in interfaceServerFunctionManager.TraceCallbacks
-
onCall
- Specified by:
onCall
in interfaceServerFunctionManager.TraceCallbacks
-
onError
- Specified by:
onError
in interfaceServerFunctionManager.TraceCallbacks
-
sendSystemMessage
- Specified by:
sendSystemMessage
in interfaceCommandSource
-
acceptsSuccess
public boolean acceptsSuccess()- Specified by:
acceptsSuccess
in interfaceCommandSource
-
acceptsFailure
public boolean acceptsFailure()- Specified by:
acceptsFailure
in interfaceCommandSource
-
shouldInformAdmins
public boolean shouldInformAdmins()- Specified by:
shouldInformAdmins
in interfaceCommandSource
-
alwaysAccepts
public boolean alwaysAccepts()- Specified by:
alwaysAccepts
in interfaceCommandSource
-