be.saltwater.jaqel.creature
Interface CreatureAttribute

All Known Implementing Classes:
Weapon

public interface CreatureAttribute

A CreatureAttribute can be attached to a Creature.


Method Summary
 javax.media.j3d.Node getContentNode()
          Get the 3D representation of this attribute.
 java.lang.String getName()
           
 

Method Detail

getContentNode

public javax.media.j3d.Node getContentNode()
Get the 3D representation of this attribute.


getName

public java.lang.String getName()