Interface RSCollisionMap

All Superinterfaces:
RSProvider

public interface RSCollisionMap extends RSProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    getFlag(int x, int y)
     
    int[][]
     
    int
     
    int
     
    int
     
    int
     
    boolean
     
    void
    setUpdated(boolean changed)
     
  • Field Details

  • Method Details

    • getFlag

      default int getFlag(int x, int y)
    • getFlags

      int[][] getFlags()
    • getWidth

      int getWidth()
    • getInsetX

      int getInsetX()
    • getInsetY

      int getInsetY()
    • getHeight

      int getHeight()
    • isUpdated

      boolean isUpdated()
    • setUpdated

      void setUpdated(boolean changed)