- All Known Subclasses:
-
BaseAction, BaseGoal
@org.eclipse.xtext.xbase.lib.XbaseGenerated
abstract class AbstractGob
extends java.lang.Object
Abstract class for the main entities that are used in the game time-based goal-oriented behavior.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Property Summary
| Modifier and type |
Property and description |
| java.lang.String |
name |
Action Summary
| Modifier and type |
Action and description |
| protected static java.lang.String |
formatNumber(double)
Format a number for its output. |
Property Details
- name
-
var name : java.lang.String
This property is an alias for the action: getName
Action Details
- formatNumber(double)
-
protected def formatNumber(double) : java.lang.String
Format a number for its output.
- Parameters:
-
value -
- Returns:
-
- getName
-
def getName : java.lang.String
- setName(String)
-
def setName(String)