yarn/mappings/net/minecraft/entity/player/HungerManager.mapping

32 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1702 net/minecraft/entity/player/HungerManager
FIELD field_7752 exhaustion F
FIELD field_7753 foodSaturationLevel F
FIELD field_7754 prevFoodLevel I
FIELD field_7755 foodTickTimer I
2019-06-28 17:55:20 -04:00
FIELD field_7756 foodLevel I
METHOD method_35217 getPrevFoodLevel ()I
METHOD method_35218 setExhaustion (F)V
ARG 1 exhaustion
METHOD method_35219 getExhaustion ()F
2019-06-28 17:55:20 -04:00
METHOD method_7579 eat (Lnet/minecraft/class_1792;Lnet/minecraft/class_1799;)V
ARG 1 item
ARG 2 stack
2019-06-28 17:55:20 -04:00
METHOD method_7580 setFoodLevel (I)V
ARG 1 foodLevel
METHOD method_7581 setSaturationLevel (F)V
ARG 1 saturationLevel
METHOD method_7582 writeNbt (Lnet/minecraft/class_2487;)V
ARG 1 nbt
2019-06-28 17:55:20 -04:00
METHOD method_7583 addExhaustion (F)V
ARG 1 exhaustion
METHOD method_7584 readNbt (Lnet/minecraft/class_2487;)V
ARG 1 nbt
2019-06-28 17:55:20 -04:00
METHOD method_7585 add (IF)V
2018-11-04 07:22:38 -05:00
ARG 1 food
ARG 2 saturationModifier
2019-06-28 17:55:20 -04:00
METHOD method_7586 getFoodLevel ()I
METHOD method_7587 isNotFull ()Z
METHOD method_7588 update (Lnet/minecraft/class_1657;)V
ARG 1 player
2019-06-28 17:55:20 -04:00
METHOD method_7589 getSaturationLevel ()F