Modul de.rpgframework.rules
Klasse EmbedModification
java.lang.Object
de.rpgframework.genericrpg.modification.Modification
de.rpgframework.genericrpg.modification.DataItemModification
de.rpgframework.genericrpg.modification.EmbedModification
@Root(name="embed")
public class EmbedModification
extends DataItemModification
implements Cloneable
Use this modification to put gear into available slots of other gear
when defining gear in XML.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen de.rpgframework.genericrpg.modification.Modification
Modification.Origin -
Feldübersicht
Von Klasse geerbte Felder de.rpgframework.genericrpg.modification.DataItemModification
choice, choiceOptions, date, decisions, expCost, id, ref, remove, restrictedToMode, variantVon Klasse geerbte Felder de.rpgframework.genericrpg.modification.Modification
apply, conditions, origin, source, type, when -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintgetCount()<T extends Hook>
TgetHook()booleanShall the added item be ignored for used capacity calculationbooleanbooleanbooleanAre effects of this item already included in the stats of the item is it added tovoidsetCount(int count) voidvalidate()Validate content in this modification during loadVon Klasse geerbte Methoden de.rpgframework.genericrpg.modification.DataItemModification
clone, equals, getAsKeys, getChoiceOptions, getConnectedChoice, getDate, getDecision, getDecisions, getExpCost, getId, getKey, getResolvedKey, getVariant, isRemove, setDate, setDecisions, setExpCost, setId, setKey, setRemove, toStringVon Klasse geerbte Methoden de.rpgframework.genericrpg.modification.Modification
getApplyTo, getConditionString, getOrigin, getReferenceType, getSource, getWhen, isConditional, setApplyTo, setConditionString, setOrigin, setSource, setWhen
-
Konstruktordetails
-
EmbedModification
public EmbedModification()
-
-
Methodendetails
-
getHook
-
isIncludedInStats
public boolean isIncludedInStats()Are effects of this item already included in the stats of the item is it added to -
ignoreForCapacity
public boolean ignoreForCapacity()Shall the added item be ignored for used capacity calculation -
validate
Beschreibung aus Klasse kopiert:ModificationValidate content in this modification during load- Setzt außer Kraft:
validatein KlasseDataItemModification- Löst aus:
ReferenceException- Siehe auch:
-
getCount
public int getCount()- Gibt zurück:
- the count
-
setCount
public void setCount(int count) - Parameter:
count- the count to set
-
getIntoId
- Gibt zurück:
- the intoId
-
getIntoType
- Gibt zurück:
- the intoType
-
getIntoRef
- Gibt zurück:
- the intoRef
-
isIncluded
public boolean isIncluded()- Gibt zurück:
- the included
-
isIgnoreForCapacity
public boolean isIgnoreForCapacity()- Gibt zurück:
- the ignoreForCapacity
-