Package-level declarations
EffectiveBlockInteractable — left/right-click handlers for custom blocks (no cooldown).
Types
Link copied to clipboard
interface EffectiveBlockInteractable
Behaviour that dispatches left/right interactions on custom blocks, mirroring ru.hukm.effectiveSpigot.minecraft.items.interfaces.EffectiveClickable for items and ru.hukm.effectiveSpigot.minecraft.entities.interfaces.EffectiveEntityInteractable for entities.
Link copied to clipboard
typealias InteractCallback = (EffectiveBlockInteractable.EventsCallOptions) -> EffectiveAbstractInteract.Result
Callback for a block interact handler; its returned EffectiveAbstractInteract.Result cancels or allows the event.