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