Interface RSMiniMenu


  • public interface RSMiniMenu
    • Method Detail

      • getShiftClickActions

        boolean[] getShiftClickActions()
      • insertItem

        int insertItem​(String action,
                       String target,
                       int opcode,
                       int primary,
                       int secondary,
                       int tertiary,
                       int quaternary,
                       boolean prioritizeOnShift,
                       int worldMatrix)
      • getX

        int getX()
      • getY

        int getY()
      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • getRowCount

        int getRowCount()
      • getActions

        String[] getActions()
      • getTargets

        String[] getTargets()
      • getOpcodes

        int[] getOpcodes()
      • getPrimaryArgs

        int[] getPrimaryArgs()
      • getSecondaryArgs

        int[] getSecondaryArgs()
      • getTertiaryArgs

        int[] getTertiaryArgs()
      • getQuaternaryArgs

        int[] getQuaternaryArgs()
      • getWorldMatrices

        int[] getWorldMatrices()
      • isChild

        boolean isChild()