Package net.minecraft.command.impl
Class WeatherCommand
- java.lang.Object
-
- net.minecraft.command.impl.WeatherCommand
-
public class WeatherCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WeatherCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198862_0_)
private static int
setClear(CommandSource p_198869_0_, int p_198869_1_)
private static int
setRain(CommandSource p_198865_0_, int p_198865_1_)
private static int
setThunder(CommandSource p_198863_0_, int p_198863_1_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198862_0_)
-
setClear
private static int setClear(CommandSource p_198869_0_, int p_198869_1_)
-
setRain
private static int setRain(CommandSource p_198865_0_, int p_198865_1_)
-
setThunder
private static int setThunder(CommandSource p_198863_0_, int p_198863_1_)
-
-