net.minecraft.server.commands

public class WhitelistCommand

ahg
net.minecraft.server.commands.WhitelistCommand
net.minecraft.class_3156
net.minecraft.unmapped.C_xdfkvxsv
net.minecraft.server.dedicated.command.WhitelistCommand
net.minecraft.server.dedicated.command.WhitelistCommand
net.minecraft.src.C_5391_
net.minecraft.server.commands.CommandWhitelist

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_ALREADY_ENABLED
field_13767
f_ibncjpct
ALREADY_ON_EXCEPTION
ALREADY_ON_EXCEPTION
f_139191_
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_ALREADY_DISABLED
field_13770
f_lpetvwne
ALREADY_OFF_EXCEPTION
ALREADY_OFF_EXCEPTION
f_139192_
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
c
ERROR_ALREADY_WHITELISTED
field_13768
f_lesjhedn
ADD_FAILED_EXCEPTION
ADD_FAILED_EXCEPTION
f_139193_
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
d
ERROR_NOT_WHITELISTED
field_13769
f_kumxygyj
REMOVE_FAILED_EXCEPTION
REMOVE_FAILED_EXCEPTION
f_139194_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<dr> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13836(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
m_exxjqndh(com.mojang.brigadier.CommandDispatcher<C_pennblrk> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
m_139201_(com.mojang.brigadier.CommandDispatcher<C_2969_> p_139202_)
private static int
a(dr arg0)
reload(CommandSourceStack arg0)
method_13850(class_2168 arg0)
m_uexoqgxr(C_pennblrk arg0)
executeReload(ServerCommandSource source)
executeReload(ServerCommandSource source)
m_139208_(C_2969_ p_139209_)
private static int
a(dr 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)
m_zumeqcbi(C_pennblrk arg0, Collection<com.mojang.authlib.GameProfile> arg1)
executeAdd(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
executeAdd(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
m_139210_(C_2969_ p_139211_, Collection<com.mojang.authlib.GameProfile> p_139212_)
private static int
b(dr 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)
m_qxsvgsoo(C_pennblrk arg0, Collection<com.mojang.authlib.GameProfile> arg1)
executeRemove(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
executeRemove(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
m_139220_(C_2969_ p_139221_, Collection<com.mojang.authlib.GameProfile> p_139222_)
private static int
b(dr arg0)
enableWhitelist(CommandSourceStack arg0)
method_13839(class_2168 arg0)
m_mzkwjwon(C_pennblrk arg0)
executeOn(ServerCommandSource source)
executeOn(ServerCommandSource source)
m_139218_(C_2969_ p_139219_)
private static int
c(dr arg0)
disableWhitelist(CommandSourceStack arg0)
method_13837(class_2168 arg0)
m_esxtixgl(C_pennblrk arg0)
executeOff(ServerCommandSource source)
executeOff(ServerCommandSource source)
m_139225_(C_2969_ p_139226_)
private static int
d(dr arg0)
showList(CommandSourceStack arg0)
method_13840(class_2168 arg0)
m_xkrhuucj(C_pennblrk arg0)
executeList(ServerCommandSource source)
executeList(ServerCommandSource source)
m_139229_(C_2969_ p_139230_)