Class 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
- All Implemented Interfaces:
DecisionContainer,ResolvableDataItem<StoryTag>,Modifyable,NumericalValue<StoryTag>,SelectedValue<StoryTag>
-
Field Summary
Fields inherited from class de.rpgframework.genericrpg.data.ComplexDataItemValue
autoFlags, decisions, flags, uuidFields inherited from class de.rpgframework.genericrpg.data.DataItemValue
character, customName, injectedBy, language, ref, resolved, valueFields inherited from class de.rpgframework.genericrpg.modification.ModifyableImpl
incomingModifications, outgoingModifications -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnemy()getPlace()getThing()voidsetComplication(String complication) voidsetEnemy(StoryTagElement enemy) voidvoidvoidMethods inherited from class 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, hasUserFlag, removeAutoFlag, removeDecision, removeDecision, removeFlag, reset, setAutoFlag, setAutoFlag, setFlag, setPool, setUuid, updateDecision, updateOutgoingModificiationsMethods inherited from class de.rpgframework.genericrpg.data.DataItemValue
getCharacter, getCustomName, getDistributed, getInjectedBy, getKey, getLanguage, getModifyable, getNameWithoutDecisions, getNameWithRating, getResolved, getShortName, isAutoAdded, setCharacter, setCustomName, setDistributed, setInjectedBy, setLanguage, setResolvedMethods inherited from class de.rpgframework.genericrpg.modification.ModifyableImpl
addIncomingModification, addModifications, addOutgoingModification, clearIncomingModifications, clearOutgoingModifications, getIncomingModifications, getOutgoingModifications, removeIncomingModification, removeIncomingModificationForSource, removeIncomingModifications, setIncomingModificationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.rpgframework.genericrpg.NumericalValue
getDistributed, setDistributedMethods inherited from interface de.rpgframework.genericrpg.SelectedValue
getModifyable
-
Constructor Details
-
StoryTagValue
public StoryTagValue() -
StoryTagValue
- Parameters:
data-
-
-
Method Details
-
getEnemy
- Returns:
- the enemy
-
setEnemy
- Parameters:
enemy- the enemy to set
-
getFriend
- Returns:
- the friend
-
setFriend
- Parameters:
friend- the friend to set
-
getComplication
- Returns:
- the complication
-
setComplication
- Parameters:
complication- the complication to set
-
getThing
- Returns:
- the thing
-
setThing
- Parameters:
thing- the thing to set
-
getPlace
- Returns:
- the place
-
setPlace
- Parameters:
place- the place to set
-