Package net.minecraft.commands
Interface CommandSource
- All Known Implementing Classes:
BaseCommandBlock,DebugCommand.Tracer,DedicatedServer,GameTestServer,IntegratedServer,MinecartCommandBlock.MinecartCommandBase,MinecraftServer,RconConsoleSource
public interface CommandSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommandSourceACommandSourcethat ignores all messages. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleandefault booleanvoidsendSystemMessage(Component pComponent) boolean
-
Field Details
-
NULL
ACommandSourcethat ignores all messages.
-
-
Method Details
-
sendSystemMessage
-
acceptsSuccess
boolean acceptsSuccess() -
acceptsFailure
boolean acceptsFailure() -
shouldInformAdmins
boolean shouldInformAdmins() -
alwaysAccepts
default boolean alwaysAccepts()
-