a bit more

This commit is contained in:
Shnupbups 2024-05-04 03:59:43 +10:00
parent adef9ed0b1
commit 65ad8cb378
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ CLASS net/minecraft/class_1472 net/minecraft/entity/passive/SheepEntity
METHOD method_26893 createSheepAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_58375 (Lnet/minecraft/class_1799;)Z
ARG 0 stack
METHOD method_59936 createChildColorRecipeInput (Lnet/minecraft/class_1767;Lnet/minecraft/class_1767;)Lnet/minecraft/class_9694;
ARG 0 firstColor
ARG 1 secondColor
METHOD method_6628 getNeckAngle (F)F
ARG 1 delta
METHOD method_6629 isSheared ()Z

View File

@ -7,3 +7,4 @@ CLASS net/minecraft/class_8566 net/minecraft/inventory/RecipeInputInventory
COMMENT {@return the width of the recipe grid}
METHOD method_51305 getHeldStacks ()Ljava/util/List;
COMMENT {@return the stacks held by the inventory}
METHOD method_59961 createRecipeInput ()Lnet/minecraft/class_9694;