Klasse StoryTagValue
java.lang.Object
de.rpgframework.genericrpg.modification.ModifyableImpl
de.rpgframework.genericrpg.data.DataItemValue<StoryTag>
de.rpgframework.genericrpg.data.ComplexDataItemValue<StoryTag>
de.rpgframework.random.withoutnumber.StoryTagValue
- Alle implementierten Schnittstellen:
DecisionContainer,ResolvableDataItem<StoryTag>,Modifyable,NumericalValue<StoryTag>,SelectedValue<StoryTag>
-
Feldübersicht
Von Klasse geerbte Felder de.rpgframework.genericrpg.data.ComplexDataItemValue
autoFlags, decisions, flags, uuidVon Klasse geerbte Felder de.rpgframework.genericrpg.data.DataItemValue
character, customName, injectedBy, language, ref, resolved, valueVon Klasse geerbte Felder de.rpgframework.genericrpg.modification.ModifyableImpl
incomingModifications, outgoingModifications -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetEnemy()getPlace()getThing()voidsetComplication(String complication) voidsetEnemy(StoryTagElement enemy) voidvoidvoidVon Klasse geerbte Methoden de.rpgframework.genericrpg.data.ComplexDataItemValue
addAutoFlag, addAutoFlag, addDecision, addFlag, clearAutoFlags, clearEmptyFlags, getAutoFlags, getChoiceMapRecursivly, getDecision, getDecisionArray, getDecisionByRef, getDecisionByType, getDecisions, getDecisionString, getDecisionString, getFlags, getNameWithoutRating, getNameWithoutRating, getNameWithRating, getPerDecisionString, getPool, getUuid, hasAutoFlag, hasFlag, hasFlag, removeAutoFlag, removeDecision, removeDecision, removeFlag, reset, setAutoFlag, setAutoFlag, setFlag, setPool, setUuid, updateDecision, updateOutgoingModificiationsVon Klasse geerbte Methoden de.rpgframework.genericrpg.data.DataItemValue
getCharacter, getCustomName, getDistributed, getInjectedBy, getKey, getLanguage, getModifyable, getNameWithoutDecisions, getNameWithRating, getResolved, getShortName, isAutoAdded, setCharacter, setCustomName, setDistributed, setInjectedBy, setLanguage, setResolvedVon Klasse geerbte Methoden de.rpgframework.genericrpg.modification.ModifyableImpl
addIncomingModification, addModifications, addOutgoingModification, clearIncomingModifications, clearOutgoingModifications, getIncomingModifications, getOutgoingModifications, removeIncomingModification, removeIncomingModificationForSource, removeIncomingModifications, setIncomingModificationsVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.NumericalValue
getDistributed, setDistributedVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.SelectedValue
getModifyable
-
Konstruktordetails
-
StoryTagValue
public StoryTagValue() -
StoryTagValue
- Parameter:
data-
-
-
Methodendetails
-
getEnemy
- Gibt zurück:
- the enemy
-
setEnemy
- Parameter:
enemy- the enemy to set
-
getFriend
- Gibt zurück:
- the friend
-
setFriend
- Parameter:
friend- the friend to set
-
getComplication
- Gibt zurück:
- the complication
-
setComplication
- Parameter:
complication- the complication to set
-
getThing
- Gibt zurück:
- the thing
-
setThing
- Parameter:
thing- the thing to set
-
getPlace
- Gibt zurück:
- the place
-
setPlace
- Parameter:
place- the place to set
-