20 package net.sf.gridarta.model.treasurelist;
22 import org.jetbrains.annotations.NotNull;
40 super(
"YES",
false,
false);
55 throw new UnsupportedOperationException();
int chance
The chance attribute.
void copyListType(@NotNull final TreasureObj treasureObj)
void appendToString(@NotNull final StringBuilder sb)
void visit(@NotNull final TreasureObjVisitor visitor)
YesTreasureObj(final int chance)
Creates a new instance.
A TreasureObj representing a "yes" entry.
Subclass: UserObject (= content object) for nodes in the CFTreasureListTree These can be either treas...
void setChance(final int value)
Sets the chance attribute.
static final long serialVersionUID
The serial version UID.
Interface for visitors of TreasureObj instances.