net.minecraft.entity.living.player

public class HungerManager

apt
net.minecraft.class_1001
net.minecraft.entity.living.player.HungerManager
net.minecraft.util.FoodStats
net.minecraft.util.FoodStats

Field summary

Modifier and TypeField
private int
a
field_4081
foodLevel
field_75127_a
foodLevel
private float
b
field_4082
saturationLevel
field_75125_b
foodSaturationLevel
private float
c
field_4083
exhaustion
field_75126_c
foodExhaustionLevel
private int
d
field_4084
starvationTimer
field_75123_d
foodTimer
private int
e
field_4085
lastFoodLevel
field_75124_e
prevFoodLevel

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(int arg0, float arg1)
method_3241(int arg0, float arg1)
add(int food, float saturation)
func_75122_a(int arg0, float arg1)
addStats(int foodLevelIn, float foodSaturationModifier)
public void
a(asv arg0, ate arg1)
method_3244(class_1065 arg0, class_1071 arg1)
add(FoodItem food, ItemStack item)
func_151686_a(ItemFood arg0, ItemStack arg1)
addStats(ItemFood foodItem, ItemStack stack)
public void
a(aog arg0)
method_3243(class_988 arg0)
tick(PlayerEntity player)
func_75118_a(EntityPlayer arg0)
tick(EntityPlayer player)
public void
a(gy arg0)
method_3242(class_322 arg0)
readNbt(NbtCompound nbt)
func_75112_a(NBTTagCompound arg0)
read(NBTTagCompound compound)
public void
b(gy arg0)
method_3247(class_322 arg0)
writeNbt(NbtCompound nbt)
func_75117_b(NBTTagCompound arg0)
write(NBTTagCompound compound)
public int
a()
method_3238()
getFoodLevel()
func_75116_a()
getFoodLevel()
public boolean
c()
method_3248()
needsFood()
func_75121_c()
needFood()
public void
a(float arg0)
method_3239(float arg0)
addExhaustion(float exhaustion)
func_75113_a(float arg0)
addExhaustion(float exhaustion)
public float
e()
method_3249()
getSaturationLevel()
func_75115_e()
getSaturationLevel()
public void
a(int arg0)
method_3240(int arg0)
setFoodLevel(int foodLevel)
func_75114_a(int arg0)
setFoodLevel(int foodLevelIn)
public void
b(float arg0)
method_3246(float arg0)
setSaturationLevel(float saturationLevel)
func_75119_b(float arg0)
setFoodSaturationLevel(float foodSaturationLevelIn)