Class DynamicDescriptionDesc
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<DynamicDescriptionArg,DynamicDescription>
net.demilich.metastone.game.cards.dynamicdescription.DynamicDescriptionDesc
- All Implemented Interfaces:
Serializable,Cloneable,Map<DynamicDescriptionArg,,Object> HasDesc<Desc<DynamicDescriptionArg,,DynamicDescription>> HasEntrySet<DynamicDescriptionArg,Object>
The serialized version of a dynamic description.
- 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
ConstructorsConstructorDescriptionDynamicDescriptionDesc(Class<? extends DynamicDescription> desctiptionClass) -
Method Summary
Modifier and TypeMethodDescriptionclone()getDynamicDescription(DynamicDescriptionArg arg, GameContext context, Player player, Entity entity) 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
-
DynamicDescriptionDesc
public DynamicDescriptionDesc() -
DynamicDescriptionDesc
-
-
Method Details
-
getDescImplClass
- Specified by:
getDescImplClassin classDesc<DynamicDescriptionArg,DynamicDescription>
-
getClassArg
- Specified by:
getClassArgin classDesc<DynamicDescriptionArg,DynamicDescription>
-
clone
- Specified by:
clonein classDesc<DynamicDescriptionArg,DynamicDescription>
-
getDynamicDescription
public String getDynamicDescription(DynamicDescriptionArg arg, GameContext context, Player player, Entity entity)
-