From c3a623b25301b24083b98deb5d44236c5676c11f Mon Sep 17 00:00:00 2001 From: Pranav Gade Date: Mon, 2 Nov 2020 04:23:36 +0530 Subject: [PATCH] Update ClientPlayerEntity.mapping (#1823) just added a couple of missing mappings --- .../net/minecraft/client/network/ClientPlayerEntity.mapping | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mappings/net/minecraft/client/network/ClientPlayerEntity.mapping b/mappings/net/minecraft/client/network/ClientPlayerEntity.mapping index a5ccbeaa37..ca4746c7c1 100644 --- a/mappings/net/minecraft/client/network/ClientPlayerEntity.mapping +++ b/mappings/net/minecraft/client/network/ClientPlayerEntity.mapping @@ -57,6 +57,8 @@ CLASS net/minecraft/class_746 net/minecraft/client/network/ClientPlayerEntity COMMENT Returns the percentage for the biome mood sound for the debug HUD to COMMENT display. METHOD method_30673 pushOutOfBlocks (DD)V + ARG 1 x + ARG 2 z METHOD method_30674 wouldCollideAt (Lnet/minecraft/class_2338;)Z METHOD method_3130 getRecipeBook ()Lnet/minecraft/class_299; METHOD method_3131 hasJumpingMount ()Z