Package net.minecraft.server.command
Class TimeCommand
java.lang.Object
net.minecraft.server.command.TimeCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/TimeCommandintermediary net/minecraft/class_3149official aox
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic 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
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/TimeCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13786Lnet/minecraft/class_3149;method_13786(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaox;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
getDayTime
- Mappings:
 Namespace Name Mixin selector named getDayTimeLnet/minecraft/server/command/TimeCommand;getDayTime(Lnet/minecraft/server/world/ServerWorld;)Iintermediary method_13787Lnet/minecraft/class_3149;method_13787(Lnet/minecraft/class_3218;)Iofficial aLaox;a(Laqu;)I
 - 
executeQuery
- Mappings:
 Namespace Name Mixin selector named executeQueryLnet/minecraft/server/command/TimeCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_13796Lnet/minecraft/class_3149;method_13796(Lnet/minecraft/class_2168;I)Iofficial cLaox;c(Let;I)I
 - 
executeSet
- Mappings:
 Namespace Name Mixin selector named executeSetLnet/minecraft/server/command/TimeCommand;executeSet(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_13784Lnet/minecraft/class_3149;method_13784(Lnet/minecraft/class_2168;I)Iofficial aLaox;a(Let;I)I
 - 
executeAdd
- Mappings:
 Namespace Name Mixin selector named executeAddLnet/minecraft/server/command/TimeCommand;executeAdd(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_13788Lnet/minecraft/class_3149;method_13788(Lnet/minecraft/class_2168;I)Iofficial bLaox;b(Let;I)I
 
 -