Uses of Enum Class
org.rspeer.game.adapter.component.World.Location
Packages that use World.Location
Package
Description
-
Uses of World.Location in org.rspeer.game.adapter.component
Subclasses with type arguments of type World.Location in org.rspeer.game.adapter.componentMethods in org.rspeer.game.adapter.component that return World.LocationModifier and TypeMethodDescriptionWorld.getLocation()Retrieves the location of the world.static World.LocationReturns the enum constant of this class with the specified name.static World.Location[]World.Location.values()Returns an array containing the constants of this enum class, 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.LocationConstructor parameters in org.rspeer.game.config.world with type arguments of type World.LocationModifierConstructorDescriptionWorldPreferenceProfile(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