Package net.minecraft.server.command
Class WeatherCommand
java.lang.Object
net.minecraft.server.command.WeatherCommand
public class WeatherCommand extends Object
-
Constructor Summary
Constructors Constructor Description WeatherCommand() -
Method Summary
Modifier and Type Method Description private static intexecuteClear(ServerCommandSource source, int duration)private static intexecuteRain(ServerCommandSource source, int duration)private static intexecuteThunder(ServerCommandSource source, int duration)static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
WeatherCommand
public WeatherCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
executeClear
-
executeRain
-
executeThunder
-