Class ItemHologramLine
java.lang.Object
me.hsgamer.unihologram.common.line.AbstractHologramLine<org.bukkit.inventory.ItemStack>
me.hsgamer.unihologram.spigot.common.line.ItemHologramLine
- All Implemented Interfaces:
HologramLine
The hologram line with item
-
Constructor Summary
ConstructorsConstructorDescriptionItemHologramLine(org.bukkit.inventory.ItemStack content) Create a new lineItemHologramLine(org.bukkit.inventory.ItemStack 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
-
ItemHologramLine
Create a new line- Parameters:
content- the contentsettings- the settings
-
ItemHologramLine
public ItemHologramLine(org.bukkit.inventory.ItemStack content) Create a new line- Parameters:
content- the content
-