类 RconConsoleSource
java.lang.Object
net.minecraft.server.rcon.RconConsoleSource
- 所有已实现的接口:
CommandSource
-
字段概要
字段修饰符和类型字段说明private final StringBuffer
private static final String
private static final Component
private final MinecraftServer
从接口继承的字段 net.minecraft.commands.CommandSource
NULL
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.commands.CommandSource
alwaysAccepts
-
字段详细资料
-
RCON
- 另请参阅:
-
RCON_COMPONENT
-
buffer
-
server
-
-
构造器详细资料
-
RconConsoleSource
-
-
方法详细资料
-
prepareForCommand
public void prepareForCommand() -
getCommandResponse
-
createCommandSourceStack
-
sendSystemMessage
- 指定者:
sendSystemMessage
在接口中CommandSource
-
acceptsSuccess
public boolean acceptsSuccess()- 指定者:
acceptsSuccess
在接口中CommandSource
-
acceptsFailure
public boolean acceptsFailure()- 指定者:
acceptsFailure
在接口中CommandSource
-
shouldInformAdmins
public boolean shouldInformAdmins()- 指定者:
shouldInformAdmins
在接口中CommandSource
-