Rabbit Escape  2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | List of all members
rabbitescape.engine.textworld.Comment Class Reference

Public Member Functions

boolean isUnlinked ()
 
Comment link (String key)
 
boolean isFollowedBy (String key)
 

Static Public Member Functions

static Comment createUnlinkedComment (String text)
 

Public Attributes

final String text
 
final String keyFollowing
 

Static Public Attributes

static final String WORLD_ASCII_ART = "world-ascii-art"
 

Private Member Functions

 Comment (String text, String keyFollowing)
 

Constructor & Destructor Documentation

rabbitescape.engine.textworld.Comment.Comment ( String  text,
String  keyFollowing 
)
private

Member Function Documentation

static Comment rabbitescape.engine.textworld.Comment.createUnlinkedComment ( String  text)
static
boolean rabbitescape.engine.textworld.Comment.isFollowedBy ( String  key)
boolean rabbitescape.engine.textworld.Comment.isUnlinked ( )
Comment rabbitescape.engine.textworld.Comment.link ( String  key)

Member Data Documentation

final String rabbitescape.engine.textworld.Comment.keyFollowing
final String rabbitescape.engine.textworld.Comment.text
final String rabbitescape.engine.textworld.Comment.WORLD_ASCII_ART = "world-ascii-art"
static

The documentation for this class was generated from the following file: