Class WhitelistCommand
java.lang.Object
net.minecraft.server.dedicated.command.WhitelistCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/dedicated/command/WhitelistCommand- intermediary - net/minecraft/class_3156- official - apk
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecuteAdd(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) private static intexecuteList(ServerCommandSource source) private static intexecuteOff(ServerCommandSource source) private static intexecuteOn(ServerCommandSource source) private static intexecuteReload(ServerCommandSource source) private static intexecuteRemove(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Field Details- 
ALREADY_ON_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_ON_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - ALREADY_ON_EXCEPTION- Lnet/minecraft/server/dedicated/command/WhitelistCommand;ALREADY_ON_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13767- Lnet/minecraft/class_3156;field_13767:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - a- Lapk;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
ALREADY_OFF_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_OFF_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - ALREADY_OFF_EXCEPTION- Lnet/minecraft/server/dedicated/command/WhitelistCommand;ALREADY_OFF_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13770- Lnet/minecraft/class_3156;field_13770:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - b- Lapk;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
ADD_FAILED_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADD_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - ADD_FAILED_EXCEPTION- Lnet/minecraft/server/dedicated/command/WhitelistCommand;ADD_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13768- Lnet/minecraft/class_3156;field_13768:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - c- Lapk;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
REMOVE_FAILED_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVE_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - REMOVE_FAILED_EXCEPTION- Lnet/minecraft/server/dedicated/command/WhitelistCommand;REMOVE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13769- Lnet/minecraft/class_3156;field_13769:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - d- Lapk;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 
- 
- 
Constructor Details- 
WhitelistCommandpublic WhitelistCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/dedicated/command/WhitelistCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13836- Lnet/minecraft/class_3156;method_13836(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lapk;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeReload- Mappings:
- Namespace - Name - Mixin selector - named - executeReload- Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeReload(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13850- Lnet/minecraft/class_3156;method_13850(Lnet/minecraft/class_2168;)I- official - a- Lapk;a(Lex;)I
 
- 
executeAddprivate 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 - named - executeAdd- Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeAdd(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I- intermediary - method_13838- Lnet/minecraft/class_3156;method_13838(Lnet/minecraft/class_2168;Ljava/util/Collection;)I- official - a- Lapk;a(Lex;Ljava/util/Collection;)I
 
- 
executeRemoveprivate 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 - named - executeRemove- Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeRemove(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I- intermediary - method_13845- Lnet/minecraft/class_3156;method_13845(Lnet/minecraft/class_2168;Ljava/util/Collection;)I- official - b- Lapk;b(Lex;Ljava/util/Collection;)I
 
- 
executeOnprivate static int executeOn(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeOn- Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeOn(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13839- Lnet/minecraft/class_3156;method_13839(Lnet/minecraft/class_2168;)I- official - b- Lapk;b(Lex;)I
 
- 
executeOffprivate static int executeOff(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeOff- Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeOff(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13837- Lnet/minecraft/class_3156;method_13837(Lnet/minecraft/class_2168;)I- official - c- Lapk;c(Lex;)I
 
- 
executeList- Mappings:
- Namespace - Name - Mixin selector - named - executeList- Lnet/minecraft/server/dedicated/command/WhitelistCommand;executeList(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13840- Lnet/minecraft/class_3156;method_13840(Lnet/minecraft/class_2168;)I- official - d- Lapk;d(Lex;)I
 
 
-