Represents a single region.
- Author
- Graham Edgecombe
Definition at line 58 of file RegionBlock.java.
◆ getGroundItems()
Set< GroundItem > com.osroyale.game.world.region.RegionBlock.getGroundItems |
( |
Position | position | ) |
|
|
inline |
Gets a Set
of GroundItem
s. If none then creating the set.
- Parameters
-
position | the position to grab from. |
- Returns
- the set of item nodes on the specified position.
Definition at line 95 of file RegionBlock.java.
◆ getNpcs()
Collection< Npc > com.osroyale.game.world.region.RegionBlock.getNpcs |
( |
| ) |
|
|
inline |
◆ getPlayers()
Collection< Player > com.osroyale.game.world.region.RegionBlock.getPlayers |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: