Package dev.rono.igniscore.api.event
package dev.rono.igniscore.api.event
-
ClassDescriptionFired when an active (fused) block instance is created, typically after ignition.Fired when a placed custom block is removed from the world.Fired when a player clicks a placed custom block.Common shape for block lifecycle events.Fired after a block click resolves to
CustomBlockAction.OPENor similar custom handling.Fired after a custom block is registered at a world location.Fired on each scheduler tick while an active block instance counts down its fuse.Fired when an active block instance reaches the end of its fuse or is externally triggered.Platform-neutral event bus for extension lifecycle hooks and integrator observers.Fired when a player uses a custom item.Common shape for item lifecycle events.Block events that include the acting player.Fuse and active-block events backed by aRuntimeBlockInstance.