Package net.minecraft.server.command
Class WeatherCommand
java.lang.Object
net.minecraft.server.command.WeatherCommand
- Mappings:
Namespace Name intermediary net/minecraft/class_3155official agtnamed net/minecraft/server/command/WeatherCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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_DURATION
private static final int DEFAULT_DURATION- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_33398Lnet/minecraft/class_3155;field_33398:Iofficial aLagt;a:Inamed DEFAULT_DURATIONLnet/minecraft/server/command/WeatherCommand;DEFAULT_DURATION:I
-
-
Constructor Details
-
WeatherCommand
public WeatherCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector intermediary method_13827Lnet/minecraft/class_3155;method_13827(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLagt;a(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/WeatherCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
processDuration
- Mappings:
Namespace Name Mixin selector intermediary method_48087Lnet/minecraft/class_3155;method_48087(Lnet/minecraft/class_2168;ILnet/minecraft/class_6017;)Iofficial aLagt;a(Lds;ILbdb;)Inamed processDurationLnet/minecraft/server/command/WeatherCommand;processDuration(Lnet/minecraft/server/command/ServerCommandSource;ILnet/minecraft/util/math/intprovider/IntProvider;)I
-
executeClear
- Mappings:
Namespace Name Mixin selector intermediary method_13824Lnet/minecraft/class_3155;method_13824(Lnet/minecraft/class_2168;I)Iofficial aLagt;a(Lds;I)Inamed executeClearLnet/minecraft/server/command/WeatherCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
executeRain
- Mappings:
Namespace Name Mixin selector intermediary method_13828Lnet/minecraft/class_3155;method_13828(Lnet/minecraft/class_2168;I)Iofficial bLagt;b(Lds;I)Inamed executeRainLnet/minecraft/server/command/WeatherCommand;executeRain(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
executeThunder
- Mappings:
Namespace Name Mixin selector intermediary method_13833Lnet/minecraft/class_3155;method_13833(Lnet/minecraft/class_2168;I)Iofficial cLagt;c(Lds;I)Inamed executeThunderLnet/minecraft/server/command/WeatherCommand;executeThunder(Lnet/minecraft/server/command/ServerCommandSource;I)I
-