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