Class ItemHologram

java.lang.Object
com.maximde.hologramlib.hologram.Hologram<ItemHologram>
com.maximde.hologramlib.hologram.ItemHologram

public class ItemHologram extends Hologram<ItemHologram>
  • Field Details

    • displayType

      protected me.tofaa.entitylib.meta.display.ItemDisplayMeta.DisplayType displayType
    • onFire

      protected boolean onFire
    • item

      protected com.github.retrooper.packetevents.protocol.item.ItemStack item
    • glowing

      protected boolean glowing
    • glowColor

      protected int glowColor
      Only visible if 'ItemHologram#glowing' is set to true
  • Constructor Details

    • ItemHologram

      public ItemHologram(String id, RenderMode renderMode)
    • ItemHologram

      public ItemHologram(String id)
  • Method Details