net.minecraft.server.dedicated.command

public class WhitelistCommand

vt
net.minecraft.server.commands.WhitelistCommand
net.minecraft.class_3156
net.minecraft.server.dedicated.command.WhitelistCommand
net.minecraft.unmapped.C_xdfkvxsv
net.minecraft.command.impl.WhitelistCommand
net.minecraft.command.impl.WhitelistCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
ERROR_ALREADY_ENABLED
field_13767
ALREADY_ON_EXCEPTION
f_ibncjpct
field_198887_a
ALREADY_ON
private static final SimpleCommandExceptionType
b
ERROR_ALREADY_DISABLED
field_13770
ALREADY_OFF_EXCEPTION
f_lpetvwne
field_198888_b
ALREADY_OFF
private static final SimpleCommandExceptionType
c
ERROR_ALREADY_WHITELISTED
field_13768
ADD_FAILED_EXCEPTION
f_lesjhedn
field_198889_c
PLAYER_ALREADY_WHITELISTED
private static final SimpleCommandExceptionType
d
ERROR_NOT_WHITELISTED
field_13769
REMOVE_FAILED_EXCEPTION
f_kumxygyj
field_198890_d
PLAYER_NOT_WHITELISTED

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cq> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13836(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> arg0)
m_exxjqndh(com.mojang.brigadier.CommandDispatcher<C_pennblrk> arg0)
func_198873_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(cq arg0)
reload(CommandSourceStack arg0)
method_13850(class_2168 arg0)
executeReload(ServerCommandSource source)
m_uexoqgxr(C_pennblrk arg0)
func_198883_a(CommandSource arg0)
reload(CommandSource source)
private static int
a(cq arg0, Collection<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)
m_zumeqcbi(C_pennblrk arg0, Collection<com.mojang.authlib.GameProfile> arg1)
func_198880_a(CommandSource arg0, Collection<com.mojang.authlib.GameProfile> arg1)
addPlayers(CommandSource source, Collection<com.mojang.authlib.GameProfile> players)
private static int
b(cq arg0, Collection<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)
m_qxsvgsoo(C_pennblrk arg0, Collection<com.mojang.authlib.GameProfile> arg1)
func_198876_b(CommandSource arg0, Collection<com.mojang.authlib.GameProfile> arg1)
removePlayers(CommandSource source, Collection<com.mojang.authlib.GameProfile> players)
private static int
b(cq arg0)
enableWhitelist(CommandSourceStack arg0)
method_13839(class_2168 arg0)
executeOn(ServerCommandSource source)
m_mzkwjwon(C_pennblrk arg0)
func_198884_b(CommandSource arg0)
enableWhiteList(CommandSource source)
private static int
c(cq arg0)
disableWhitelist(CommandSourceStack arg0)
method_13837(class_2168 arg0)
executeOff(ServerCommandSource source)
m_esxtixgl(C_pennblrk arg0)
func_198885_c(CommandSource arg0)
disableWhiteList(CommandSource source)
private static int
d(cq arg0)
showList(CommandSourceStack arg0)
method_13840(class_2168 arg0)
executeList(ServerCommandSource source)
m_xkrhuucj(C_pennblrk arg0)
func_198886_d(CommandSource arg0)
listWhitelistedPlayers(CommandSource source)