Update FoodComponent.mapping

This commit is contained in:
Shnupbups 2021-05-21 02:54:35 +10:00
parent 6ddccd9727
commit 841fb801e3
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ CLASS net/minecraft/class_4174 net/minecraft/item/FoodComponent
FIELD field_18617 alwaysEdible Z
FIELD field_18618 snack Z
FIELD field_18619 statusEffects Ljava/util/List;
METHOD <init> (IFZZZLjava/util/List;)V
ARG 1 hunger
ARG 2 saturationModifier
ARG 3 meat
ARG 4 alwaysEdible
ARG 5 snack
ARG 6 statusEffects
METHOD method_19230 getHunger ()I
COMMENT Gets the amount of hunger a food item will fill.
COMMENT