Class Command

java.lang.Object
net.minecraft.server.command.Command

@Environment(SERVER) public class Command extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_38
glue class_12
server af
client net/minecraft/class_38
named net/minecraft/server/command/Command
  • Field Details

    • commandString

      public final String commandString
      Mappings:
      Namespace Name Mixin selector
      intermediary field_159 Lnet/minecraft/class_38;field_159:Ljava/lang/String;
      glue field_15 Lclass_12;field_15:Ljava/lang/String;
      server a Laf;a:Ljava/lang/String;
      client field_159 Lnet/minecraft/class_38;field_159:Ljava/lang/String;
      named commandString Lnet/minecraft/server/command/Command;commandString:Ljava/lang/String;
    • source

      public final CommandSource source
      Mappings:
      Namespace Name Mixin selector
      intermediary field_160 Lnet/minecraft/class_38;field_160:Lnet/minecraft/class_39;
      glue field_16 Lclass_12;field_16:Lclass_466;
      server b Laf;b:Lmb;
      client field_160 Lnet/minecraft/class_38;field_160:Lnet/minecraft/class_39;
      named source Lnet/minecraft/server/command/Command;source:Lnet/minecraft/server/command/CommandSource;
  • Constructor Details

    • Command

      public Command(String commandString, CommandSource source)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_38;<init>(Ljava/lang/String;Lnet/minecraft/class_39;)V
      glue <init> Lclass_12;<init>(Ljava/lang/String;Lclass_466;)V
      server <init> Laf;<init>(Ljava/lang/String;Lmb;)V
      client <init> Lnet/minecraft/class_38;<init>(Ljava/lang/String;Lnet/minecraft/class_39;)V
      named <init> Lnet/minecraft/server/command/Command;<init>(Ljava/lang/String;Lnet/minecraft/server/command/CommandSource;)V