20 package net.sf.gridarta.model.treasurelist;
22 import org.jetbrains.annotations.NotNull;
40 super(name,
false,
true);
54 throw new UnsupportedOperationException();
void appendToString(@NotNull final StringBuilder sb)
final String name
The name of this treasure object.
void copyListType(@NotNull final TreasureObj treasureObj)
ArchTreasureObj(@NotNull final String name)
Creates a new instance.
static final long serialVersionUID
The serial version UID.
A TreasureObj representing an "arch" entry.
void visit(@NotNull final TreasureObjVisitor visitor)
Subclass: UserObject (= content object) for nodes in the CFTreasureListTree These can be either treas...
Interface for visitors of TreasureObj instances.