Class ChaseCommand

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

public class ChaseCommand extends Object
Mappings:
Namespace Name
official adm
intermediary net/minecraft/class_6634
named net/minecraft/server/command/ChaseCommand
  • Field Details

    • LOCALHOST

      private static final String LOCALHOST
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b:Ljava/lang/String;
      intermediary field_35000 Lnet/minecraft/class_6634;field_35000:Ljava/lang/String;
      named LOCALHOST Lnet/minecraft/server/command/ChaseCommand;LOCALHOST:Ljava/lang/String;
    • BIND_ALL

      private static final String BIND_ALL
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Ladm;c:Ljava/lang/String;
      intermediary field_35001 Lnet/minecraft/class_6634;field_35001:Ljava/lang/String;
      named BIND_ALL Lnet/minecraft/server/command/ChaseCommand;BIND_ALL:Ljava/lang/String;
    • DEFAULT_PORT

      private static final int DEFAULT_PORT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Ladm;d:I
      intermediary field_35002 Lnet/minecraft/class_6634;field_35002:I
      named DEFAULT_PORT Lnet/minecraft/server/command/ChaseCommand;DEFAULT_PORT:I
    • INTERVAL

      private static final int INTERVAL
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Ladm;e:I
      intermediary field_35003 Lnet/minecraft/class_6634;field_35003:I
      named INTERVAL Lnet/minecraft/server/command/ChaseCommand;INTERVAL:I
    • DIMENSIONS

      public static BiMap<String,RegistryKey<World>> DIMENSIONS
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a:Lcom/google/common/collect/BiMap;
      intermediary field_34999 Lnet/minecraft/class_6634;field_34999:Lcom/google/common/collect/BiMap;
      named DIMENSIONS Lnet/minecraft/server/command/ChaseCommand;DIMENSIONS:Lcom/google/common/collect/BiMap;
    • server

      @Nullable private static @Nullable ChaseServer server
      Mappings:
      Namespace Name Mixin selector
      official f Ladm;f:Lade;
      intermediary field_35004 Lnet/minecraft/class_6634;field_35004:Lnet/minecraft/class_6632;
      named server Lnet/minecraft/server/command/ChaseCommand;server:Lnet/minecraft/server/chase/ChaseServer;
    • client

      @Nullable private static @Nullable ChaseClient client
      Mappings:
      Namespace Name Mixin selector
      official g Ladm;g:Ladd;
      intermediary field_35005 Lnet/minecraft/class_6634;field_35005:Lnet/minecraft/class_6630;
      named client Lnet/minecraft/server/command/ChaseCommand;client:Lnet/minecraft/server/chase/ChaseClient;
  • Constructor Details

    • ChaseCommand

      public ChaseCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_38770 Lnet/minecraft/class_6634;method_38770(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/ChaseCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • stop

      private static int stop(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ldn;)I
      intermediary method_38772 Lnet/minecraft/class_6634;method_38772(Lnet/minecraft/class_2168;)I
      named stop Lnet/minecraft/server/command/ChaseCommand;stop(Lnet/minecraft/server/command/ServerCommandSource;)I
    • isRunning

      private static boolean isRunning(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Ldn;)Z
      intermediary method_38775 Lnet/minecraft/class_6634;method_38775(Lnet/minecraft/class_2168;)Z
      named isRunning Lnet/minecraft/server/command/ChaseCommand;isRunning(Lnet/minecraft/server/command/ServerCommandSource;)Z
    • startServer

      private static int startServer(ServerCommandSource source, String ip, int port)
      Mappings:
      Namespace Name Mixin selector
      official a Ladm;a(Ldn;Ljava/lang/String;I)I
      intermediary method_38773 Lnet/minecraft/class_6634;method_38773(Lnet/minecraft/class_2168;Ljava/lang/String;I)I
      named startServer Lnet/minecraft/server/command/ChaseCommand;startServer(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;I)I
    • startClient

      private static int startClient(ServerCommandSource source, String ip, int port)
      Mappings:
      Namespace Name Mixin selector
      official b Ladm;b(Ldn;Ljava/lang/String;I)I
      intermediary method_38776 Lnet/minecraft/class_6634;method_38776(Lnet/minecraft/class_2168;Ljava/lang/String;I)I
      named startClient Lnet/minecraft/server/command/ChaseCommand;startClient(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;I)I