Package net.minecraft.server.command
Class WeatherCommand
java.lang.Object
net.minecraft.server.command.WeatherCommand
- Mappings:
- Namespace - Name - official - agt- intermediary - net/minecraft/class_3155- named - net/minecraft/server/command/WeatherCommand
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecuteClear(ServerCommandSource source, int duration) private static intexecuteRain(ServerCommandSource source, int duration) private static intexecuteThunder(ServerCommandSource source, int duration) private static intprocessDuration(ServerCommandSource source, int duration, IntProvider provider) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Field Details- 
DEFAULT_DURATIONprivate static final int DEFAULT_DURATION- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagt;a:I- intermediary - field_33398- Lnet/minecraft/class_3155;field_33398:I- named - DEFAULT_DURATION- Lnet/minecraft/server/command/WeatherCommand;DEFAULT_DURATION:I
 
 
- 
- 
Constructor Details- 
WeatherCommandpublic WeatherCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagt;a(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13827- Lnet/minecraft/class_3155;method_13827(Lcom/mojang/brigadier/CommandDispatcher;)V- named - register- Lnet/minecraft/server/command/WeatherCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
processDuration- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagt;a(Lds;ILbdc;)I- intermediary - method_48087- Lnet/minecraft/class_3155;method_48087(Lnet/minecraft/class_2168;ILnet/minecraft/class_6017;)I- named - processDuration- Lnet/minecraft/server/command/WeatherCommand;processDuration(Lnet/minecraft/server/command/ServerCommandSource;ILnet/minecraft/util/math/intprovider/IntProvider;)I
 
- 
executeClear- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagt;a(Lds;I)I- intermediary - method_13824- Lnet/minecraft/class_3155;method_13824(Lnet/minecraft/class_2168;I)I- named - executeClear- Lnet/minecraft/server/command/WeatherCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;I)I
 
- 
executeRain- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagt;b(Lds;I)I- intermediary - method_13828- Lnet/minecraft/class_3155;method_13828(Lnet/minecraft/class_2168;I)I- named - executeRain- Lnet/minecraft/server/command/WeatherCommand;executeRain(Lnet/minecraft/server/command/ServerCommandSource;I)I
 
- 
executeThunder- Mappings:
- Namespace - Name - Mixin selector - official - c- Lagt;c(Lds;I)I- intermediary - method_13833- Lnet/minecraft/class_3155;method_13833(Lnet/minecraft/class_2168;I)I- named - executeThunder- Lnet/minecraft/server/command/WeatherCommand;executeThunder(Lnet/minecraft/server/command/ServerCommandSource;I)I
 
 
-