Package net.minecraft.server.command
Class WeatherCommand
java.lang.Object
net.minecraft.server.command.WeatherCommand
- Mappings:
Namespace Name named net/minecraft/server/command/WeatherCommandintermediary net/minecraft/class_3155official aqg
-
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 named DEFAULT_DURATIONLnet/minecraft/server/command/WeatherCommand;DEFAULT_DURATION:Iintermediary field_33398Lnet/minecraft/class_3155;field_33398:Iofficial aLaqg;a:I
-
-
Constructor Details
-
WeatherCommand
public WeatherCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named registerLnet/minecraft/server/command/WeatherCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13827Lnet/minecraft/class_3155;method_13827(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaqg;a(Lcom/mojang/brigadier/CommandDispatcher;)V
-
processDuration
- Mappings:
Namespace Name Mixin selector named processDurationLnet/minecraft/server/command/WeatherCommand;processDuration(Lnet/minecraft/server/command/ServerCommandSource;ILnet/minecraft/util/math/intprovider/IntProvider;)Iintermediary method_48087Lnet/minecraft/class_3155;method_48087(Lnet/minecraft/class_2168;ILnet/minecraft/class_6017;)Iofficial aLaqg;a(Lek;ILbuh;)I
-
executeClear
- Mappings:
Namespace Name Mixin selector named executeClearLnet/minecraft/server/command/WeatherCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_13824Lnet/minecraft/class_3155;method_13824(Lnet/minecraft/class_2168;I)Iofficial aLaqg;a(Lek;I)I
-
executeRain
- Mappings:
Namespace Name Mixin selector named executeRainLnet/minecraft/server/command/WeatherCommand;executeRain(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_13828Lnet/minecraft/class_3155;method_13828(Lnet/minecraft/class_2168;I)Iofficial bLaqg;b(Lek;I)I
-
executeThunder
- Mappings:
Namespace Name Mixin selector named executeThunderLnet/minecraft/server/command/WeatherCommand;executeThunder(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_13833Lnet/minecraft/class_3155;method_13833(Lnet/minecraft/class_2168;I)Iofficial cLaqg;c(Lek;I)I
-