HyCodeYourTale
classpublicPriority 1

WeatherPlugin

com.hypixel.hytale.builtin.weather.WeatherPlugin

extends JavaPlugin

2

Methods

2

Public Methods

3

Fields

1

Constructors

Constructors

public
WeatherPlugin(JavaPluginInit init)

Methods

Public Methods (2)

public
ResourceType<EntityStore, WeatherResource> getWeatherResourceType()
@Nonnull
public
ComponentType<EntityStore, WeatherTracker> getWeatherTrackerComponentType()
@Nonnull

Fields

Private/Package Fields (3)

privateWeatherPlugin instance
privateResourceType<EntityStore, WeatherResource> weatherResourceType
privateComponentType<EntityStore, WeatherTracker> weatherTrackerComponentType

Related Classes