Klasse EmbedModification

Alle implementierten Schnittstellen:
Datable, Cloneable

@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.
  • Konstruktordetails

    • EmbedModification

      public EmbedModification()
  • Methodendetails

    • getHook

      public <T extends Hook> T 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

      public void validate() throws ReferenceException
      Beschreibung aus Klasse kopiert: Modification
      Validate content in this modification during load
      Setzt außer Kraft:
      validate in Klasse DataItemModification
      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

      public UUID getIntoId()
      Gibt zurück:
      the intoId
    • getIntoType

      public ModifiedObjectType getIntoType()
      Gibt zurück:
      the intoType
    • getIntoRef

      public String getIntoRef()
      Gibt zurück:
      the intoRef
    • isIncluded

      public boolean isIncluded()
      Gibt zurück:
      the included
    • isIgnoreForCapacity

      public boolean isIgnoreForCapacity()
      Gibt zurück:
      the ignoreForCapacity