WeatherPlugin

public class WeatherPlugin extends JavaPlugin

The main plugin class for Weather. This plugin provides gameplay features for the Hytale server. Extend this class to create a plugin.

java.lang.Object > JavaPlugin > WeatherPlugin

Field Summary

entityStoreRegistry

final ComponentRegistryProxy entityStoreRegistry

Field entityStoreRegistry.

Method Detail

get

static WeatherPlugin get ()

Method get.

WeatherPlugin

public public WeatherPlugin (@Nonnull final JavaPluginInit init)

Method WeatherPlugin.

Parameters:
@Nonnull final JavaPluginInit init

setup

protected void setup ()

Method setup.

WeatherCommand

public new WeatherCommand ()

Method WeatherCommand.

getWeatherTrackerComponentType

public WeatherTracker> getWeatherTrackerComponentType ()

Method getWeatherTrackerComponentType.

getWeatherResourceType

public WeatherResource> getWeatherResourceType ()

Method getWeatherResourceType.