| net.gtaun.shoebill.SampObjectStore |
Known Indirect Subclasses
|
SA-MP object interface, managing all SA-MP objects that exist.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Actor |
getActor(int id)
Get the actor with a specific id
| ||||||||||
| abstract int |
getActorPoolSize()
Gets the pool size of the actors
| ||||||||||
| abstract Collection<Actor> |
getActors()
Get the collection of actors (CreateActor) which exist.
| ||||||||||
| abstract DialogId |
getDialog(int id)
Get Dialog instance with id.
| ||||||||||
| abstract Collection<DialogId> |
getDialogIds()
Get the collection of the dialogs that exist.
| ||||||||||
| abstract Collection<Player> |
getHumanPlayers()
Get the collection of the online human players.
| ||||||||||
| abstract Label |
getLabel(int id)
Get Label instance with id.
| ||||||||||
| abstract Collection<Label> |
getLabels()
Get the collection of the labels that exist.
| ||||||||||
| abstract Menu |
getMenu(int id)
Get Menu instance with id.
| ||||||||||
| abstract Collection<Menu> |
getMenus()
Get the collection of the menus that exist.
| ||||||||||
| abstract Collection<Player> |
getNpcPlayers()
Get the collection of the online NPC players.
| ||||||||||
| abstract SampObject |
getObject(int id)
Get SampObject instance with id.
| ||||||||||
| abstract Collection<SampObject> |
getObjects()
Get the collection of the objects that exist.
| ||||||||||
| abstract Pickup |
getPickup(int id)
Get Pickup instance with id.
| ||||||||||
| abstract Collection<Pickup> |
getPickups()
Get the collection of the pickups that exist.
| ||||||||||
| abstract Player |
getPlayer(int id)
Get Player instance with id.
| ||||||||||
| abstract Player |
getPlayer(String name)
Get Player instance with name.
| ||||||||||
| abstract Collection<SpawnInfo> |
getPlayerClasses()
Get the collection of the player classes (AddPlayerClass) which exist.
| ||||||||||
| abstract PlayerLabel |
getPlayerLabel(Player player, int id)
Get PlayerLabel instance with id.
| ||||||||||
| abstract Collection<PlayerLabel> |
getPlayerLabels(Player player)
Get the collection of the PlayerLabels that exist.
| ||||||||||
| abstract PlayerObject |
getPlayerObject(Player player, int id)
Get PlayerObject instance with id.
| ||||||||||
| abstract Collection<PlayerObject> |
getPlayerObjects(Player player)
Get the collection of the PlayerObjects that exist.
| ||||||||||
| abstract int |
getPlayerPoolSize()
Gets the pool size of the players
| ||||||||||
| abstract PlayerTextdraw |
getPlayerTextdraw(Player player, int id)
Get PlayerTextdraw instance with id.
| ||||||||||
| abstract Collection<PlayerTextdraw> |
getPlayerTextdraws(Player player)
Get the collection of the player textdraws that exist.
| ||||||||||
| abstract Collection<Player> |
getPlayers()
Get the collection of the online players.
| ||||||||||
| abstract Server |
getServer()
Get Server instance.
| ||||||||||
| abstract Textdraw |
getTextdraw(int id)
Get Textdraw instance with id.
| ||||||||||
| abstract Collection<Textdraw> |
getTextdraws()
Get the collection of the textdraws that exist.
| ||||||||||
| abstract Vehicle |
getVehicle(int id)
Get vehicle instance with id.
| ||||||||||
| abstract int |
getVehiclePoolSize()
Gets the pool size of the vehicles.
| ||||||||||
| abstract Collection<Vehicle> |
getVehicles()
Get the collection of the vehicles that exist.
| ||||||||||
| abstract World |
getWorld()
Get World instance.
| ||||||||||
| abstract Zone |
getZone(int id)
Get Zone instance with id.
| ||||||||||
| abstract Collection<Zone> |
getZones()
Get the collection of the zones that exist.
| ||||||||||
Get the actor with a specific id
| id | The actor id |
|---|
Gets the pool size of the actors
Get the collection of actors (CreateActor) which exist.
Get Dialog instance with id.
| id | ID of Dialog. |
|---|
null.
Get the collection of the dialogs that exist.
Get the collection of the online human players.
Get Label instance with id.
| id | ID of Label. |
|---|
null.
Get the collection of the labels that exist.
Get Menu instance with id.
| id | ID of Menu. |
|---|
null.
Get the collection of the menus that exist.
Get the collection of the online NPC players.
Get SampObject instance with id.
| id | ID of Object. |
|---|
null.
Get the collection of the objects that exist.
Get Pickup instance with id.
| id | ID of Pickup. |
|---|
null.
Get the collection of the pickups that exist.
Get Player instance with id.
| id | ID of Player. |
|---|
null.
Get Player instance with name.
| name | name of Player. |
|---|
null.
Get the collection of the player classes (AddPlayerClass) which exist.
Get PlayerLabel instance with id.
| player | Player instance. |
|---|---|
| id | ID of PlayerLabel. |
null.
Get the collection of the PlayerLabels that exist.
| player | Player instance. |
|---|
Get PlayerObject instance with id.
| player | Player instance. |
|---|---|
| id | ID of PlayerObject. |
null.
Get the collection of the PlayerObjects that exist.
| player | Player instance. |
|---|
Gets the pool size of the players
Get PlayerTextdraw instance with id.
| player | Player instance. |
|---|---|
| id | ID of PlayerTextdraw. |
null.
Get the collection of the player textdraws that exist.
| player | Player instance. |
|---|
Get the collection of the online players.
Get Textdraw instance with id.
| id | ID of Textdraw. |
|---|
null.
Get the collection of the textdraws that exist.
Get vehicle instance with id.
| id | ID of Vehicle. |
|---|
null.
Gets the pool size of the vehicles.
Get the collection of the vehicles that exist.
Get Zone instance with id.
| id | ID of Zone. |
|---|
null.
Get the collection of the zones that exist.