Package net.minecraft.command.impl
Class BanListCommand
- java.lang.Object
-
- net.minecraft.command.impl.BanListCommand
-
public class BanListCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BanListCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198229_0_)
private static int
showList(CommandSource p_198230_0_, java.util.Collection<? extends BanEntry<?>> p_198230_1_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198229_0_)
-
showList
private static int showList(CommandSource p_198230_0_, java.util.Collection<? extends BanEntry<?>> p_198230_1_)
-
-