接口 CommandSource
- 所有已知实现类:
BaseCommandBlock
,DebugCommand.Tracer
,DedicatedServer
,GameTestServer
,IntegratedServer
,MinecartCommandBlock.MinecartCommandBase
,MinecraftServer
,RconConsoleSource
public interface CommandSource
-
字段概要
字段 -
方法概要
-
字段详细资料
-
NULL
-
-
方法详细资料
-
sendSystemMessage
-
acceptsSuccess
boolean acceptsSuccess() -
acceptsFailure
boolean acceptsFailure() -
shouldInformAdmins
boolean shouldInformAdmins() -
alwaysAccepts
default boolean alwaysAccepts()
-