handleInteract
open override fun handleInteract(pos: BlockPos, state: NovaBlockState, ctx: Context<DefaultContextIntentions.BlockInteract>): Boolean
Handles interaction (right-click) with a block of state at pos with the given ctx.
Returns whether an interaction has taken place. If an interaction has taken place, subsequent behaviors will not be called.