Class DebugMap
- java.lang.Object
-
- net.egartley.beyondorigins.core.abstracts.Map
-
- net.egartley.beyondorigins.ingame.maps.debug.DebugMap
-
-
Constructor Summary
Constructors Constructor Description DebugMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onPlayerEnter()
Called when the player enters the mapvoid
onPlayerLeave()
Called when the player leaves the mapvoid
onSectorChange(MapSectorChangeEvent event)
Called when the current sector changesvoid
render(org.newdawn.slick.Graphics graphics)
Renders the map's contentsvoid
tick()
-
Methods inherited from class net.egartley.beyondorigins.core.abstracts.Map
changeSector, toString
-
-
-
-
Method Detail
-
render
public void render(org.newdawn.slick.Graphics graphics)
Description copied from class:Map
Renders the map's contents
-
onPlayerEnter
public void onPlayerEnter()
Description copied from class:Map
Called when the player enters the map- Specified by:
onPlayerEnter
in classMap
-
onPlayerLeave
public void onPlayerLeave()
Description copied from class:Map
Called when the player leaves the map- Specified by:
onPlayerLeave
in classMap
-
onSectorChange
public void onSectorChange(MapSectorChangeEvent event)
Description copied from class:Map
Called when the current sector changes- Specified by:
onSectorChange
in classMap
- See Also:
Map.changeSector(MapSector, MapSector)
-
tick
public void tick()
-
-