Uses of Enum Class
com.ranull.graves.data.EntityData.Type
Packages that use EntityData.Type
-
Uses of EntityData.Type in com.ranull.graves.data
Fields in com.ranull.graves.data declared as EntityData.TypeModifier and TypeFieldDescriptionprivate final EntityData.Type
EntityData.type
The type of entity associated with the grave.Methods in com.ranull.graves.data that return EntityData.TypeModifier and TypeMethodDescriptionEntityData.getType()
Gets the type of the entity.static EntityData.Type
Returns the enum constant of this class with the specified name.static EntityData.Type[]
EntityData.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.ranull.graves.data with parameters of type EntityData.TypeModifierConstructorDescriptionEntityData
(org.bukkit.Location location, UUID uuidEntity, UUID uuidGrave, EntityData.Type type) Constructs a new EntityData instance. -
Uses of EntityData.Type in com.ranull.graves.manager
Methods in com.ranull.graves.manager with parameters of type EntityData.TypeModifier and TypeMethodDescriptionvoid
EntityDataManager.createEntityData
(org.bukkit.entity.Entity entity, Grave grave, EntityData.Type type) Creates entity data for a specified entity and grave.void
EntityDataManager.createEntityData
(org.bukkit.Location location, UUID entityUUID, UUID graveUUID, EntityData.Type type) Creates entity data for a specified location, entity UUID, grave UUID, and entity data type.DataManager.entityDataTypeTable
(EntityData.Type type) Returns the table name for the specified entity data type.private void
DataManager.loadEntityDataMap
(String table, EntityData.Type type) Loads entity data from the database.private void
DataManager.loadEntityMap
(String table, EntityData.Type type) Loads an entity map from the database. -
Uses of EntityData.Type in dev.cwhead.GravesX
Methods in dev.cwhead.GravesX with parameters of type EntityData.TypeModifier and TypeMethodDescriptionGravesXAPI.getEntityData
(@NotNull org.bukkit.Location location, @NotNull UUID uuidEntity, @NotNull UUID uuidGrave, EntityData.Type type) Retrieves the EntityData for an entity associated with a grave.