Class AuraDesc
java.lang.Object
java.util.AbstractMap<K,V>
java.util.EnumMap<K,V>
net.demilich.metastone.game.cards.BaseMap<T,Object>
net.demilich.metastone.game.cards.desc.Desc<AuraArg,Aura>
net.demilich.metastone.game.spells.desc.aura.AuraDesc
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<AuraArg,
,Object> HasDesc<Desc<AuraArg,
,Aura>> HasEntrySet<AuraArg,
,Object> AbstractEnchantmentDesc<Aura>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> Nested classes/interfaces inherited from interface net.demilich.metastone.game.cards.desc.HasEntrySet
HasEntrySet.BfsEnum, HasEntrySet.BfsNode<T extends Enum,
V> -
Constructor Summary
-
Method Summary
Methods inherited from class net.demilich.metastone.game.cards.desc.Desc
copyTo, create, equals, getBool, getDesc, getDescClass, getInt, getString, getValue, hashCode, put, setDesc, toString
Methods inherited from class java.util.EnumMap
clear, containsKey, containsValue, entrySet, get, keySet, putAll, remove, size, values
Methods inherited from class java.util.AbstractMap
isEmpty
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.demilich.metastone.game.cards.desc.HasEntrySet
bfs, entrySet
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AuraDesc
public AuraDesc() -
AuraDesc
-
AuraDesc
-
-
Method Details
-
getDescImplClass
- Specified by:
getDescImplClass
in classDesc<AuraArg,
Aura>
-
getClassArg
- Specified by:
getClassArg
in classDesc<AuraArg,
Aura>
-
clone
-
getApplyEffect
-
getAttribute
-
getFilter
-
getRemoveEffect
-
getTarget
-
getCondition
-
getSpell
-
getSecondaryTrigger
Deprecated. -
getRevertTrigger
-
getValue
public int getValue() -
getSecondaryTarget
-
tryCreate
public Optional<Aura> tryCreate(GameContext context, Player player, Entity effectSource, Card enchantmentSource, Entity host, boolean force) - Specified by:
tryCreate
in interfaceAbstractEnchantmentDesc<Aura>
-
getZones
public com.hiddenswitch.spellsource.rpc.Spellsource.ZonesMessage.Zones[] getZones()
-