Class EmptyHologramLine
java.lang.Object
io.github.projectunified.unihologram.spigot.line.EmptyHologramLine
- All Implemented Interfaces:
HologramLine
An empty line
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Object
Get 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
-
EmptyHologramLine
public EmptyHologramLine()
-
-
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
-