Class ListCommand

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

public class ListCommand extends Object
Mappings:
Namespace Name
official aen
intermediary net/minecraft/class_3078
named net/minecraft/server/command/ListCommand
  • Constructor Details

    • ListCommand

      public ListCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Laen;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_13435 Lnet/minecraft/class_3078;method_13435(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/ListCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • executeNames

      private static int executeNames(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Laen;a(Ldn;)I
      intermediary method_13437 Lnet/minecraft/class_3078;method_13437(Lnet/minecraft/class_2168;)I
      named executeNames Lnet/minecraft/server/command/ListCommand;executeNames(Lnet/minecraft/server/command/ServerCommandSource;)I
    • executeUuids

      private static int executeUuids(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official b Laen;b(Ldn;)I
      intermediary method_13436 Lnet/minecraft/class_3078;method_13436(Lnet/minecraft/class_2168;)I
      named executeUuids Lnet/minecraft/server/command/ListCommand;executeUuids(Lnet/minecraft/server/command/ServerCommandSource;)I
    • execute

      private static int execute(ServerCommandSource source, Function<ServerPlayerEntity,Text> nameProvider)
      Mappings:
      Namespace Name Mixin selector
      official a Laen;a(Ldn;Ljava/util/function/Function;)I
      intermediary method_13434 Lnet/minecraft/class_3078;method_13434(Lnet/minecraft/class_2168;Ljava/util/function/Function;)I
      named execute Lnet/minecraft/server/command/ListCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/function/Function;)I