Package net.minecraft.command.impl
Class TimeCommand
- java.lang.Object
-
- net.minecraft.command.impl.TimeCommand
-
public class TimeCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimeCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
addTime(CommandSource p_198826_0_, int p_198826_1_)
private static int
getDayTime(ServerWorld p_198833_0_)
private static int
queryTime(CommandSource p_198824_0_, int p_198824_1_)
static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198823_0_)
static int
setTime(CommandSource p_198829_0_, int p_198829_1_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198823_0_)
-
getDayTime
private static int getDayTime(ServerWorld p_198833_0_)
-
queryTime
private static int queryTime(CommandSource p_198824_0_, int p_198824_1_)
-
setTime
public static int setTime(CommandSource p_198829_0_, int p_198829_1_)
-
addTime
public static int addTime(CommandSource p_198826_0_, int p_198826_1_)
-
-