Package net.minecraft.server.commands
Class BanPlayerCommands
java.lang.Object
net.minecraft.server.commands.BanPlayerCommands
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
banPlayers
(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pGameProfiles, Component pReason) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136559_)
-
Field Details
-
ERROR_ALREADY_BANNED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_BANNED
-
-
Constructor Details
-
BanPlayerCommands
public BanPlayerCommands()
-
-
Method Details
-
register
-
banPlayers
private static int banPlayers(CommandSourceStack pSource, Collection<com.mojang.authlib.GameProfile> pGameProfiles, @Nullable Component pReason) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-