Package net.minecraft
Interface class_5688
- All Known Implementing Classes:
AnvilBlock,class_5689,ConcretePowderBlock,DragonEggBlock,FallingBlock,GravelBlock,SandBlock
public interface class_5688
-
Method Summary
Modifier and Type Method Description default voidonDestroyedOnLanding(World world, BlockPos blockPos, FallingBlockEntity fallingBlockEntity)default voidonLanding(World world, BlockPos blockPos, BlockState blockState, BlockState blockState2, FallingBlockEntity fallingBlockEntity)
-
Method Details
-
onLanding
default void onLanding(World world, BlockPos blockPos, BlockState blockState, BlockState blockState2, FallingBlockEntity fallingBlockEntity) -
onDestroyedOnLanding
default void onDestroyedOnLanding(World world, BlockPos blockPos, FallingBlockEntity fallingBlockEntity)
-