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.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.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)
-