Class SkullHologramLine
java.lang.Object
io.github.projectunified.unihologram.spigot.line.SkullHologramLine
- All Implemented Interfaces:
HologramLine
The hologram line with skull
-
Constructor Summary
ConstructorDescriptionSkullHologramLine
(String content) Create a new lineSkullHologramLine
(String content, Map<String, Object> settings) Create a new line -
Method Summary
Modifier and TypeMethodDescriptionGet the content of the lineGet the extra settings of the lineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.projectunified.unihologram.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
-
-
Method Details
-
getContent
Description copied from interface:HologramLine
Get the content of the line- Specified by:
getContent
in interfaceHologramLine
- Returns:
- the content
-
getSettings
Description copied from interface:HologramLine
Get the extra settings of the line- Specified by:
getSettings
in interfaceHologramLine
- Returns:
- the extra settings
-