Class WrapperPlayClientEntityNbtQuery
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientEntityNbtQuery
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientEntityNbtQuery
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the value of field 'entityId'int
Retrieves the value of field 'transactionId'void
setEntityId
(int value) Sets the value of field 'entityId'void
setTransactionId
(int value) Sets the value of field 'transactionId'Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPE
-
-
Constructor Details
-
WrapperPlayClientEntityNbtQuery
public WrapperPlayClientEntityNbtQuery() -
WrapperPlayClientEntityNbtQuery
public WrapperPlayClientEntityNbtQuery(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getTransactionId
public int getTransactionId()Retrieves the value of field 'transactionId'- Returns:
- 'transactionId'
-
setTransactionId
public void setTransactionId(int value) Sets the value of field 'transactionId'- Parameters:
value
- New value for field 'transactionId'
-
getEntityId
public int getEntityId()Retrieves the value of field 'entityId'- Returns:
- 'entityId'
-
setEntityId
public void setEntityId(int value) Sets the value of field 'entityId'- Parameters:
value
- New value for field 'entityId'
-