Uses of Class
org.rspeer.game.config.item.constant.DynamicInterchangeableItem
-
Packages that use DynamicInterchangeableItem Package Description org.rspeer.game.config.item.constant -
-
Uses of DynamicInterchangeableItem in org.rspeer.game.config.item.constant
Methods in org.rspeer.game.config.item.constant that return DynamicInterchangeableItem Modifier and Type Method Description static DynamicInterchangeableItem
DynamicInterchangeableItem. valueOf(String name)
Returns the enum constant of this type with the specified name.static DynamicInterchangeableItem[]
DynamicInterchangeableItem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-