Uses of Enum Class
com.ranull.graves.data.BlockData.BlockType
Packages that use BlockData.BlockType
Package
Description
-
Uses of BlockData.BlockType in com.ranull.graves.data
Methods in com.ranull.graves.data that return BlockData.BlockTypeModifier and TypeMethodDescriptionstatic BlockData.BlockType
Returns the enum constant of this class with the specified name.static BlockData.BlockType[]
BlockData.BlockType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockData.BlockType in com.ranull.graves.event
Fields in com.ranull.graves.event declared as BlockData.BlockTypeModifier and TypeFieldDescriptionprivate final BlockData.BlockType
GraveEvent.blockType
The type of block data associated with the event.Methods in com.ranull.graves.event that return BlockData.BlockTypeModifier and TypeMethodDescriptionGraveEvent.getBlockType()
Gets the type of block involved in the event.Constructors in com.ranull.graves.event with parameters of type BlockData.BlockTypeModifierConstructorDescriptionGraveBlockPlaceEvent
(Grave grave, org.bukkit.Location location, BlockData.BlockType blockType) Deprecated.GraveBlockPlaceEvent
(Grave grave, org.bukkit.Location location, BlockData.BlockType blockType, org.bukkit.block.Block block, org.bukkit.entity.LivingEntity livingEntity) Constructs a new GraveBlockPlaceEvent.GraveEvent
(Grave grave, @Nullable org.bukkit.entity.Entity entity, @Nullable org.bukkit.Location location, @Nullable org.bukkit.inventory.InventoryView inventoryView, @Nullable org.bukkit.entity.LivingEntity livingEntity, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block, @Nullable org.bukkit.entity.LivingEntity targetEntity, @Nullable org.bukkit.entity.Player player) Constructs a newGraveEvent
. -
Uses of BlockData.BlockType in com.ranull.graves.event.integration.skript
Fields in com.ranull.graves.event.integration.skript with type parameters of type BlockData.BlockTypeModifier and TypeFieldDescriptionprivate ch.njol.skript.lang.Literal
<BlockData.BlockType> EvtGraveBlockPlace.blockType
-
Uses of BlockData.BlockType in com.ranull.graves.event.integration.skript.expressions
Methods in com.ranull.graves.event.integration.skript.expressions that return BlockData.BlockTypeModifier and TypeMethodDescriptionprotected BlockData.BlockType[]
ExprEventBlockType.get
(org.bukkit.event.Event e) Methods in com.ranull.graves.event.integration.skript.expressions that return types with arguments of type BlockData.BlockTypeModifier and TypeMethodDescriptionClass
<? extends BlockData.BlockType> ExprEventBlockType.getReturnType()
-
Uses of BlockData.BlockType in com.ranull.graves.listener
Method parameters in com.ranull.graves.listener with type arguments of type BlockData.BlockTypeModifier and TypeMethodDescriptionprivate void
EntityDeathListener.notifyGraveCreation
(org.bukkit.event.entity.EntityDeathEvent event, Grave grave, Map<org.bukkit.Location, BlockData.BlockType> locationMap, org.bukkit.entity.LivingEntity livingEntity, List<String> permissionList) Notifies the creation of the grave and places the grave blocks.private void
EntityDeathListener.placeGraveBlocks
(org.bukkit.event.entity.EntityDeathEvent event, Grave grave, Map<org.bukkit.Location, BlockData.BlockType> locationMap, org.bukkit.entity.LivingEntity livingEntity) Places the grave blocks at the specified locations. -
Uses of BlockData.BlockType in dev.cwhead.GravesX
Method parameters in dev.cwhead.GravesX with type arguments of type BlockData.BlockTypeModifier and TypeMethodDescriptionprivate void
GravesXAPI.placeGraveBlocks
(@NotNull Grave grave, @NotNull Map<org.bukkit.Location, BlockData.BlockType> locationMap, @NotNull org.bukkit.entity.LivingEntity livingEntity)
GraveBlockPlaceEvent(Grave, Location, BlockData.BlockType, Block, LivingEntity)
instead.