Class MetaDescription
java.lang.Object
net.demilich.metastone.game.logic.CustomCloneable
net.demilich.metastone.game.cards.dynamicdescription.DynamicDescription
net.demilich.metastone.game.cards.dynamicdescription.MetaDescription
- All Implemented Interfaces:
Serializable
,Cloneable
,HasDesc<DynamicDescriptionDesc>
Concatenates the strings and
DynamicDescription
objects specified in its DynamicDescriptionArg.DESCRIPTIONS
array.
An element in the array can be a DynamicDescriptionDesc
dynamic description argument or a
String
literal. Make sure to include the appropriate whitespace, concatenation is not performed with spaces.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveFinalString
(GameContext context, Player player, Entity entity) Methods inherited from class net.demilich.metastone.game.cards.dynamicdescription.DynamicDescription
getDesc, setDesc
Methods inherited from class net.demilich.metastone.game.logic.CustomCloneable
clone
-
Constructor Details
-
MetaDescription
-
-
Method Details
-
resolveFinalString
- Specified by:
resolveFinalString
in classDynamicDescription
-