Package jag.game.type
Interface RSHitsplatDefinition
-
- All Superinterfaces:
RSDoublyLinkedNode,RSNode,RSProvider
public interface RSHitsplatDefinition extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAmount()intgetComparisonType()intgetDuration()intgetFade()intgetFontId()intgetForeground()RSSpritegetIcon()intgetIconId()RSSpritegetLeftSprite()intgetLeftSpriteId()RSSpritegetMiddleSprite()intgetMiddleSpriteId()intgetOffsetX()intgetOffsetY()RSSpritegetRightSprite()intgetRightSpriteId()int[]getTransformIds()intgetVarpbitIndex()intgetVarpIndex()-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getIconId
int getIconId()
-
getAmount
String getAmount()
-
getForeground
int getForeground()
-
getRightSpriteId
int getRightSpriteId()
-
getOffsetX
int getOffsetX()
-
getDuration
int getDuration()
-
getMiddleSpriteId
int getMiddleSpriteId()
-
getFade
int getFade()
-
getOffsetY
int getOffsetY()
-
getVarpIndex
int getVarpIndex()
-
getFontId
int getFontId()
-
getLeftSpriteId
int getLeftSpriteId()
-
getVarpbitIndex
int getVarpbitIndex()
-
getComparisonType
int getComparisonType()
-
getTransformIds
int[] getTransformIds()
-
getLeftSprite
RSSprite getLeftSprite()
-
getIcon
RSSprite getIcon()
-
getRightSprite
RSSprite getRightSprite()
-
getMiddleSprite
RSSprite getMiddleSprite()
-
-