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.BlockTypeReturns 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.UseGraveBlockPlaceEventinstead.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.UseGraveBreakEventinstead. -
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 voidEntityDeathListener.notifyGraveCreation(org.bukkit.event.entity.EntityDeathEvent event, Grave grave, Map<org.bukkit.Location, BlockData.BlockType> locationMap, org.bukkit.entity.LivingEntity livingEntity, List<String> permissionList, org.bukkit.entity.Player player) Notifies the creation of the grave and places the grave blocks.private voidEntityDeathListener.placeGraveBlocks(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.api.grave
Method parameters in dev.cwhead.GravesX.api.grave with type arguments of type BlockData.BlockTypeModifier and TypeMethodDescriptionprivate voidGraveCreationAPI.placeGraveBlocks(@NotNull Grave grave, @NotNull Map<org.bukkit.Location, BlockData.BlockType> locationMap, @NotNull org.bukkit.entity.LivingEntity livingEntity) -
Uses of BlockData.BlockType in dev.cwhead.GravesX.event
Methods in dev.cwhead.GravesX.event that return BlockData.BlockTypeModifier and TypeMethodDescriptionprivate static BlockData.BlockTypeGraveBreakEvent.resolveBlockType(BlockData.BlockType given, @NotNull org.bukkit.block.Block block) Methods in dev.cwhead.GravesX.event with parameters of type BlockData.BlockTypeModifier and TypeMethodDescriptionprivate static BlockData.BlockTypeGraveBreakEvent.resolveBlockType(BlockData.BlockType given, @NotNull org.bukkit.block.Block block) 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.BlockTypeGraveEvent.blockTypeThe 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.protectedGraveEvent(@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
Fields in dev.cwhead.GravesX.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 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(com.ranull.graves.type.@org.jetbrains.annotations.NotNull Grave,org.bukkit.@org.jetbrains.annotations.NotNull Location,com.ranull.graves.data.BlockData.BlockType,org.bukkit.block.Block,org.bukkit.entity.LivingEntity)instead.