Class CustomBlockDataRemoveEvent

java.lang.Object
org.bukkit.event.Event
com.jeff_media.customblockdata.events.CustomBlockDataEvent
com.jeff_media.customblockdata.events.CustomBlockDataRemoveEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class CustomBlockDataRemoveEvent extends CustomBlockDataEvent
Called when a block's CustomBlockData is about to be removed because the block was broken, replaced, or has changed in other ways.
  • Constructor Details

    • CustomBlockDataRemoveEvent

      public CustomBlockDataRemoveEvent(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull org.bukkit.block.Block block, @Nullable @Nullable org.bukkit.event.Event bukkitEvent)