Class DialogueStyle.StyleLayer
java.lang.Object
de.luckymcdev.foundryengine.common.dialogue.DialogueStyle.StyleLayer
- Enclosing class:
DialogueStyle
A named set of style values. Layers are resolved top-down: the first layer that
contains a key wins, otherwise
DialogueStyle.DEFAULTS is used.-
Constructor Summary
ConstructorsConstructorDescriptionStyleLayer(DialogueStyle.StyleLayer source) Creates a mutable copy of the given layer (never frozen). -
Method Summary
-
Constructor Details
-
StyleLayer
public StyleLayer() -
StyleLayer
Creates a mutable copy of the given layer (never frozen).
-
-
Method Details
-
contains
-
get
-
set
-
remove
-