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