Documentation

Fallable

Table of Contents

tickFalling()  : Block|null
Called every tick by FallingBlock to update the falling state of this block. Used by concrete to check when it hits water.

Methods

tickFalling()

Called every tick by FallingBlock to update the falling state of this block. Used by concrete to check when it hits water.

public tickFalling() : Block|null

Return null if you don't want to change the usual behaviour.

Return values
Block|null

Search results