Class SaveOffCommand


  • public class SaveOffCommand
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_OFF  
    • Constructor Summary

      Constructors 
      Constructor Description
      SaveOffCommand()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void register​(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198617_0_)  
      • Methods inherited from class java.lang.Object

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

      • ERROR_ALREADY_OFF

        private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_OFF
    • Constructor Detail

      • SaveOffCommand

        public SaveOffCommand()
    • Method Detail

      • register

        public static void register​(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198617_0_)