Package net.storm.api.domain.actors
Interface IPlayer
-
- All Superinterfaces:
net.runelite.api.Actor
,IActor
,Identifiable
,Interactable
,Locatable
,Nameable
,net.runelite.api.Node
,net.runelite.api.Player
,net.runelite.api.Renderable
,RuneLiteWrapper<net.runelite.api.Actor>
,SceneEntity
public interface IPlayer extends net.runelite.api.Player, IActor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(net.runelite.api.Player player)
-
Methods inherited from interface net.runelite.api.Actor
clearSpotAnims, createSpotAnim, getAnimation, getAnimationFrame, getCanvasImageLocation, getCanvasSpriteLocation, getCanvasTextLocation, getCanvasTilePoly, getConvexHull, getCurrentOrientation, getGraphic, getGraphicHeight, getHealthRatio, getHealthScale, getIdlePoseAnimation, getIdleRotateLeft, getIdleRotateRight, getLocalLocation, getLogicalHeight, getMinimapLocation, getName, getOrientation, getOverheadCycle, getOverheadText, getPoseAnimation, getPoseAnimationFrame, getRunAnimation, getSpotAnimFrame, getSpotAnims, getWalkAnimation, getWalkRotate180, getWalkRotateLeft, getWalkRotateRight, getWorldArea, getWorldLocation, getWorldView, hasSpotAnim, isDead, isInteracting, removeSpotAnim, setActionFrame, setAnimation, setAnimationFrame, setDead, setGraphic, setGraphicHeight, setIdlePoseAnimation, setIdleRotateLeft, setIdleRotateRight, setOverheadCycle, setOverheadText, setPoseAnimation, setPoseAnimationFrame, setRunAnimation, setSpotAnimFrame, setWalkAnimation, setWalkRotate180, setWalkRotateLeft, setWalkRotateRight
-
Methods inherited from interface net.storm.api.domain.actors.IActor
attack, getIndex, getInteracting, getSpotAnimationCount, getTarget, isAnimating, isHealthBarVisible, isIdle, isMoving
-
Methods inherited from interface net.storm.api.domain.Identifiable
getId
-
Methods inherited from interface net.storm.api.domain.Interactable
generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, getActionIndex, getActions, getClickPoint, hasAction, hasAction, hasAction, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, isInteractable, isInteractable, isInteractable
-
Methods inherited from interface net.storm.api.domain.Locatable
distanceTo, distanceTo, distanceTo2DHypotenuse, distanceToHypotenuse, getLocalLocation, getPlane, getWorldLocation, getWorldX, getWorldY
-
Methods inherited from interface net.runelite.api.Player
getCombatLevel, getId, getOverheadIcon, getPlayerComposition, getPolygons, getSkullIcon, getTeam, isClanMember, isFriend, isFriendsChatMember, setSkullIcon
-
Methods inherited from interface net.runelite.api.Renderable
getModel, getModelHeight, setModelHeight
-
Methods inherited from interface net.storm.api.domain.RuneLiteWrapper
getWrapped
-
-