diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping index ca6d83a249..bcd3ba9b22 100644 --- a/mappings/net/minecraft/entity/Entity.mapping +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -161,6 +161,7 @@ CLASS ahl net/minecraft/entity/Entity METHOD a playSound (Lxx;FF)V ARG 1 sound ARG 2 volume + METHOD a isInFluid (Lyp;Z)Z METHOD a toListTag ([D)Lib; METHOD a toListTag ([F)Lib; METHOD aA spawnSprintingParticles ()V @@ -173,6 +174,7 @@ CLASS ahl net/minecraft/entity/Entity METHOD aI getSavedEntityId ()Ljava/lang/String; METHOD aJ isValid ()Z METHOD aK isInsideWall ()Z + METHOD aL updateRiding ()V METHOD aM getHeightOffset ()D METHOD aN getMountedHeightOffset ()D METHOD aP removeAllPassengers ()V @@ -192,6 +194,7 @@ CLASS ahl net/minecraft/entity/Entity METHOD ag moveToBoundingBoxCenter ()V METHOD ah getSoundSwim ()Lxx; METHOD ai getSoundSplash ()Lxx; + METHOD aj getSoundHighSpeedSplash ()Lxx; METHOD ak checkBlockCollision ()V METHOD am isSilent ()Z METHOD an isUnaffectedByGravity ()Z diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index df9ed93b8a..4f5dd0f27d 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -65,6 +65,8 @@ CLASS ahu net/minecraft/entity/LivingEntity METHOD cK getOffHandStack ()Laxt; METHOD cL getSoundVolume ()F METHOD cM getSoundPitch ()F + METHOD cO getJumpVelocity ()F + METHOD cP jump ()V METHOD cT isSleeping ()Z METHOD cV doPushLogic ()V METHOD cW isUsingRiptide ()Z @@ -99,7 +101,9 @@ CLASS ahu net/minecraft/entity/LivingEntity METHOD e (FF)F ARG 1 yaw METHOD e getHurtSound (Lagv;)Lxx; + METHOD e attackLivingEntity (Lahu;)V METHOD k updateMovement ()V + METHOD m damageShield (F)V METHOD m setDespawnCounter (I)V METHOD n getFallSound (I)Lxx; METHOD o initAi ()V diff --git a/mappings/net/minecraft/entity/player/PlayerEntity.mapping b/mappings/net/minecraft/entity/player/PlayerEntity.mapping index f87e48aacb..c05b9f93bf 100644 --- a/mappings/net/minecraft/entity/player/PlayerEntity.mapping +++ b/mappings/net/minecraft/entity/player/PlayerEntity.mapping @@ -22,6 +22,7 @@ CLASS ary net/minecraft/entity/player/PlayerEntity FIELD b ABSORPTION_AMOUNT Lpw; FIELD bO sleeping Z FIELD bP sleepingPos Les; + FIELD bS isInWater Z FIELD bT abilities Larw; FIELD bU experience I FIELD bV experienceLevel I @@ -70,6 +71,7 @@ CLASS ary net/minecraft/entity/player/PlayerEntity METHOD a canPlaceBlock (Les;Lew;Laxt;)Z ARG 1 pos ARG 2 side + METHOD a spawnParticles (Lfx;)V METHOD a unlockRecipes (Ljava/util/Collection;)I ARG 1 recipes METHOD a addChatMessage (Ljg;Z)V @@ -89,6 +91,7 @@ CLASS ary net/minecraft/entity/player/PlayerEntity METHOD b lockRecipes (Ljava/util/Collection;)I ARG 1 recipes METHOD b incrementStat (Lye;)V + METHOD c collideWithEntity (Lahl;)V METHOD c isUsingEffectiveTool (Lbqz;)Z METHOD c getOfflinePlayerUuid (Ljava/lang/String;)Ljava/util/UUID; ARG 0 nickname @@ -100,14 +103,17 @@ CLASS ary net/minecraft/entity/player/PlayerEntity METHOD dF canFoodHeal ()Z METHOD dG canModifyWorld ()Z METHOD dH getEnderChestInventory ()Lauz; + METHOD dI dropShoulderEntities ()V METHOD dJ getScoreboard ()Lcog; METHOD dL getReducedDebugInfo ()Z METHOD dM getShoulderEntityLeft ()Lhv; METHOD dN getShoulderEntityRight ()Lhv; METHOD dQ getItemCooldownManager ()Laxp; METHOD dR getLuck ()F + METHOD do updateInWater ()Z METHOD dp updateSize ()V METHOD dq getScore ()I + METHOD dr vanishCursedItems ()V METHOD ds getWornArmorRatio ()F METHOD du requestRespawn ()V METHOD dw getGameProfile ()Lcom/mojang/authlib/GameProfile; @@ -117,6 +123,9 @@ CLASS ary net/minecraft/entity/player/PlayerEntity METHOD g createCooldownManager ()Laxp; METHOD h setShoulderEntityLeft (Lhv;)V METHOD i setShoulderEntityRight (Lhv;)V + METHOD j updateShoulderEntity (Lhv;)V + METHOD l updateTurtleHelmet ()V + METHOD n updateBubbleColumn ()V METHOD n dropSelectedItem (Z)Laps; METHOD p canConsume (Z)Z METHOD q addExhaustion (F)V