Map riptide properly (#1503)

This commit is contained in:
Alexander 2020-06-24 19:35:02 +03:00 committed by GitHub
parent d3e8fd1935
commit 6d9a8c1aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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