Class TextDisplayManager

java.lang.Object
com.ranull.graves.manager.EntityDataManager
dev.cwhead.GravesX.manager.TextDisplayManager

public class TextDisplayManager extends EntityDataManager
TextDisplay-based holograms (1.19+).
  • Constructor Details

    • TextDisplayManager

      public TextDisplayManager(Graves plugin)
  • Method Details

    • createHologram

      public void createHologram(org.bukkit.Location location, Grave grave)
    • removeHologram

      public void removeHologram(Grave grave)
    • removeHologram

      @Deprecated(forRemoval=true) public void removeHologram(EntityData entityData)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeHologram

      @Deprecated(forRemoval=true) public void removeHologram(Map<EntityData, org.bukkit.entity.Entity> entityDataMap)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • updateTextDisplay

      public void updateTextDisplay(org.bukkit.entity.Entity entity, List<String> cfgLines, double lineHeight, org.bukkit.Location base, Grave grave)
    • purgeLingeringHolograms

      public void purgeLingeringHolograms()
    • hasGrave

      public Grave hasGrave(UUID graveUUID)