Class BanListCommand
java.lang.Object
net.minecraft.server.dedicated.command.BanListCommand
public class BanListCommand extends Object
-
Constructor Summary
Constructors Constructor Description BanListCommand()
-
Method Summary
Modifier and Type Method Description private static int
execute(ServerCommandSource source, Collection<? extends BanEntry<?>> targets)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
BanListCommand
public BanListCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
execute
-