net.minecraft.server.commands

public class WhitelistCommand

aqo
net.minecraft.server.commands.WhitelistCommand
net.minecraft.class_3156
net.minecraft.server.dedicated.command.WhitelistCommand
net.minecraft.server.commands.CommandWhitelist

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_ALREADY_ENABLED
field_13767
ALREADY_ON_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_ALREADY_DISABLED
field_13770
ALREADY_OFF_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
c
ERROR_ALREADY_WHITELISTED
field_13768
ADD_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
d
ERROR_NOT_WHITELISTED
field_13769
REMOVE_FAILED_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13836(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
a(ew arg0)
reload(CommandSourceStack arg0)
method_13850(class_2168 arg0)
executeReload(ServerCommandSource source)
private static int
a(ew arg0, Collection<com.mojang.authlib.GameProfile> arg1)
addPlayers(CommandSourceStack arg0, Collection<com.mojang.authlib.GameProfile> arg1)
method_13838(class_2168 arg0, Collection<com.mojang.authlib.GameProfile> arg1)
executeAdd(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
private static int
b(ew arg0, Collection<com.mojang.authlib.GameProfile> arg1)
removePlayers(CommandSourceStack arg0, Collection<com.mojang.authlib.GameProfile> arg1)
method_13845(class_2168 arg0, Collection<com.mojang.authlib.GameProfile> arg1)
executeRemove(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
private static int
b(ew arg0)
enableWhitelist(CommandSourceStack arg0)
method_13839(class_2168 arg0)
executeOn(ServerCommandSource source)
private static int
c(ew arg0)
disableWhitelist(CommandSourceStack arg0)
method_13837(class_2168 arg0)
executeOff(ServerCommandSource source)
private static int
d(ew arg0)
showList(CommandSourceStack arg0)
method_13840(class_2168 arg0)
executeList(ServerCommandSource source)