diff --git a/mappings/net/minecraft/item/FoodComponent.mapping b/mappings/net/minecraft/item/FoodComponent.mapping index 38d102bc6f..1f6125161f 100644 --- a/mappings/net/minecraft/item/FoodComponent.mapping +++ b/mappings/net/minecraft/item/FoodComponent.mapping @@ -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 (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