类 DebugCommand.Tracer
java.lang.Object
net.minecraft.server.commands.DebugCommand.Tracer
- 所有已实现的接口:
AutoCloseable
,CommandSource
,TraceCallbacks
- 封闭类:
DebugCommand
-
字段概要
字段从接口继承的字段 net.minecraft.commands.CommandSource
NULL
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
boolean
void
close()
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
-
字段详细资料
-
INDENT_OFFSET
public static final int INDENT_OFFSET- 另请参阅:
-
output
-
lastIndent
private int lastIndent -
waitingForResult
private boolean waitingForResult
-
-
构造器详细资料
-
Tracer
Tracer(PrintWriter p_180079_)
-
-
方法详细资料
-
indentAndSave
private void indentAndSave(int p_180082_) -
printIndent
private void printIndent(int p_180098_) -
newLine
private void newLine() -
onCommand
- 指定者:
onCommand
在接口中TraceCallbacks
-
onReturn
- 指定者:
onReturn
在接口中TraceCallbacks
-
onCall
- 指定者:
onCall
在接口中TraceCallbacks
-
onError
- 指定者:
onError
在接口中TraceCallbacks
-
sendSystemMessage
- 指定者:
sendSystemMessage
在接口中CommandSource
-
acceptsSuccess
public boolean acceptsSuccess()- 指定者:
acceptsSuccess
在接口中CommandSource
-
acceptsFailure
public boolean acceptsFailure()- 指定者:
acceptsFailure
在接口中CommandSource
-
shouldInformAdmins
public boolean shouldInformAdmins()- 指定者:
shouldInformAdmins
在接口中CommandSource
-
alwaysAccepts
public boolean alwaysAccepts()- 指定者:
alwaysAccepts
在接口中CommandSource
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中TraceCallbacks
-