Interface CommandOutput

All Known Implementing Classes:
class_481, MinecraftServer, ServerPlayNetworkHandler

@Environment(SERVER) public interface CommandOutput
Mappings:
Namespace Name
intermediary net/minecraft/class_39
glue class_466
server mb
client net/minecraft/class_39
named net/minecraft/server/command/CommandOutput
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • sendMessage

      void sendMessage(String message)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1409 Lnet/minecraft/class_39;method_1409(Ljava/lang/String;)V
      glue method_1222 Lclass_466;method_1222(Ljava/lang/String;)V
      server b Lmb;b(Ljava/lang/String;)V
      client method_1409 Lnet/minecraft/class_39;method_1409(Ljava/lang/String;)V
      named sendMessage Lnet/minecraft/server/command/CommandOutput;sendMessage(Ljava/lang/String;)V
    • getName

      String getName()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1410 Lnet/minecraft/class_39;method_1410()Ljava/lang/String;
      glue method_1224 Lclass_466;method_1224()Ljava/lang/String;
      server d Lmb;d()Ljava/lang/String;
      client method_1410 Lnet/minecraft/class_39;method_1410()Ljava/lang/String;
      named getName Lnet/minecraft/server/command/CommandOutput;getName()Ljava/lang/String;