Class WrapperPlayClientTileNbtQuery
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientTileNbtQuery
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientTileNbtQuery
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptioncom.comphenix.protocol.wrappers.BlockPosition
getPos()
Retrieves the value of field 'pos'int
Retrieves the value of field 'transactionId'void
setPos
(com.comphenix.protocol.wrappers.BlockPosition value) Sets the value of field 'pos'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
-
WrapperPlayClientTileNbtQuery
public WrapperPlayClientTileNbtQuery() -
WrapperPlayClientTileNbtQuery
public WrapperPlayClientTileNbtQuery(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'
-
getPos
public com.comphenix.protocol.wrappers.BlockPosition getPos()Retrieves the value of field 'pos'- Returns:
- 'pos'
-
setPos
public void setPos(com.comphenix.protocol.wrappers.BlockPosition value) Sets the value of field 'pos'- Parameters:
value
- New value for field 'pos'
-