20 package net.sf.gridarta.plugin.parameter;
25 import org.jetbrains.annotations.NotNull;
32 public abstract class AbstractStringPluginParameter<G
extends GameObject<G, A, R>, A extends
MapArchObject<A>, R extends
Archetype<G, A, R>, V> extends
AbstractPluginParameter<G, A, R, V> {
60 if (this.stringValue.equals(stringValue)) {
String stringValue
The current value.
Abstract base class for PluginParameter implementations for which the value is calculated from the st...
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
void changed()
Notifies all listeners that this plugin parameter has changed.
boolean setStringValue(@NotNull final String stringValue)
Updates the parameter value.
AbstractStringPluginParameter(@NotNull final String stringValue)
Creates a new instance.
Interface for MapArchObjects.