Class WhitelistCommand
java.lang.Object
net.minecraft.server.dedicated.command.WhitelistCommand
- Mappings:
- Namespace - Name - official - agu- intermediary - net/minecraft/class_3156- named - net/minecraft/server/dedicated/command/WhitelistCommand
- 
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 - official - a- Lagu;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_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_OFF_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagu;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_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADD_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - c- Lagu;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_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVE_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - d- Lagu;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- 
WhitelistCommandpublic WhitelistCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagu;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- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagu;a(Lds;)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
 
- 
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 - official - a- Lagu;a(Lds;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
 
- 
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 - official - b- Lagu;b(Lds;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
 
- 
executeOnprivate static int executeOn(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagu;b(Lds;)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
 
- 
executeOffprivate static int executeOff(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lagu;c(Lds;)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- Mappings:
- Namespace - Name - Mixin selector - official - d- Lagu;d(Lds;)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
 
 
-