Uses of Enum Class
net.guizhanss.guizhanlib.slimefun.items.core.AdvancedMetal
Packages that use AdvancedMetal
-
Uses of AdvancedMetal in net.guizhanss.guizhanlib.slimefun.items.core
Methods in net.guizhanss.guizhanlib.slimefun.items.core that return AdvancedMetalModifier and TypeMethodDescriptionstatic AdvancedMetalAdvancedMetal.fromChinese(String chinese) 根据中文返回对应的枚举static AdvancedMetalAdvancedMetal.fromEnglish(String english) 根据英文返回对应的枚举static AdvancedMetalAdvancedMetal.fromSlimefunId(String id) 根据粘液物品ID返回对应的枚举static AdvancedMetalReturns the enum constant of this class with the specified name.static AdvancedMetal[]AdvancedMetal.values()Returns an array containing the constants of this enum class, in the order they are declared.