Package jag.game.scene
Interface RSCollisionMap
-
- All Superinterfaces:
RSProvider
public interface RSCollisionMap extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getFlag(int x, int y)
int[][]
getFlags()
int
getHeight()
int
getInsetX()
int
getInsetY()
int
getWidth()
boolean
isUpdated()
void
setUpdated(boolean changed)
-
-
-
Field Detail
-
WIDTH
static final int WIDTH
- See Also:
- Constant Field Values
-
LENGTH
static final int LENGTH
- See Also:
- Constant Field Values
-
-