Class SculkBloomEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.SculkBloomEvent
All Implemented Interfaces:
Cancellable

public class SculkBloomEvent extends BlockEvent implements Cancellable
Represents an event triggered when a new cursor is created by a SculkCatalyst.

Cursor Definition: A cursor in this context is a dynamic marker or pointer generated by the SculkCatalyst. It occupies a block and spreads sculk as it moves. It is similar to entity, but it is not an entity. Cursors are ticked by the tile entity.

Triggers for Cursor Creation:

The result of BlockEvent.getBlock() is the location that the cursor is spawning at.