Class 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_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BanListCommand

        public BanListCommand()
    • 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_)