Merge remote-tracking branch 'runelite/master'
This commit is contained in:
@@ -56,4 +56,11 @@ public interface Animation
|
||||
* whether this Animation frame has any alpha/transparency animation.
|
||||
*/
|
||||
boolean isShowing();
|
||||
|
||||
/**
|
||||
* Get the id for this animation
|
||||
* @see AnimationID
|
||||
* @return
|
||||
*/
|
||||
int getId();
|
||||
}
|
||||
|
||||
@@ -2,6 +2,12 @@ package net.runelite.api;
|
||||
|
||||
public interface DynamicObject extends Renderable
|
||||
{
|
||||
/**
|
||||
* Get the animation applied to the object
|
||||
* @return
|
||||
*/
|
||||
Animation getAnimation();
|
||||
|
||||
int getAnimationID();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user