Package net.minecraft.block
Interface LandingBlock
- All Known Implementing Classes:
AnvilBlock,ConcretePowderBlock,DragonEggBlock,FallingBlock,GravelBlock,PointedDripstoneBlock,SandBlock
public interface LandingBlock
-
Method Summary
Modifier and Type Method Description default DamageSourcegetDamageSource()default Predicate<Entity>getEntityPredicate()default voidonDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)default voidonLanding(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity)
-
Method Details
-
onLanding
default void onLanding(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity) -
onDestroyedOnLanding
default void onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity) -
getDamageSource
-
getEntityPredicate
-