rle.core.board
Class Terrain
java.lang.Object
rle.core.vm.PlugInBase
rle.core.board.Thing
rle.core.board.Terrain
- All Implemented Interfaces:
- java.lang.Cloneable, RuntimeDataListener, PlugIn
public class Terrain
- extends Thing
A piece of terrain. Note that a
Terrain can be configured by information from the Variant
Manager because it implements PlugIn. Also note that
instances of this class are actual pieces of terrain, not
terrain types. Terrain types should be enumerated in the Variant
Manager.
Methods inherited from class rle.core.board.Thing |
addThingListener, attributeKeySet, attributeMap, checkAttribute, clone, dataChange, enclosingObject, fireLocationChange, getAttribute, getId, getRuntimeData, getSize, getTemporaryCharm, locator, putAttribute, putTemporaryCharm, removeAttribute, removeTemporaryCharm, removeThingListener, setEnclosingObject, setRuntimeData, setSize, temporaryCharmKeySet, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Terrain
public Terrain()
setConfig
public void setConfig(InfoView view)
- Description copied from interface:
PlugIn
- Set the configuring InfoView.
- Specified by:
setConfig
in interface PlugIn
- Overrides:
setConfig
in class Thing
isPloppable
public boolean isPloppable()
isWalkable
public boolean isWalkable()
isAllowsItem
public boolean isAllowsItem()