Uses of Interface
me.filoghost.holographicdisplays.api.hologram.line.ItemHologramLine
Packages that use ItemHologramLine
-
Uses of ItemHologramLine in me.filoghost.holographicdisplays.api.hologram
Methods in me.filoghost.holographicdisplays.api.hologram that return ItemHologramLineModifier and TypeMethodDescription@NotNull ItemHologramLineHologramLines.appendItem(@Nullable org.bukkit.inventory.ItemStack itemStack) Adds a new item line at the bottom.@NotNull ItemHologramLineHologramLines.insertItem(int beforeIndex, @NotNull org.bukkit.inventory.ItemStack itemStack) Inserts a new item line before the line at the given index, shifting all the lines below.