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

20 lines
521 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS ats 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-02-21 13:19:18 -05:00
METHOD a update (Larz;)V
METHOD a eat (Laxm;Laxx;)V
2018-11-04 07:22:38 -05:00
ARG 1 item
2019-02-20 15:49:23 -05:00
METHOD a deserialize (Lhx;)V
METHOD b setSaturationLevelClient (F)V
2019-02-20 15:49:23 -05:00
METHOD b serialize (Lhx;)V
METHOD c isNotFull ()Z
METHOD e getSaturationLevel ()F