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

19 lines
508 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS awo net/minecraft/entity/player/HungerManager
2016-09-13 06:41:42 -04:00
FIELD a foodLevel I
FIELD b foodSaturationLevel F
FIELD c exhaustion F
FIELD d foodStarvationTimer I
FIELD e prevFoodLevel I
METHOD a getFoodLevel ()I
METHOD a addExhaustion (F)V
METHOD a setFoodLevel (I)V
METHOD a add (IF)V
2018-11-04 07:22:38 -05:00
ARG 1 food
2019-03-14 11:39:51 -04:00
METHOD a update (Laun;)V
2019-03-14 08:57:09 -04:00
METHOD a eat (Lbam;Lbar;)V
METHOD a deserialize (Lia;)V
METHOD b setSaturationLevelClient (F)V
2019-03-14 08:57:09 -04:00
METHOD b serialize (Lia;)V
METHOD c isNotFull ()Z
METHOD e getSaturationLevel ()F