From bae398aa3ad63a01e64e83d796fb527d66ca6a22 Mon Sep 17 00:00:00 2001 From: PatrickMSM <45915226+PatrickMSM@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:45:50 +0200 Subject: [PATCH] Rename LivingEntity#getArrowType to getProjectileType (#3452) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Shnupbups --- mappings/net/minecraft/entity/LivingEntity.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index 60f880b3f3..83713683c8 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -146,7 +146,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity ARG 1 slipperiness METHOD method_18807 getDrinkSound (Lnet/minecraft/class_1799;)Lnet/minecraft/class_3414; ARG 1 stack - METHOD method_18808 getArrowType (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799; + METHOD method_18808 getProjectileType (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799; ARG 1 stack METHOD method_18865 applyFoodEffects (Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;)V ARG 1 stack