Package net.minecraft.server.commands
Class DebugCommand.Tracer
java.lang.Object
net.minecraft.server.commands.DebugCommand.Tracer
- All Implemented Interfaces:
 AutoCloseable,CommandSource,TraceCallbacks
- Enclosing class:
 - DebugCommand
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprivate intprivate final PrintWriterprivate booleanFields inherited from interface net.minecraft.commands.CommandSource
NULL - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidclose()private voidindentAndSave(int p_180082_) private voidnewLine()voidonCall(int p_180091_, ResourceLocation p_180092_, int p_180093_) voidvoidvoidprivate voidprintIndent(int p_180098_) voidsendSystemMessage(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:
 onCommandin interfaceTraceCallbacks
 - 
onReturn
- Specified by:
 onReturnin interfaceTraceCallbacks
 - 
onCall
- Specified by:
 onCallin interfaceTraceCallbacks
 - 
onError
- Specified by:
 onErrorin interfaceTraceCallbacks
 - 
sendSystemMessage
- Specified by:
 sendSystemMessagein interfaceCommandSource
 - 
acceptsSuccess
public boolean acceptsSuccess()- Specified by:
 acceptsSuccessin interfaceCommandSource
 - 
acceptsFailure
public boolean acceptsFailure()- Specified by:
 acceptsFailurein interfaceCommandSource
 - 
shouldInformAdmins
public boolean shouldInformAdmins()- Specified by:
 shouldInformAdminsin interfaceCommandSource
 - 
alwaysAccepts
public boolean alwaysAccepts()- Specified by:
 alwaysAcceptsin interfaceCommandSource
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceTraceCallbacks
 
 -