hasGravity

abstract fun hasGravity(): Boolean

If this block has gravity.

If a block has gravity, and it is placed with one or more air blocks beneath it, it will become a falling block entity, and fall down towards the ground with an acceleration of ~9.8 m/s^2 until it reaches a solid block, in which it will stop falling and become a normal block.

Return

true if this block has gravity