类 TimeCommand

java.lang.Object
net.minecraft.server.commands.TimeCommand

public class TimeCommand extends Object
  • 构造器详细资料

    • TimeCommand

      public TimeCommand()
  • 方法详细资料

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher)
    • getDayTime

      private static int getDayTime(ServerLevel pLevel)
    • queryTime

      private static int queryTime(CommandSourceStack pSource, int pTime)
    • setTime

      public static int setTime(CommandSourceStack pSource, int pTime)
    • addTime

      public static int addTime(CommandSourceStack pSource, int pAmount)