public class QueryEntityNbtC2SPacket extends Object implements Packet<ServerPlayPacketListener>
Modifier and Type | Field and Description |
---|---|
private int |
entityId |
private int |
transactionId |
Constructor and Description |
---|
QueryEntityNbtC2SPacket() |
QueryEntityNbtC2SPacket(int transactionId,
int entityId) |
Modifier and Type | Method and Description |
---|---|
void |
apply(ServerPlayPacketListener serverPlayPacketListener) |
int |
getEntityId() |
int |
getTransactionId() |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWritingErrorSkippable
public QueryEntityNbtC2SPacket()
@Environment(value=CLIENT) public QueryEntityNbtC2SPacket(int transactionId, int entityId)
public void read(PacketByteBuf buf) throws IOException
read
in interface Packet<ServerPlayPacketListener>
IOException
public void write(PacketByteBuf buf) throws IOException
write
in interface Packet<ServerPlayPacketListener>
IOException
public void apply(ServerPlayPacketListener serverPlayPacketListener)
apply
in interface Packet<ServerPlayPacketListener>
public int getTransactionId()
public int getEntityId()