Class WeatherType
java.lang.Object
com.sk89q.worldedit.world.weather.WeatherType
- All Implemented Interfaces:
Keyed
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
REGISTRY
-
-
Constructor Details
-
WeatherType
-
-
Method Details
-
getId
Description copied from interface:Keyed
The id of this object in the registry. Must be unique, and lowercase. Certain registries (e.g Namespaced ones) may have additional restrictions. -
getName
Gets the name of this weather, or the ID if the name cannot be found.- Returns:
- The name, or ID
-
toString
-
hashCode
public int hashCode() -
equals
-