rle.core.board
Class Terrain

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.core.board.Thing
          extended by 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.


Field Summary
 
Fields inherited from class rle.core.board.Thing
attributes, data, enclosed, enclosing, locator, temporaryCharms
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
Terrain()
           
 
Method Summary
 boolean isAllowsItem()
           
 boolean isPloppable()
           
 boolean isWalkable()
           
 void setConfig(InfoView view)
          Set the configuring InfoView.
 
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 rle.core.vm.PlugInBase
config, getContext, getParameters, paramMap, setParameters
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Terrain

public Terrain()
Method Detail

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()