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