Package jag.game.scene
Interface RSTile
-
- All Superinterfaces:
RSNode
,RSProvider
public interface RSTile extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RSBoundary
getBoundary()
RSBoundaryDecor
getBoundaryDecor()
RSTileDecor
getDecor()
int
getFloorLevel()
RSEntityMarker[]
getMarkers()
RSTileModel
getModel()
default List<RSSceneObject>
getObjects()
RSTilePaint
getPaint()
RSPickableStack
getPickableStack()
int
getSceneX()
int
getSceneY()
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getBoundary
RSBoundary getBoundary()
-
getPickableStack
RSPickableStack getPickableStack()
-
getSceneY
int getSceneY()
-
getSceneX
int getSceneX()
-
getBoundaryDecor
RSBoundaryDecor getBoundaryDecor()
-
getDecor
RSTileDecor getDecor()
-
getFloorLevel
int getFloorLevel()
-
getPaint
RSTilePaint getPaint()
-
getModel
RSTileModel getModel()
-
getMarkers
RSEntityMarker[] getMarkers()
-
getObjects
default List<RSSceneObject> getObjects()
-
-