net.minecraft.block

public interface Falling

net.minecraft.world.level.block.Fallable
net.minecraft.class_5688
net.minecraft.block.Falling

Method summary

Modifier and TypeMethod
default void
onLand(Level level, BlockPos pos, BlockState state, BlockState replacedBlock, FallingBlockEntity entity)
method_10127(class_1937 arg0, class_2338 arg1, class_2680 arg2, class_2680 arg3, class_1540 arg4)
onLanding(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity)
default void
onBrokenAfterFall(Level level, BlockPos pos, FallingBlockEntity entity)
method_10129(class_1937 arg0, class_2338 arg1, class_1540 arg2)
onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)
default DamageSource
getFallDamageSource(Entity entity)
method_32898(class_1297 arg0)
getDamageSource(Entity attacker)