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
ConstructorDescriptionDynamicDescriptionDesc
(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, 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
-
DynamicDescriptionDesc
public DynamicDescriptionDesc() -
DynamicDescriptionDesc
-
-
Method Details
-
getDescImplClass
- Specified by:
getDescImplClass
in classDesc<DynamicDescriptionArg,
DynamicDescription>
-
getClassArg
- Specified by:
getClassArg
in classDesc<DynamicDescriptionArg,
DynamicDescription>
-
clone
- Specified by:
clone
in classDesc<DynamicDescriptionArg,
DynamicDescription>
-
getDynamicDescription
public String getDynamicDescription(DynamicDescriptionArg arg, GameContext context, Player player, Entity entity)
-