public class CEditBookPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private Hand |
hand |
private ItemStack |
stack |
private boolean |
updateAll |
Constructor and Description |
---|
CEditBookPacket() |
CEditBookPacket(ItemStack stackIn,
boolean updateAllIn,
Hand handIn) |
Modifier and Type | Method and Description |
---|---|
Hand |
getHand() |
ItemStack |
getStack() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
boolean |
shouldUpdateAll() |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private ItemStack stack
private boolean updateAll
private Hand hand
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
in interface IPacket<IServerPlayNetHandler>
public ItemStack getStack()
public boolean shouldUpdateAll()
public Hand getHand()