Package net.minecraft.server.command
Class WeatherCommand
java.lang.Object
net.minecraft.server.command.WeatherCommand
- Mappings:
Namespace Name named net/minecraft/server/command/WeatherCommand
intermediary net/minecraft/class_3155
official apq
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeClear
(ServerCommandSource source, int duration) private static int
executeRain
(ServerCommandSource source, int duration) private static int
executeThunder
(ServerCommandSource source, int duration) private static int
processDuration
(ServerCommandSource source, int duration, IntProvider provider) static void
register
(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_DURATION
Lnet/minecraft/server/command/WeatherCommand;DEFAULT_DURATION:I
intermediary field_33398
Lnet/minecraft/class_3155;field_33398:I
official a
Lapq;a:I
-
-
Constructor Details
-
WeatherCommand
public WeatherCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/server/command/WeatherCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13827
Lnet/minecraft/class_3155;method_13827(Lcom/mojang/brigadier/CommandDispatcher;)V
official a
Lapq;a(Lcom/mojang/brigadier/CommandDispatcher;)V
-
processDuration
- Mappings:
Namespace Name Mixin selector named processDuration
Lnet/minecraft/server/command/WeatherCommand;processDuration(Lnet/minecraft/server/command/ServerCommandSource;ILnet/minecraft/util/math/intprovider/IntProvider;)I
intermediary method_48087
Lnet/minecraft/class_3155;method_48087(Lnet/minecraft/class_2168;ILnet/minecraft/class_6017;)I
official a
Lapq;a(Lep;ILbqb;)I
-
executeClear
- Mappings:
Namespace Name Mixin selector named executeClear
Lnet/minecraft/server/command/WeatherCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;I)I
intermediary method_13824
Lnet/minecraft/class_3155;method_13824(Lnet/minecraft/class_2168;I)I
official a
Lapq;a(Lep;I)I
-
executeRain
- Mappings:
Namespace Name Mixin selector named executeRain
Lnet/minecraft/server/command/WeatherCommand;executeRain(Lnet/minecraft/server/command/ServerCommandSource;I)I
intermediary method_13828
Lnet/minecraft/class_3155;method_13828(Lnet/minecraft/class_2168;I)I
official b
Lapq;b(Lep;I)I
-
executeThunder
- Mappings:
Namespace Name Mixin selector named executeThunder
Lnet/minecraft/server/command/WeatherCommand;executeThunder(Lnet/minecraft/server/command/ServerCommandSource;I)I
intermediary method_13833
Lnet/minecraft/class_3155;method_13833(Lnet/minecraft/class_2168;I)I
official c
Lapq;c(Lep;I)I
-