Uses of Class
org.rspeer.game.adapter.component.World.Location
-
Packages that use World.Location Package Description org.rspeer.game.adapter.component org.rspeer.game.config.world org.rspeer.game.query.component -
-
Uses of World.Location in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return World.Location Modifier and Type Method Description World.Location
World. getLocation()
Retrieves the location of the world.static World.Location
World.Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static World.Location[]
World.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of World.Location in org.rspeer.game.config.world
Methods in org.rspeer.game.config.world that return types with arguments of type World.Location Modifier and Type Method Description Set<World.Location>
WorldPreferenceProfile. getAcceptedLocations()
Constructor parameters in org.rspeer.game.config.world with type arguments of type World.Location Constructor Description WorldPreferenceProfile(String name, Set<World.Location> acceptedLocations)
-
Uses of World.Location in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component with parameters of type World.Location Modifier and Type Method Description WorldQuery
WorldQuery. locale(World.Location... location)
-