Class SkullHologramLine
java.lang.Object
me.hsgamer.unihologram.common.line.AbstractHologramLine<String>
me.hsgamer.unihologram.common.line.TextHologramLine
me.hsgamer.unihologram.spigot.common.line.SkullHologramLine
- All Implemented Interfaces:
HologramLine
The hologram line with skull
-
Constructor Summary
ConstructorsConstructorDescriptionSkullHologramLine(String content) Create a new lineSkullHologramLine(String content, Map<String, Object> settings) Create a new line -
Method Summary
Methods inherited from class me.hsgamer.unihologram.common.line.AbstractHologramLine
getContent, getSettingsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.unihologram.common.api.HologramLine
getRawContent
-
Constructor Details
-
SkullHologramLine
Create a new line- Parameters:
content- the contentsettings- the settings
-
SkullHologramLine
Create a new line- Parameters:
content- the content
-