RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.game.world.region.RegionBlock Class Reference

Public Member Functions

Collection< PlayergetPlayers ()
Collection< NpcgetNpcs ()
Set< GroundItemgetGroundItems (Position position)

Detailed Description

Represents a single region.

Author
Graham Edgecombe

Definition at line 58 of file RegionBlock.java.

Member Function Documentation

◆ getGroundItems()

Set< GroundItem > com.osroyale.game.world.region.RegionBlock.getGroundItems ( Position position)
inline

Gets a Set of GroundItems. If none then creating the set.

Parameters
positionthe 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
Returns
the npcs in this block

Definition at line 84 of file RegionBlock.java.

◆ getPlayers()

Collection< Player > com.osroyale.game.world.region.RegionBlock.getPlayers ( )
inline
Returns
the players in this block

Definition at line 79 of file RegionBlock.java.


The documentation for this class was generated from the following file: