|
Gridarta Editor
|
Describes an in-game spell. More...
Inheritance diagram for net.sf.gridarta.model.spells.Spell:
Collaboration diagram for net.sf.gridarta.model.spells.Spell:Public Member Functions | |
| String | getName () |
| Return the spell name. More... | |
Protected Member Functions | |
| Spell (@NotNull final String name) | |
| Create a new instance. More... | |
Private Attributes | |
| final String | name |
| The name of the spell. More... | |
Describes an in-game spell.
Definition at line 28 of file Spell.java.
|
protected |
Create a new instance.
| name | the spell name |
Definition at line 40 of file Spell.java.
References net.sf.gridarta.model.spells.Spell.name.
| String net.sf.gridarta.model.spells.Spell.getName | ( | ) |
Return the spell name.
Definition at line 49 of file Spell.java.
References net.sf.gridarta.model.spells.Spell.name.
Here is the caller graph for this function:
|
private |
The name of the spell.
Definition at line 34 of file Spell.java.
Referenced by net.sf.gridarta.model.spells.Spell.getName(), and net.sf.gridarta.model.spells.Spell.Spell().