Package jag.game.type

Interface RSHitsplatDefinition

All Superinterfaces:
RSDoublyLinkedNode, RSNode, RSProvider

public interface RSHitsplatDefinition extends RSDoublyLinkedNode
  • Method Details

    • 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()