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.

  • Constructor Details

    • InstanceBlockUpdateEvent

      public InstanceBlockUpdateEvent(@NotNull @NotNull Instance instance, @NotNull @NotNull BlockVec blockPosition, @NotNull @NotNull Block block)
  • Method Details