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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intprivate intprivate final PrintWriterprivate booleanFields inherited from interface net.minecraft.commands.CommandSourceNULL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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_OFFSETpublic static final int INDENT_OFFSET- See Also:
 
- 
output
- 
lastIndentprivate int lastIndent
- 
waitingForResultprivate boolean waitingForResult
 
- 
- 
Constructor Details- 
TracerTracer(PrintWriter p_180079_) 
 
- 
- 
Method Details- 
indentAndSaveprivate void indentAndSave(int p_180082_) 
- 
printIndentprivate void printIndent(int p_180098_) 
- 
newLineprivate void newLine()
- 
onCommand- Specified by:
- onCommandin interface- TraceCallbacks
 
- 
onReturn- Specified by:
- onReturnin interface- TraceCallbacks
 
- 
onCall- Specified by:
- onCallin interface- TraceCallbacks
 
- 
onError- Specified by:
- onErrorin interface- TraceCallbacks
 
- 
sendSystemMessage- Specified by:
- sendSystemMessagein interface- CommandSource
 
- 
acceptsSuccesspublic boolean acceptsSuccess()- Specified by:
- acceptsSuccessin interface- CommandSource
 
- 
acceptsFailurepublic boolean acceptsFailure()- Specified by:
- acceptsFailurein interface- CommandSource
 
- 
shouldInformAdminspublic boolean shouldInformAdmins()- Specified by:
- shouldInformAdminsin interface- CommandSource
 
- 
alwaysAcceptspublic boolean alwaysAccepts()- Specified by:
- alwaysAcceptsin interface- CommandSource
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- TraceCallbacks
 
 
-