public class WeatherCommand extends Object
Constructor and Description |
---|
WeatherCommand() |
Modifier and Type | Method and Description |
---|---|
private static int |
executeClear(ServerCommandSource source,
int duration) |
private static int |
executeRain(ServerCommandSource source,
int duration) |
private static int |
executeThunder(ServerCommandSource source,
int duration) |
static void |
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) |
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int executeClear(ServerCommandSource source, int duration)
private static int executeRain(ServerCommandSource source, int duration)
private static int executeThunder(ServerCommandSource source, int duration)