20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
46 super(archetypeAttributeName, attributeName, description, inputLength);
final String archetypeAttributeName
The archetype attribute name.
boolean isOptionalSpell()
Returns whether the spell game object is optional.
final boolean isOptionalSpell
Whether the spell game object is optional.
final int inputLength
The input length in characters for text input fields.
ArchetypeAttributeInvSpell(final boolean isOptionalSpell, @NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength)
Creates a new instance.
Abstract base class for ArchetypeAttributes for inventory spells.
Interface for visitors of ArchetypeAttributes.
final String description
The attribute's description.
An ArchetypeAttribute for selecting a spell encoded as an inventory game object.
final String attributeName
The user interface attribute name.
void visit(@NotNull final ArchetypeAttributeVisitor visitor)