public class CPacketEditBook extends java.lang.Object implements Packet<INetHandlerPlayServer>
Constructor and Description |
---|
CPacketEditBook() |
CPacketEditBook(ItemStack p_i49823_1_,
boolean p_i49823_2_,
EnumHand p_i49823_3_) |
Modifier and Type | Method and Description |
---|---|
boolean |
func_210345_b() |
ItemStack |
func_210346_a() |
EnumHand |
func_212644_d() |
void |
processPacket(INetHandlerPlayServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void processPacket(INetHandlerPlayServer handler)
processPacket
in interface Packet<INetHandlerPlayServer>
public ItemStack func_210346_a()
public boolean func_210345_b()
public EnumHand func_212644_d()