Uses of Package
dev.rono.igniscore.api.event
Packages that use dev.rono.igniscore.api.event
Package
Description
Public IgnisCore API surface for extensions and platform integrations.
Strategy interfaces and helpers for block/item extension behavior.
-
Classes in dev.rono.igniscore.api.event used by dev.rono.igniscore.apiClassDescriptionPlatform-neutral event bus for extension lifecycle hooks and integrator observers.
-
Classes in dev.rono.igniscore.api.event used by dev.rono.igniscore.api.eventClassDescriptionFired 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.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. -
Classes in dev.rono.igniscore.api.event used by dev.rono.igniscore.api.strategyClassDescriptionPlatform-neutral event bus for extension lifecycle hooks and integrator observers.