Package net.minecraft.block
Interface Falling
- All Known Implementing Classes:
 AnvilBlock,BrushableBlock,ColoredFallingBlock,ConcretePowderBlock,DragonEggBlock,FallingBlock,PointedDripstoneBlock,SandBlock
public interface Falling
- Mappings:
 Namespace Name named net/minecraft/block/Fallingintermediary net/minecraft/class_5688official dsx
- 
Method Summary
Modifier and TypeMethodDescriptiondefault DamageSourcegetDamageSource(Entity attacker) 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) - Mappings:
 Namespace Name Mixin selector named onLandingLnet/minecraft/block/Falling;onLanding(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/FallingBlockEntity;)Vintermediary method_10127Lnet/minecraft/class_5688;method_10127(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_1540;)Vofficial aLdsx;a(Ldmu;Ljb;Leeb;Leeb;Lcqy;)V
 - 
onDestroyedOnLanding
- Mappings:
 Namespace Name Mixin selector named onDestroyedOnLandingLnet/minecraft/block/Falling;onDestroyedOnLanding(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/FallingBlockEntity;)Vintermediary method_10129Lnet/minecraft/class_5688;method_10129(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1540;)Vofficial aLdsx;a(Ldmu;Ljb;Lcqy;)V
 - 
getDamageSource
- Mappings:
 Namespace Name Mixin selector named getDamageSourceLnet/minecraft/block/Falling;getDamageSource(Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/damage/DamageSource;intermediary method_32898Lnet/minecraft/class_5688;method_32898(Lnet/minecraft/class_1297;)Lnet/minecraft/class_1282;official aLdsx;a(Lbzm;)Lbyb;
 
 -