Package jag.game.type

Interface RSNpcDefinition

All Superinterfaces:
RSDefinition, RSDoublyLinkedNode, RSNode, RSProvider, RSTransformableDefinition

public interface RSNpcDefinition extends RSTransformableDefinition
  • Method Details

    • getOverheadIcons

      int[] getOverheadIcons()
    • getOverheadIconSprites

      short[] getOverheadIconSprites()
    • isRenderingPrioritized

      boolean isRenderingPrioritized()
    • getTextures

      short[] getTextures()
    • getIdleAnimation

      int getIdleAnimation()
    • getColors

      short[] getColors()
    • getScaleXY

      int getScaleXY()
    • isRenderedOnMinimap

      boolean isRenderedOnMinimap()
    • getScaleZ

      int getScaleZ()
    • getSize

      int getSize()
    • getModelIds

      int[] getModelIds()
    • getNewColors

      short[] getNewColors()
    • getName

      String getName()
      Specified by:
      getName in interface RSDefinition
    • getWalkAnimation

      int getWalkAnimation()
    • getId

      int getId()
      Specified by:
      getId in interface RSDefinition
    • getCombatLevel

      int getCombatLevel()
    • getActions

      String[] getActions()
      Specified by:
      getActions in interface RSDefinition
    • getNewTextures

      short[] getNewTextures()
    • getProperties

      RSIterableNodeTable<? extends RSNode> getProperties()