Merge branch '21w20a-stuff' of https://github.com/Shnupbups/yarn into 21w20a-stuff

This commit is contained in:
Shnupbups 2021-05-21 03:38:02 +10:00
commit 494e736d32
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

@ -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 <p>The same value dictates the size of the player's hotbar, excluding the offhand slot.</p>
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