Interface SequenceType

All Superinterfaces:
ConfigType
All Known Implementing Classes:
SequenceTypeImpl

public interface SequenceType extends ConfigType
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getIntParam(int paramId)
     
    getStringParam(int paramId)
     
    boolean
    hasParam(int paramId)
     

    Methods inherited from interface net.botwithus.rs3.game.js5.types.configs.ConfigType

    getId
  • Method Details

    • hasParam

      boolean hasParam(int paramId)
    • getIntParam

      int getIntParam(int paramId)
    • getStringParam

      String getStringParam(int paramId)