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 String
getAmount()
int
getComparisonType()
int
getDuration()
int
getFade()
int
getFontId()
int
getForeground()
RSSprite
getIcon()
int
getIconId()
RSSprite
getLeftSprite()
int
getLeftSpriteId()
RSSprite
getMiddleSprite()
int
getMiddleSpriteId()
int
getOffsetX()
int
getOffsetY()
RSSprite
getRightSprite()
int
getRightSpriteId()
int[]
getTransformIds()
int
getVarpbitIndex()
int
getVarpIndex()
-
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()
-
-