Uses of Enum Class
com.ranull.graves.data.EntityData.Type
Packages that use EntityData.Type
-
Uses of EntityData.Type in com.ranull.graves.data
Methods in com.ranull.graves.data that return EntityData.TypeModifier and TypeMethodDescriptionEntityData.getType()Gets the type of the entity.static EntityData.TypeReturns 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 TypeMethodDescriptionvoidEntityDataManager.createEntityData(org.bukkit.entity.Entity entity, Grave grave, EntityData.Type type) Creates entity data for a specified entity and grave.voidEntityDataManager.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. -
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) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.9.9.1.