Class CustomBlockDataRemoveEvent

java.lang.Object
org.bukkit.event.Event
com.jeff_media.customblockdata.events.CustomBlockDataEvent
com.jeff_media.customblockdata.events.CustomBlockDataRemoveEvent
All Implemented Interfaces:
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 Plugin plugin, @NotNull Block block, @Nullable Event bukkitEvent)