Package net.minecraft.block
Interface LandingBlock
- All Known Implementing Classes:
AnvilBlock
,BrushableBlock
,ColoredFallingBlock
,ConcretePowderBlock
,DragonEggBlock
,FallingBlock
,PointedDripstoneBlock
public interface LandingBlock
- Mappings:
Namespace Name named net/minecraft/block/LandingBlock
intermediary net/minecraft/class_5688
official dhw
-
Method Summary
Modifier and TypeMethodDescriptiondefault DamageSource
getDamageSource
(Entity attacker) 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) - Mappings:
Namespace Name Mixin selector named onLanding
Lnet/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
intermediary method_10127
Lnet/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;)V
official a
Ldhw;a(Ldca;Liz;Ldse;Ldse;Lcji;)V
-
onDestroyedOnLanding
- Mappings:
Namespace Name Mixin selector named onDestroyedOnLanding
Lnet/minecraft/block/LandingBlock;onDestroyedOnLanding(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/FallingBlockEntity;)V
intermediary method_10129
Lnet/minecraft/class_5688;method_10129(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1540;)V
official a
Ldhw;a(Ldca;Liz;Lcji;)V
-
getDamageSource
- Mappings:
Namespace Name Mixin selector named getDamageSource
Lnet/minecraft/block/LandingBlock;getDamageSource(Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/damage/DamageSource;
intermediary method_32898
Lnet/minecraft/class_5688;method_32898(Lnet/minecraft/class_1297;)Lnet/minecraft/class_1282;
official a
Ldhw;a(Lbsw;)Lbrp;
-