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
Constructors -
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, toStringMethods inherited from class java.util.EnumMap
clear, containsKey, containsValue, entrySet, get, keySet, putAll, remove, size, valuesMethods inherited from class java.util.AbstractMap
isEmptyMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.demilich.metastone.game.cards.desc.HasEntrySet
bfs, entrySetMethods 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:
getDescImplClassin classDesc<AuraArg,Aura>
-
getClassArg
- Specified by:
getClassArgin 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:
tryCreatein interfaceAbstractEnchantmentDesc<Aura>
-
getZones
public com.hiddenswitch.spellsource.rpc.Spellsource.ZonesMessage.Zones[] getZones()
-