Package devs.beer.nativepackets.api
Interface BlockEntityTagQueryPacketView
- All Superinterfaces:
PacketView
Serverbound block-entity tag query.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
transactionId
int transactionId() -
blockX
int blockX() -
blockY
int blockY() -
blockZ
int blockZ()
-