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 DamageSource
getDamageSource()
default Predicate<Entity>
getEntityPredicate()
default void
onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)
default void
onLanding(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
-