Package hiiragi283.core.common.material
Enum HCMaterial.Pearls
-
- All Implemented Interfaces:
-
hiiragi283.core.api.data.lang.HTLangName,hiiragi283.core.api.material.HTAbstractMaterial,hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.common.material.HCMaterial,java.io.Serializable,kotlin.Comparable
public enum HCMaterial.Pearls extends Enum<HCMaterial.Pearls> implements HCMaterial
-
-
Field Summary
Fields Modifier and Type Field Description private final HTColorPalettecolorPaletteprivate final HTMaterialPrefixbasePrefixprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<HCMaterial.Pearls>entries
-
Method Summary
Modifier and Type Method Description Set<HTMaterialPrefix>getItemPrefixesToGenerate()アイテムを生成できるプレフィックスの一覧を取得します。 HTPrefixTemplateMapgetItemPrefixMap()テクスチャの生成に使用するテンプレートを取得します。 StringgetTranslatedName(HTLanguageType type)指定された言語の種類から翻訳名を返します。 HTMaterialKeyasMaterialKey()保持している素材キーを返します。 final Array<HCMaterial.Pearls>values()Returns an array containing the constants of this enum type, in the order they're declared. final HCMaterial.PearlsvalueOf(String value)Returns the enum constant of this type with the specified name. HTColorPalettegetColorPalette()HTMaterialPrefixgetBasePrefix()final StringgetName()final IntegergetOrdinal()final EnumEntries<HCMaterial.Pearls>getEntries()-
Methods inherited from class hiiragi283.core.api.material.HTAbstractMaterial
createPath, getBaseIngredient, getSmeltedMaterial -
Methods inherited from class hiiragi283.core.api.material.HTMaterialLike
asMaterialName, isOf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getItemPrefixesToGenerate
Set<HTMaterialPrefix> getItemPrefixesToGenerate()
アイテムを生成できるプレフィックスの一覧を取得します。
-
getItemPrefixMap
HTPrefixTemplateMap getItemPrefixMap()
テクスチャの生成に使用するテンプレートを取得します。
-
getTranslatedName
String getTranslatedName(HTLanguageType type)
指定された言語の種類から翻訳名を返します。
-
asMaterialKey
HTMaterialKey asMaterialKey()
保持している素材キーを返します。
-
values
final Array<HCMaterial.Pearls> 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 HCMaterial.Pearls 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.)
-
getColorPalette
HTColorPalette getColorPalette()
-
getBasePrefix
HTMaterialPrefix getBasePrefix()
-
getOrdinal
final Integer getOrdinal()
-
getEntries
final EnumEntries<HCMaterial.Pearls> getEntries()
-
-
-
-