Package net.minecraft.command.impl
Class BanCommand
java.lang.Object
net.minecraft.command.impl.BanCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
banPlayers
(CommandSource p_198236_0_, Collection<com.mojang.authlib.GameProfile> p_198236_1_, ITextComponent p_198236_2_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198235_0_)
-
Field Details
-
ERROR_ALREADY_BANNED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_BANNED
-
-
Constructor Details
-
BanCommand
public BanCommand()
-
-
Method Details
-
register
-
banPlayers
private static int banPlayers(CommandSource p_198236_0_, Collection<com.mojang.authlib.GameProfile> p_198236_1_, @Nullable ITextComponent p_198236_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-