From c51fb44c9302aa05fcd5e37c4584a4819e0abaf0 Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Fri, 21 May 2021 03:05:25 +1000 Subject: [PATCH] stuff --- mappings/net/minecraft/entity/Entity.mapping | 3 +++ mappings/net/minecraft/entity/LivingEntity.mapping | 3 +++ .../net/minecraft/entity/player/ItemCooldownManager.mapping | 3 +++ mappings/net/minecraft/entity/player/PlayerInventory.mapping | 3 +++ 4 files changed, 12 insertions(+) diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping index 99dd400c6a..4dadf7a70f 100644 --- a/mappings/net/minecraft/entity/Entity.mapping +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -395,6 +395,9 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity METHOD method_36457 setPitch (F)V ARG 1 pitch METHOD method_36601 getBlockStateAtPos ()Lnet/minecraft/class_2680; + METHOD method_36971 canModifyWorldAt (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z + ARG 1 world + ARG 2 pos METHOD method_5621 getMountedHeightOffset ()D METHOD method_5622 onBlockCollision (Lnet/minecraft/class_2680;)V ARG 1 state diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index f525ce69e9..c4a811f2f2 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -268,6 +268,9 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity METHOD method_36362 updateGlowing ()V METHOD method_36549 addDeathParticles ()V METHOD method_36608 isPartOfGame ()Z + METHOD method_36977 damageHelmet (Lnet/minecraft/class_1282;F)V + ARG 1 source + ARG 2 amount METHOD method_5973 canTarget (Lnet/minecraft/class_1299;)Z ARG 1 type METHOD method_5989 getLootTable ()Lnet/minecraft/class_2960; diff --git a/mappings/net/minecraft/entity/player/ItemCooldownManager.mapping b/mappings/net/minecraft/entity/player/ItemCooldownManager.mapping index 71d5e8b227..fd1597969d 100644 --- a/mappings/net/minecraft/entity/player/ItemCooldownManager.mapping +++ b/mappings/net/minecraft/entity/player/ItemCooldownManager.mapping @@ -20,3 +20,6 @@ CLASS net/minecraft/class_1796 net/minecraft/entity/player/ItemCooldownManager CLASS class_1797 Entry FIELD field_8027 endTick I FIELD field_8028 startTick I + METHOD (Lnet/minecraft/class_1796;II)V + ARG 2 startTick + ARG 3 endTick diff --git a/mappings/net/minecraft/entity/player/PlayerInventory.mapping b/mappings/net/minecraft/entity/player/PlayerInventory.mapping index 2c848730de..57b25ef44e 100644 --- a/mappings/net/minecraft/entity/player/PlayerInventory.mapping +++ b/mappings/net/minecraft/entity/player/PlayerInventory.mapping @@ -15,6 +15,8 @@ CLASS net/minecraft/class_1661 net/minecraft/entity/player/PlayerInventory COMMENT The number of columns ({@value}) in the inventory. COMMENT COMMENT

The same value dictates the size of the player's hotbar, excluding the offhand slot.

+ FIELD field_33767 ARMOR_SLOTS [I + FIELD field_33768 HELMET_SLOTS [I FIELD field_7542 changeCount I FIELD field_7543 combinedInventory Ljava/util/List; FIELD field_7544 offHand Lnet/minecraft/class_2371; @@ -57,6 +59,7 @@ CLASS net/minecraft/class_1661 net/minecraft/entity/player/PlayerInventory METHOD method_7375 damageArmor (Lnet/minecraft/class_1282;F[I)V ARG 1 damageSource ARG 2 amount + ARG 3 slots METHOD method_7376 getEmptySlot ()I METHOD method_7377 clone (Lnet/minecraft/class_1661;)V ARG 1 other