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
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
default boolean
void
sendSystemMessage
(Component p_230797_) boolean
-
Field Details
-
NULL
-
-
Method Details
-
sendSystemMessage
-
acceptsSuccess
boolean acceptsSuccess() -
acceptsFailure
boolean acceptsFailure() -
shouldInformAdmins
boolean shouldInformAdmins() -
alwaysAccepts
default boolean alwaysAccepts()
-