Package net.minecraft.server.command
Class TimeCommand
java.lang.Object
net.minecraft.server.command.TimeCommand
public class TimeCommand extends Object
-
Constructor Summary
Constructors Constructor Description TimeCommand() -
Method Summary
Modifier and Type Method Description static intexecuteAdd(ServerCommandSource source, int time)private static intexecuteQuery(ServerCommandSource source, int time)static intexecuteSet(ServerCommandSource source, int time)private static intgetDayTime(ServerWorld world)static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
TimeCommand
public TimeCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
getDayTime
-
executeQuery
-
executeSet
-
executeAdd
-