onCulled

abstract fun onCulled(player: Player)(source)

What to do when the block is considered culled to the player. This method will be called regardless of if the block was already considered culled So you should still run checks in this method to prevent doing unnecessary work.