org.deken.game.map
Class SectionElement

java.lang.Object
  extended by org.deken.game.map.MapElement
      extended by org.deken.game.map.SectionElement

public class SectionElement
extends MapElement

Title: SectionElement

Description: TODO

Copyright: Copyright (c) Jan 21, 2012

Version:
1.0
Author:
Gary Deken

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

SectionElement

public SectionElement(Decor decor,
                      boolean placeHolder,
                      int x,
                      int y)

SectionElement

public SectionElement(Decor decor,
                      boolean placeHolder,
                      int x,
                      int y,
                      int z)
Method Detail

getX

public int getX()

getY

public int getY()

getZ

public int getZ()