Class TextDisplayManager
java.lang.Object
com.ranull.graves.manager.EntityDataManager
dev.cwhead.GravesX.manager.TextDisplayManager
TextDisplay-based holograms (1.19+).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateHologram(org.bukkit.Location location, Grave grave) voidvoidremoveHologram(EntityData entityData) Deprecated, for removal: This API element is subject to removal in a future version.voidremoveHologram(Grave grave) voidremoveHologram(Map<EntityData, org.bukkit.entity.Entity> entityDataMap) Deprecated, for removal: This API element is subject to removal in a future version.UseremoveHologram(Grave)instead.voidupdateTextDisplay(org.bukkit.entity.Entity entity, List<String> cfgLines, double lineHeight, org.bukkit.Location base, Grave grave) Methods inherited from class EntityDataManager
createEntityData, createEntityData, getEntityData, getEntityDataMap, getGrave, getGrave, getLoadedEntityDataList, removeEntityData, removeEntityData
-
Constructor Details
-
TextDisplayManager
-
-
Method Details
-
createHologram
-
removeHologram
-
removeHologram
Deprecated, for removal: This API element is subject to removal in a future version.UseremoveHologram(Grave)instead. -
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.UseremoveHologram(Grave)instead. -
updateTextDisplay
-
purgeLingeringHolograms
public void purgeLingeringHolograms() -
hasGrave
-
removeHologram(Grave)instead.