Interface LocationType

All Superinterfaces:
ConfigType, Onymous
All Known Implementing Classes:
LocationTypeImpl

public interface LocationType extends ConfigType, Onymous
  • Method Details

    • getOptions

      List<String> getOptions()
    • getParamIds

      @NotNull @NotNull List<Integer> getParamIds()
    • hasParam

      boolean hasParam(int paramId)
    • getIntParam

      int getIntParam(int paramId)
    • getStringParam

      String getStringParam(int paramId)
    • getVarbit

      int getVarbit()
    • getVarp

      int getVarp()
    • getTransforms

      int[] getTransforms()