This commit is contained in:
Shnupbups 2024-03-01 23:12:48 +11:00
parent 11a84835b4
commit bc7a71327b
2 changed files with 4 additions and 4 deletions

View File

@ -262,10 +262,10 @@ CLASS net/minecraft/class_1792 net/minecraft/item/Item
COMMENT Checks if this item has a remainder item that is left behind when used as a crafting ingredient.
METHOD method_7858 getRecipeRemainder ()Lnet/minecraft/class_1792;
COMMENT Gets the remainder item that should be left behind when this item is used as a crafting ingredient.
METHOD method_7860 postProcessNbt (Lnet/minecraft/class_1799;)V
COMMENT Processes the NBT applied to an item stack of this item.
METHOD method_7860 postProcessComponents (Lnet/minecraft/class_1799;)V
COMMENT Processes the components applied to an item stack of this item.
COMMENT
COMMENT <p>This is only used in vanilla to process player head NBT data.
COMMENT <p>This is only used in vanilla to process player head component data.
ARG 1 stack
METHOD method_7861 finishUsing (Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;)Lnet/minecraft/class_1799;
COMMENT Called when an entity finishes using the item, such as eating food or drinking a potion.

View File

@ -231,7 +231,7 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack
ARG 2 player
ARG 3 attribute
ARG 4 modifier
METHOD method_57365 copyComponentsFrom (Lnet/minecraft/class_9323;)V
METHOD method_57365 applyComponentsFrom (Lnet/minecraft/class_9323;)V
ARG 1 components
METHOD method_57366 applyChanges (Lnet/minecraft/class_9326;)V
ARG 1 changes