Package net.minecraft.world.level.block
Interface Fallable
- All Known Implementing Classes:
AnvilBlock,BrushableBlock,ColoredFallingBlock,ConcretePowderBlock,DragonEggBlock,FallingBlock,PointedDripstoneBlock
public interface Fallable
-
Method Summary
Modifier and TypeMethodDescriptiondefault DamageSourcegetFallDamageSource(Entity entity) default voidonBrokenAfterFall(Level level, BlockPos pos, FallingBlockEntity fallingBlock) default voidonLand(Level level, BlockPos pos, BlockState state, BlockState replaceableState, FallingBlockEntity fallingBlock)
-
Method Details
-
onLand
default void onLand(Level level, BlockPos pos, BlockState state, BlockState replaceableState, FallingBlockEntity fallingBlock) -
onBrokenAfterFall
-
getFallDamageSource
-