|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.map.MapElement
org.deken.game.map.SectionElement
public class SectionElement
Title: SectionElement
Description: TODO
Copyright: Copyright (c) Jan 21, 2012
Constructor Summary | |
---|---|
SectionElement(Decor decor,
boolean placeHolder,
int x,
int y)
|
|
SectionElement(Decor decor,
boolean placeHolder,
int x,
int y,
int z)
|
Method Summary | |
---|---|
int |
getX()
|
int |
getY()
|
int |
getZ()
|
Methods inherited from class org.deken.game.map.MapElement |
---|
getDecor, getLayerTile, getxTile, getyTile, isNonCollision, isPlaceHolder, setDecor, setNonCollision, setPlaceHolder, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SectionElement(Decor decor, boolean placeHolder, int x, int y)
public SectionElement(Decor decor, boolean placeHolder, int x, int y, int z)
Method Detail |
---|
public int getX()
public int getY()
public int getZ()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |