Class WhitelistCommand

java.lang.Object
net.minecraft.server.dedicated.command.WhitelistCommand

public class WhitelistCommand extends Object
Mappings:
Namespace Name
official agd
intermediary net/minecraft/class_3156
named net/minecraft/server/dedicated/command/WhitelistCommand
  • Field Details

    • ALREADY_ON_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_ON_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lagd;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13767 Lnet/minecraft/class_3156;field_13767:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named ALREADY_ON_EXCEPTION Lnet/minecraft/server/dedicated/command/WhitelistCommand;ALREADY_ON_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • ALREADY_OFF_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_OFF_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official b Lagd;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13770 Lnet/minecraft/class_3156;field_13770:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named ALREADY_OFF_EXCEPTION Lnet/minecraft/server/dedicated/command/WhitelistCommand;ALREADY_OFF_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • ADD_FAILED_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADD_FAILED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official c Lagd;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13768 Lnet/minecraft/class_3156;field_13768:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named ADD_FAILED_EXCEPTION Lnet/minecraft/server/dedicated/command/WhitelistCommand;ADD_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • REMOVE_FAILED_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVE_FAILED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official d Lagd;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13769 Lnet/minecraft/class_3156;field_13769:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named REMOVE_FAILED_EXCEPTION Lnet/minecraft/server/dedicated/command/WhitelistCommand;REMOVE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • WhitelistCommand

      public WhitelistCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Lagd;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_13836 Lnet/minecraft/class_3156;method_13836(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/dedicated/command/WhitelistCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • executeReload

      private static int executeReload(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Lagd;a(Ldn;)I
      intermediary method_13850 Lnet/minecraft/class_3156;method_13850(Lnet/minecraft/class_2168;)I
      named executeReload Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeReload(Lnet/minecraft/server/command/ServerCommandSource;)I
    • executeAdd

      private static int executeAdd(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lagd;a(Ldn;Ljava/util/Collection;)I
      intermediary method_13838 Lnet/minecraft/class_3156;method_13838(Lnet/minecraft/class_2168;Ljava/util/Collection;)I
      named executeAdd Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeAdd(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
    • executeRemove

      private static int executeRemove(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official b Lagd;b(Ldn;Ljava/util/Collection;)I
      intermediary method_13845 Lnet/minecraft/class_3156;method_13845(Lnet/minecraft/class_2168;Ljava/util/Collection;)I
      named executeRemove Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeRemove(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
    • executeOn

      private static int executeOn(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official b Lagd;b(Ldn;)I
      intermediary method_13839 Lnet/minecraft/class_3156;method_13839(Lnet/minecraft/class_2168;)I
      named executeOn Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeOn(Lnet/minecraft/server/command/ServerCommandSource;)I
    • executeOff

      private static int executeOff(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official c Lagd;c(Ldn;)I
      intermediary method_13837 Lnet/minecraft/class_3156;method_13837(Lnet/minecraft/class_2168;)I
      named executeOff Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeOff(Lnet/minecraft/server/command/ServerCommandSource;)I
    • executeList

      private static int executeList(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official d Lagd;d(Ldn;)I
      intermediary method_13840 Lnet/minecraft/class_3156;method_13840(Lnet/minecraft/class_2168;)I
      named executeList Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeList(Lnet/minecraft/server/command/ServerCommandSource;)I