Package net.minecraft.server.commands
Class BanListCommands
java.lang.Object
net.minecraft.server.commands.BanListCommands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) private static int
showList
(CommandSourceStack source, Collection<? extends BanListEntry<?>> bannedPlayerList)
-
Constructor Details
-
BanListCommands
public BanListCommands()
-
-
Method Details
-
register
-
showList
private static int showList(CommandSourceStack source, Collection<? extends BanListEntry<?>> bannedPlayerList)
-