public class SPacketNBTQueryResponse extends java.lang.Object implements Packet<INetHandlerPlayClient>
Constructor and Description |
---|
SPacketNBTQueryResponse() |
SPacketNBTQueryResponse(int p_i49757_1_,
NBTTagCompound p_i49757_2_) |
Modifier and Type | Method and Description |
---|---|
int |
func_211713_b() |
NBTTagCompound |
getTag() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
boolean |
shouldSkipErrors() |
void |
writePacketData(PacketBuffer buf) |
public SPacketNBTQueryResponse()
public SPacketNBTQueryResponse(int p_i49757_1_, @Nullable NBTTagCompound p_i49757_2_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>
public int func_211713_b()
@Nullable public NBTTagCompound getTag()
public boolean shouldSkipErrors()
shouldSkipErrors
in interface Packet<INetHandlerPlayClient>