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
Constructors in com.ranull.graves.event with parameters of type BlockData.BlockTypeModifierConstructorDescriptionGraveBlockPlaceEvent
(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType) Deprecated, for removal: This API element is subject to removal in a future version.GraveBlockPlaceEvent
(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType, org.bukkit.block.Block block, org.bukkit.entity.LivingEntity livingEntity) Deprecated, for removal: This API element is subject to removal in a future version.UseGraveBlockPlaceEvent
instead.GraveBreakEvent
(@NotNull org.bukkit.block.Block block, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave, BlockData.BlockType blockType) Deprecated, for removal: This API element is subject to removal in a future version.UseGraveBreakEvent
instead. -
Uses of BlockData.BlockType in dev.cwhead.GravesX.event
Constructors in dev.cwhead.GravesX.event with parameters of type BlockData.BlockTypeModifierConstructorDescriptionGraveBlockPlaceEvent
(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType) Deprecated.GraveBlockPlaceEvent
(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block, @Nullable org.bukkit.entity.LivingEntity livingEntity) Constructs a new GraveBlockPlaceEvent.GraveBreakEvent
(@NotNull org.bukkit.block.Block block, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave, BlockData.BlockType blockType) Constructs a new GraveBreakEvent with an optional block type. -
Uses of BlockData.BlockType in dev.cwhead.GravesX.event.graveevent
Fields in dev.cwhead.GravesX.event.graveevent declared as BlockData.BlockTypeModifier and TypeFieldDescriptionfinal BlockData.BlockType
GraveEvent.blockType
The type of block data associated with the event.Methods in dev.cwhead.GravesX.event.graveevent that return BlockData.BlockTypeModifier and TypeMethodDescriptionGraveEvent.getBlockType()
Gets the type of block involved in the event.Constructors in dev.cwhead.GravesX.event.graveevent with parameters of type BlockData.BlockTypeModifierConstructorDescriptionGraveEntityEvent
(@NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block, @Nullable org.bukkit.entity.LivingEntity livingEntity, @Nullable org.bukkit.entity.LivingEntity targetEntity) Constructs a newGraveEntityEvent
.protected
GraveEvent
(@NotNull Grave grave, @Nullable org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block) Constructs a newGraveEvent
.GravePlayerEvent
(@NotNull Grave grave, @NotNull org.bukkit.entity.Player player, @Nullable org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block, @Nullable org.bukkit.inventory.InventoryView inventoryView, @Nullable org.bukkit.entity.LivingEntity livingEntity, @Nullable org.bukkit.entity.LivingEntity targetEntity) Constructs a newGravePlayerEvent
. -
Uses of BlockData.BlockType in dev.cwhead.GravesX.event.integration.skript.expressions
Methods in dev.cwhead.GravesX.event.integration.skript.expressions that return BlockData.BlockTypeModifier and TypeMethodDescriptionprotected BlockData.BlockType[]
ExprEventBlockType.get
(org.bukkit.event.Event e) Methods in dev.cwhead.GravesX.event.integration.skript.expressions that return types with arguments of type BlockData.BlockTypeModifier and TypeMethodDescriptionClass
<? extends BlockData.BlockType> ExprEventBlockType.getReturnType()
GraveBlockPlaceEvent([email protected] Grave,[email protected] Location,com.ranull.graves.data.BlockData.BlockType,org.bukkit.block.Block,org.bukkit.entity.LivingEntity)
instead.