RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
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< Player > | getCombat () |
CombatStrategy< Player > | getStrategy () |
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 () |
The player bot entity.
Definition at line 66 of file PlayerBot.java.
|
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.
|
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.