RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.bot.PlayerBot Class Reference
Inheritance diagram for com.osroyale.content.bot.PlayerBot:
Collaboration diagram for com.osroyale.content.bot.PlayerBot:

Public Member Functions

void register ()
void unregister ()
Public Member Functions inherited from com.osroyale.game.world.entity.mob.player.Player
void addToRegion (Region region)
void removeFromRegion (Region region)
Combat< PlayergetCombat ()
CombatStrategy< PlayergetStrategy ()
void appendDeath ()
String getName ()
EntityType getType ()
boolean isValid ()
boolean isAutoRetaliate ()
Public Member Functions inherited from com.osroyale.game.world.entity.mob.Mob
 Mob (Position position)
void speak (String forceChat)
void animate (Animation animation)
void graphic (Graphic graphic)
void animate (Animation animation, final boolean override)
void graphic (Graphic graphic, boolean override)
void transform (int transformId, boolean reload)
final void reset ()
final void resetWaypoint ()
void forceMove (int delay, int delay2, int animation, int animationDelay, int startSpeed, int endSpeed, Position offset, Direction direction)
void interact (Mob mob)
void face (GameObject object)
void face (Position position)
void face (Direction direction)
void resetFace ()
void move (Position position)
void poison (PoisonType type)
void venom ()
void clearTeleportTarget ()
boolean isUpdateRequired ()
final boolean isNpc ()
final boolean isNpc (BooleanInterface< Npc > condition)
final boolean isPlayer ()
final boolean isPlayer (Function< Player, Boolean > condition)
Public Member Functions inherited from com.osroyale.game.world.entity.Entity
Position getPosition ()
int width ()
int length ()
int getX ()
int getY ()
int getHeight ()
final boolean isStaticObject ()
final boolean isCustomObject ()

Additional Inherited Members

Static Public Member Functions inherited from com.osroyale.game.world.Interactable
static Interactable create (Position position)
static Interactable create (Position position, int width, int length)
Public Attributes inherited from com.osroyale.game.world.entity.mob.player.Player
int lastFogSent
Protected Member Functions inherited from com.osroyale.game.world.entity.Entity
Entity destroy ()

Detailed Description

The player bot entity.

Author
Daniel.

Definition at line 66 of file PlayerBot.java.

Member Function Documentation

◆ register()

void com.osroyale.content.bot.PlayerBot.register ( )
inline

Registers an entity to the World.

Reimplemented from com.osroyale.game.world.entity.mob.player.Player.

Definition at line 108 of file PlayerBot.java.

◆ unregister()

void com.osroyale.content.bot.PlayerBot.unregister ( )
inline

Unregisters an entity from the World.

Reimplemented from com.osroyale.game.world.entity.mob.player.Player.

Definition at line 117 of file PlayerBot.java.


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