Package net.minecraft.block
Interface LandingBlock
- All Known Implementing Classes:
AnvilBlock,ConcretePowderBlock,DragonEggBlock,FallingBlock,GravelBlock,PointedDripstoneBlock,SandBlock
public interface LandingBlock
- Mappings:
Namespace Name official bzdintermediary net/minecraft/class_5688named net/minecraft/block/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)- Mappings:
Namespace Name Mixin selector official aLbzd;a(Lbtv;Lfx;Lcht;Lcht;Lbej;)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;)Vnamed onLandingLnet/minecraft/block/LandingBlock;onLanding(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/FallingBlockEntity;)V
-
onDestroyedOnLanding
default void onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)- Mappings:
Namespace Name Mixin selector official aLbzd;a(Lbtv;Lfx;Lbej;)Vintermediary method_10129Lnet/minecraft/class_5688;method_10129(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1540;)Vnamed onDestroyedOnLandingLnet/minecraft/block/LandingBlock;onDestroyedOnLanding(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/FallingBlockEntity;)V
-
getDamageSource
- Mappings:
Namespace Name Mixin selector official bLbzd;b()Laqf;intermediary method_32898Lnet/minecraft/class_5688;method_32898()Lnet/minecraft/class_1282;named getDamageSourceLnet/minecraft/block/LandingBlock;getDamageSource()Lnet/minecraft/entity/damage/DamageSource;
-
getEntityPredicate
- Mappings:
Namespace Name Mixin selector official aLbzd;a()Ljava/util/function/Predicate;intermediary method_32897Lnet/minecraft/class_5688;method_32897()Ljava/util/function/Predicate;named getEntityPredicateLnet/minecraft/block/LandingBlock;getEntityPredicate()Ljava/util/function/Predicate;
-