Interface CommandSource

All Known Implementing Classes:
BaseCommandBlock, DebugCommand.Tracer, DedicatedServer, GameTestServer, IntegratedServer, MinecartCommandBlock.MinecartCommandBase, MinecraftServer, RconConsoleSource

public interface CommandSource
  • Field Details

  • Method Details

    • sendSystemMessage

      void sendSystemMessage(Component p_230797_)
    • acceptsSuccess

      boolean acceptsSuccess()
    • acceptsFailure

      boolean acceptsFailure()
    • shouldInformAdmins

      boolean shouldInformAdmins()
    • alwaysAccepts

      default boolean alwaysAccepts()