From 6d9a8c1acae57d29a126b4c4f87e1fe107998c3d Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 24 Jun 2020 19:35:02 +0300 Subject: [PATCH] Map riptide properly (#1503) --- mappings/net/minecraft/entity/LivingEntity.mapping | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index 82c2b1f6f2..eaeeb2de6a 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -55,7 +55,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity FIELD field_6258 attackingPlayer Lnet/minecraft/class_1657; FIELD field_6259 prevHeadYaw F FIELD field_6260 attributes Lnet/minecraft/class_5131; - FIELD field_6261 pushCooldown I + FIELD field_6261 riptideTicks I FIELD field_6262 randomSmallSeed F FIELD field_6263 serverZ D FIELD field_6264 lastLeaningPitch F @@ -236,7 +236,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity COMMENT @return {@code true} if a {@link net.minecraft.entity.effect.StatusEffectInstance} with the given type was in effect before the removal. ARG 1 type METHOD method_6017 getSoundPitch ()F - METHOD method_6018 setPushCooldown (I)V + METHOD method_6018 setRiptideTicks (I)V METHOD method_6019 setCurrentHand (Lnet/minecraft/class_1268;)V ARG 1 hand METHOD method_6020 onStatusEffectApplied (Lnet/minecraft/class_1293;)V @@ -260,7 +260,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity METHOD method_6033 setHealth (F)V ARG 1 health METHOD method_6034 canMoveVoluntarily ()Z - METHOD method_6035 push (Lnet/minecraft/class_238;Lnet/minecraft/class_238;)V + METHOD method_6035 tickRiptide (Lnet/minecraft/class_238;Lnet/minecraft/class_238;)V ARG 1 a ARG 2 b METHOD method_6036 applyEnchantmentsToDamage (Lnet/minecraft/class_1282;F)F