diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index 830e9ce3ff..7aa9482514 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -365,3 +365,20 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity METHOD method_6132 applyArmorToDamage (Lnet/minecraft/class_1282;F)F ARG 1 source ARG 2 amount + METHOD method_23883 dropXp ()V + METHOD method_23733 onKilledBy (Lnet/minecraft/class_1309;)V + COMMENT Performs secondary effects after this mob has been killed. + COMMENT + COMMENT

The default behaviour spawns a wither rose if {@code adversary} is a {@code WitherEntity}. + COMMENT + ARG 1 adversary + COMMENT the main adversary responsible for this entity's death + METHOD method_23329 computeFallDamage (FF)I + ARG 1 fallDistance + ARG 2 damageMultiplier + METHOD method_23328 playBlockFallSound ()V + METHOD method_21754 isHoldingOntoLadder ()Z + COMMENT @return {@code true} if this entity should not lose height while in a climbing state + COMMENT @see net.minecraft.entity.LivingEntity#applyClimbingSpeed(net.minecraft.util.math.Vec3d) + METHOD method_22382 shouldSpawnConsumptionEffects ()Z + METHOD method_6018 setPushCooldown (I)V diff --git a/mappings/net/minecraft/entity/player/PlayerEntity.mapping b/mappings/net/minecraft/entity/player/PlayerEntity.mapping index d360c79bf5..77c9a0942a 100644 --- a/mappings/net/minecraft/entity/player/PlayerEntity.mapping +++ b/mappings/net/minecraft/entity/player/PlayerEntity.mapping @@ -53,6 +53,7 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity METHOD method_21701 canMine (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1934;)Z METHOD method_21823 shouldCancelInteraction ()Z METHOD method_21824 shouldDismount ()Z + METHOD method_21825 clipAtLedge ()Z METHOD method_7254 unlockRecipes (Ljava/util/Collection;)I ARG 1 recipes METHOD method_7255 addExperience (I)V