Package net.minecraft.server.command
Class TimeCommand
java.lang.Object
net.minecraft.server.command.TimeCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/TimeCommand- intermediary - net/minecraft/class_3149- official - ape
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
TimeCommandpublic TimeCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/command/TimeCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13786- Lnet/minecraft/class_3149;method_13786(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lape;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
getDayTime- Mappings:
- Namespace - Name - Mixin selector - named - getDayTime- Lnet/minecraft/server/command/TimeCommand;getDayTime(Lnet/minecraft/server/world/ServerWorld;)I- intermediary - method_13787- Lnet/minecraft/class_3149;method_13787(Lnet/minecraft/class_3218;)I- official - a- Lape;a(Lard;)I
 
- 
executeQuery- Mappings:
- Namespace - Name - Mixin selector - named - executeQuery- Lnet/minecraft/server/command/TimeCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;I)I- intermediary - method_13796- Lnet/minecraft/class_3149;method_13796(Lnet/minecraft/class_2168;I)I- official - c- Lape;c(Lex;I)I
 
- 
executeSet- Mappings:
- Namespace - Name - Mixin selector - named - executeSet- Lnet/minecraft/server/command/TimeCommand;executeSet(Lnet/minecraft/server/command/ServerCommandSource;I)I- intermediary - method_13784- Lnet/minecraft/class_3149;method_13784(Lnet/minecraft/class_2168;I)I- official - a- Lape;a(Lex;I)I
 
- 
executeAdd- Mappings:
- Namespace - Name - Mixin selector - named - executeAdd- Lnet/minecraft/server/command/TimeCommand;executeAdd(Lnet/minecraft/server/command/ServerCommandSource;I)I- intermediary - method_13788- Lnet/minecraft/class_3149;method_13788(Lnet/minecraft/class_2168;I)I- official - b- Lape;b(Lex;I)I
 
 
-