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