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 apr
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeAdd
(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) private static int
executeList
(ServerCommandSource source) private static int
executeOff
(ServerCommandSource source) private static int
executeOn
(ServerCommandSource source) private static int
executeReload
(ServerCommandSource source) private static int
executeRemove
(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
ALREADY_ON_EXCEPTION
private 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
Lapr;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
ALREADY_OFF_EXCEPTION
private 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
Lapr;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
ADD_FAILED_EXCEPTION
private 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
Lapr;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
REMOVE_FAILED_EXCEPTION
private 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
Lapr;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
WhitelistCommand
public 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
Lapr;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
Lapr;a(Lep;)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 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
Lapr;a(Lep;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 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
Lapr;b(Lep;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 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
Lapr;b(Lep;)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 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
Lapr;c(Lep;)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
Lapr;d(Lep;)I
-