net.minecraft.server.commands

public class WhitelistCommand

aqo
net.minecraft.server.commands.WhitelistCommand
net.minecraft.class_3156

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ek> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13836(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
private static int
a(ek arg0)
reload(CommandSourceStack arg0)
method_13850(class_2168 arg0)
private static int
a(ek 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)
private static int
b(ek 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)
private static int
b(ek arg0)
enableWhitelist(CommandSourceStack arg0)
method_13839(class_2168 arg0)
private static int
c(ek arg0)
disableWhitelist(CommandSourceStack arg0)
method_13837(class_2168 arg0)
private static int
d(ek arg0)
showList(CommandSourceStack arg0)
method_13840(class_2168 arg0)