Class BanPlayerCommands
java.lang.Object
net.minecraft.server.commands.BanPlayerCommands
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intbanPlayers(CommandSourceStack source, Collection<NameAndId> players, @Nullable Component reason) static voidregister(CommandDispatcher<CommandSourceStack> dispatcher)
-
Field Details
-
ERROR_ALREADY_BANNED
-
-
Constructor Details
-
BanPlayerCommands
public BanPlayerCommands()
-
-
Method Details
-
register
-
banPlayers
private static int banPlayers(CommandSourceStack source, Collection<NameAndId> players, @Nullable Component reason) throws CommandSyntaxException - Throws:
CommandSyntaxException
-