WeatherGetCommand

public class WeatherGetCommand extends AbstractWorldCommand

Command for weatherge operations. Registered with the command system and callable by players.

java.lang.Object > AbstractWorldCommand > WeatherGetCommand

Field Summary

weatherResource

final WeatherResource weatherResource

Field weatherResource.

forcedWeatherIndex

final int forcedWeatherIndex

Field forcedWeatherIndex.

weatherAsset

final Weather weatherAsset

Field weatherAsset.

Method Detail

WeatherGetCommand

public public WeatherGetCommand ()

Method WeatherGetCommand.

execute

protected void execute (@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)

Method execute.

Parameters:
@Nonnull final CommandContext context
@Nonnull final World world
@Nonnull final Store store