Class Sector4
- java.lang.Object
-
- net.egartley.beyondorigins.core.abstracts.MapSector
-
- net.egartley.beyondorigins.ingame.maps.debug.sectors.Sector4
-
-
Field Summary
-
Fields inherited from class net.egartley.beyondorigins.core.abstracts.MapSector
BOTTOM, changeBoundaries, entities, LEFT, number, parent, primaryEntities, renderables, RIGHT, tickables, TILE_COLUMNS, TILE_ROWS, tiles, TOP
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
void
onPlayerEnter(MapSector from)
void
onPlayerLeave(MapSector to)
void
setSpecialCollisions()
Set sector-specific, or "special" collisions, such as ones that have to do with a quest-
Methods inherited from class net.egartley.beyondorigins.core.abstracts.MapSector
addEntity, addEntity, addRenderable, addTickable, drawTiles, onPlayerEnter_internal, onPlayerLeave_internal, removeEntity, removeEntity, removeRenderable, removeTickable, render, setNeighborAt, tick, toString, updatePlayerPosition
-
-
-
-
Constructor Detail
-
Sector4
public Sector4(Map parent)
-
-
Method Detail
-
onPlayerEnter
public void onPlayerEnter(MapSector from)
- Specified by:
onPlayerEnter
in classMapSector
-
onPlayerLeave
public void onPlayerLeave(MapSector to)
- Specified by:
onPlayerLeave
in classMapSector
-
setSpecialCollisions
public void setSpecialCollisions()
Description copied from class:MapSector
Set sector-specific, or "special" collisions, such as ones that have to do with a quest- Specified by:
setSpecialCollisions
in classMapSector
-
-