net.minecraft.server.dedicated.command

public class WhitelistCommand

sf
net.minecraft.class_768
net.minecraft.server.dedicated.command.WhitelistCommand
net.minecraft.command.impl.WhitelistCommand
net.minecraft.command.impl.WhitelistCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
field_21811
ALREADY_ENABLED_EXCEPTION
field_198887_a
ALREADY_ON
private static final SimpleCommandExceptionType
b
field_21812
ALREADY_DISABLED_EXCEPTION
field_198888_b
ALREADY_OFF
private static final SimpleCommandExceptionType
c
field_21813
ALREADY_WHITELISTED_EXCEPTION
field_198889_c
PLAYER_ALREADY_WHITELISTED
private static final SimpleCommandExceptionType
d
field_21814
NOT_WHITELISTED_EXCEPTION
field_198890_d
PLAYER_NOT_WHITELISTED

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_21171(com.mojang.brigadier.CommandDispatcher<class_3915> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198873_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(bu arg0)
method_21169(class_3915 arg0)
reload(CommandSourceStack source)
func_198883_a(CommandSource arg0)
reload(CommandSource source)
private static int
a(bu arg0, Collection<GameProfile> arg1)
method_21170(class_3915 arg0, Collection<com.mojang.authlib.GameProfile> arg1)
add(CommandSourceStack source, Collection<com.mojang.authlib.GameProfile> targets)
func_198880_a(CommandSource arg0, Collection<com.mojang.authlib.GameProfile> arg1)
addPlayers(CommandSource source, Collection<com.mojang.authlib.GameProfile> players)
private static int
b(bu arg0, Collection<GameProfile> arg1)
method_21177(class_3915 arg0, Collection<com.mojang.authlib.GameProfile> arg1)
remove(CommandSourceStack source, Collection<com.mojang.authlib.GameProfile> targets)
func_198876_b(CommandSource arg0, Collection<com.mojang.authlib.GameProfile> arg1)
removePlayers(CommandSource source, Collection<com.mojang.authlib.GameProfile> players)
private static int
b(bu arg0)
method_21176(class_3915 arg0)
enable(CommandSourceStack source)
func_198884_b(CommandSource arg0)
enableWhiteList(CommandSource source)
private static int
c(bu arg0)
method_21180(class_3915 arg0)
disable(CommandSourceStack source)
func_198885_c(CommandSource arg0)
disableWhiteList(CommandSource source)
private static int
d(bu arg0)
method_21182(class_3915 arg0)
listWhitelist(CommandSourceStack source)
func_198886_d(CommandSource arg0)
listWhitelistedPlayers(CommandSource source)