Uses of Class
com.ranull.graves.data.EntityData
Packages that use EntityData
Package
Description
-
Uses of EntityData in com.ranull.graves.data
Subclasses of EntityData in com.ranull.graves.dataModifier and TypeClassDescriptionclassRepresents data for a hologram entity associated with a grave, including its line number.Methods in com.ranull.graves.data that return types with arguments of type EntityDataModifier and TypeMethodDescriptionChunkData.getEntityDataMap()Gets the map of entity data within the chunk.Methods in com.ranull.graves.data with parameters of type EntityDataModifier and TypeMethodDescriptionvoidChunkData.addEntityData(EntityData entityData) Adds entity data to the chunk.voidChunkData.removeEntityData(EntityData entityData) Removes entity data from the chunk based on the entity's UUID. -
Uses of EntityData in com.ranull.graves.integration
Methods in com.ranull.graves.integration with parameters of type EntityDataModifier and TypeMethodDescriptionvoidMultiPaper.notifyEntityCreation(EntityData entityData) Notifies other servers about an entity creation event.voidPlayerNPC.removeCorpse(EntityData entityData) Deprecated.since 4.9.9.1 — Unmaintained.voidFurnitureEngine.removeFurniture(EntityData entityData) Deprecated.Plugin no longer exists externally Removes specific furniture entity data.voidFurnitureLib.removeFurniture(EntityData entityData) Removes specific furniture entity data.voidItemsAdder.removeFurniture(EntityData entityData) Deprecated, for removal: This API element is subject to removal in a future version.Use GravesXModule: ItemsAdder instead Removes custom furniture associated with a specific entity data.voidOraxen.removeFurniture(EntityData entityData) Deprecated.Recommend Nexo as a replacement.Method parameters in com.ranull.graves.integration with type arguments of type EntityDataModifier and TypeMethodDescriptionvoidPlayerNPC.removeCorpse(Map<EntityData, dev.sergiferry.playernpc.api.NPC.Global> entityDataMap) Deprecated.since 4.9.9.1 — Unmaintained.voidFurnitureEngine.removeFurniture(Map<EntityData, org.bukkit.entity.Entity> entityDataMap) Deprecated.Plugin no longer exists externally Removes multiple pieces of furniture based on a map of entity data to entities.voidFurnitureLib.removeFurniture(List<EntityData> entityDataList) Removes multiple pieces of furniture based on a list of entity data.voidItemsAdder.removeFurniture(Map<EntityData, org.bukkit.entity.Entity> entityDataMap) Deprecated, for removal: This API element is subject to removal in a future version.Use GravesXModule: ItemsAdder instead Removes custom furniture based on a map of entity data and entities.voidOraxen.removeFurniture(Map<EntityData, org.bukkit.entity.Entity> entityDataMap) Deprecated.Recommend Nexo as a replacement. -
Uses of EntityData in com.ranull.graves.manager
Methods in com.ranull.graves.manager that return EntityDataModifier and TypeMethodDescriptionEntityDataManager.getEntityData(org.bukkit.Location location, UUID uuid) Retrieves entity data for a specified location and entity UUID.Methods in com.ranull.graves.manager that return types with arguments of type EntityDataModifier and TypeMethodDescriptionMap<EntityData, org.bukkit.entity.Entity> EntityDataManager.getEntityDataMap(List<EntityData> entityDataList) Retrieves a map of entity data and their corresponding entities from a list of entity data.EntityDataManager.getLoadedEntityDataList(Grave grave) Retrieves a list of loaded entity data associated with a specified grave.Methods in com.ranull.graves.manager with parameters of type EntityDataModifier and TypeMethodDescriptionvoidDataManager.addEntityData(EntityData entityData) Adds entity data to the database.voidDataManager.removeEntityData(EntityData entityData) Removes entity data from the database.voidEntityDataManager.removeEntityData(EntityData entityData) Removes entity data for a specified entity data.voidGraveManager.removeEntityData(EntityData entityData) Removes entity data associated with a grave.voidHologramManager.removeHologram(EntityData entityData) Removes a specific hologram associated with an entity data.Method parameters in com.ranull.graves.manager with type arguments of type EntityDataModifier and TypeMethodDescriptionMap<EntityData, org.bukkit.entity.Entity> EntityDataManager.getEntityDataMap(List<EntityData> entityDataList) Retrieves a map of entity data and their corresponding entities from a list of entity data.voidEntityManager.removeEntity(Map<EntityData, org.bukkit.entity.Entity> entityDataMap) Removes a map of entity data and their associated entities.voidDataManager.removeEntityData(List<EntityData> entityDataList) Removes a list of entity data from the database.voidEntityDataManager.removeEntityData(List<EntityData> entityDataList) Removes a list of entity data.voidHologramManager.removeHologram(Map<EntityData, org.bukkit.entity.Entity> entityDataMap) Removes multiple holograms associated with a map of entity data to entities. -
Uses of EntityData in dev.cwhead.GravesX
Methods in dev.cwhead.GravesX that return EntityDataModifier and TypeMethodDescriptionGravesXAPI.getEntityData(@NotNull org.bukkit.Location location, @NotNull UUID uuidEntity, @NotNull UUID uuidGrave, EntityData.Type type) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.9.9.1. -
Uses of EntityData in dev.cwhead.GravesX.api.provider
Methods in dev.cwhead.GravesX.api.provider with parameters of type EntityDataModifier and TypeMethodDescriptionbooleanGraveProvider.removeEntityData(EntityData data) Remove a specific CUSTOM entity data record, if supported.booleanGraveProvider.supports(EntityData data) Return true if this provider recognizes the given CUSTOM entity data. -
Uses of EntityData in dev.cwhead.GravesX.integration
Methods in dev.cwhead.GravesX.integration with parameters of type EntityDataModifier and TypeMethodDescriptionvoidCitizensNPC.removeCorpse(EntityData entityData) Deprecated, for removal: This API element is subject to removal in a future version.voidNexo.removeFurniture(EntityData entityData) Removes a specific Nexo furniture entity based on entity data.Method parameters in dev.cwhead.GravesX.integration with type arguments of type EntityDataModifier and TypeMethodDescriptionvoidCitizensNPC.removeCorpse(Map<EntityData, Object> entityDataMap) Deprecated, for removal: This API element is subject to removal in a future version.voidNexo.removeFurniture(Map<EntityData, org.bukkit.entity.Entity> entityDataMap) Removes Nexo furniture entities based on a map of entity data to entities.