Class ChaseCommand

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

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

    • server

      private static ChaseServer server
      Mappings:
      Namespace Name Mixin selector
      official a Lxz;a:Lxs;
      intermediary field_34366 Lnet/minecraft/class_6488;field_34366:Lnet/minecraft/class_6487;
      named server Lnet/minecraft/server/command/ChaseCommand;server:Lnet/minecraft/server/chase/ChaseServer;
    • client

      private static ChaseClient client
      Mappings:
      Namespace Name Mixin selector
      official b Lxz;b:Lxr;
      intermediary field_34367 Lnet/minecraft/class_6488;field_34367:Lnet/minecraft/class_6486;
      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 Lxz;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_37885 Lnet/minecraft/class_6488;method_37885(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 Lxz;a(Ldm;)I
      intermediary method_37887 Lnet/minecraft/class_6488;method_37887(Lnet/minecraft/class_2168;)I
      named stop Lnet/minecraft/server/command/ChaseCommand;stop(Lnet/minecraft/server/command/ServerCommandSource;)I
    • startServer

      private static int startServer(ServerCommandSource source, int port)
      Mappings:
      Namespace Name Mixin selector
      official a Lxz;a(Ldm;I)I
      intermediary method_37888 Lnet/minecraft/class_6488;method_37888(Lnet/minecraft/class_2168;I)I
      named startServer Lnet/minecraft/server/command/ChaseCommand;startServer(Lnet/minecraft/server/command/ServerCommandSource;I)I
    • startClient

      private static int startClient(ServerCommandSource source, String ip, int port)
      Mappings:
      Namespace Name Mixin selector
      official a Lxz;a(Ldm;Ljava/lang/String;I)I
      intermediary method_37889 Lnet/minecraft/class_6488;method_37889(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