public class SUpdateHealthPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private int |
foodLevel |
private float |
health |
private float |
saturationLevel |
Constructor and Description |
---|
SUpdateHealthPacket() |
SUpdateHealthPacket(float healthIn,
int foodLevelIn,
float saturationLevelIn) |
Modifier and Type | Method and Description |
---|---|
int |
getFoodLevel() |
float |
getHealth() |
float |
getSaturationLevel() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private float health
private int foodLevel
private float saturationLevel
public SUpdateHealthPacket()
public SUpdateHealthPacket(float healthIn, int foodLevelIn, float saturationLevelIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
in interface IPacket<IClientPlayNetHandler>
public float getHealth()
public int getFoodLevel()
public float getSaturationLevel()