Package net.minecraft.world.level.block
Interface Fallable
- All Superinterfaces:
IFallableExtension
- All Known Implementing Classes:
AnvilBlock,BrushableBlock,ColoredFallingBlock,ConcretePowderBlock,DragonEggBlock,FallingBlock,PointedDripstoneBlock,SandBlock
-
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) Methods inherited from interface net.neoforged.neoforge.common.extensions.IFallableExtension
fallingTick
-
Method Details
-
onLand
default void onLand(Level level, BlockPos pos, BlockState state, BlockState replaceableState, FallingBlockEntity fallingBlock) -
onBrokenAfterFall
-
getFallDamageSource
-