Package hiiragi283.core.api.block
Enum HTWeatheringLevel
-
- All Implemented Interfaces:
-
hiiragi283.core.api.data.lang.HTLangPatternProvider,java.io.Serializable,kotlin.Comparable,net.minecraft.util.StringRepresentable
public enum HTWeatheringLevel extends Enum<HTWeatheringLevel> implements StringRepresentable, HTLangPatternProvider
酸化状態を管理するクラスです。
- Since:
0.14.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description private final WeatheringCopper.WeatherStatestateprivate final MapColormapColorprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<HTWeatheringLevel>entriesprivate final StringserializedName
-
Enum Constant Summary
Enum Constants Enum Constant Description UNAFFECTEDEXPOSEDWEATHEREDOXIDIZED
-
Method Summary
Modifier and Type Method Description final StringapplyPrefix(String path)StringgetSerializedName()final Array<HTWeatheringLevel>values()Returns an array containing the constants of this enum type, in the order they're declared. final HTWeatheringLevelvalueOf(String value)Returns the enum constant of this type with the specified name. final WeatheringCopper.WeatherStategetState()final MapColorgetMapColor()final StringgetName()final IntegergetOrdinal()final EnumEntries<HTWeatheringLevel>getEntries()-
Methods inherited from class hiiragi283.core.api.data.lang.HTLangPatternProvider
translate, translate -
Methods inherited from class hiiragi283.core.api.block.HTWeatheringLevel
getSerializedName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
applyPrefix
final String applyPrefix(String path)
-
getSerializedName
String getSerializedName()
-
values
final Array<HTWeatheringLevel> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
valueOf
final HTWeatheringLevel valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
getState
final WeatheringCopper.WeatherState getState()
-
getMapColor
final MapColor getMapColor()
-
getOrdinal
final Integer getOrdinal()
-
getEntries
final EnumEntries<HTWeatheringLevel> getEntries()
-
-
-
-