Class InstanceBlockUpdateEvent

java.lang.Object
net.minestom.server.event.instance.InstanceBlockUpdateEvent
All Implemented Interfaces:
Event, BlockEvent, InstanceEvent

public class InstanceBlockUpdateEvent extends Object implements InstanceEvent, BlockEvent
Called when a block in an instance is updated.

This event is triggered when a block's state changes from its instance. If you wish to listen to all block updates, must be used in conjunction with InstanceSectionInvalidateEvent