Class WhitelistCommand
java.lang.Object
net.minecraft.server.dedicated.command.WhitelistCommand
public class WhitelistCommand extends Object
- Mappings:
Namespace Name official zm
intermediary net/minecraft/class_3156
named net/minecraft/server/dedicated/command/WhitelistCommand
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ADD_FAILED_EXCEPTION
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ALREADY_OFF_EXCEPTION
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ALREADY_ON_EXCEPTION
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
REMOVE_FAILED_EXCEPTION
-
Constructor Summary
Constructors Constructor Description WhitelistCommand()
-
Method Summary
Modifier and Type Method Description private 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 official a
Lzm;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
Lzm;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
Lzm;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
Lzm;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
Lzm;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
Lzm;a(Ldb;)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
Lzm;a(Ldb;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
Lzm;b(Ldb;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
Lzm;b(Ldb;)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
Lzm;c(Ldb;)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
Lzm;d(Ldb;)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
-