You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int 0: X coordinate
int 1: Y coordinate
int 2: Z coordinate
boolean 3: If true, the block was placed
byte[] 4: Representation of the player name as a UTF 8 byte array
long 5: Time, as epoch second
byte[] 6: Block type as a UTF 8 byte array
byte[] 7: BlockState NBT represented as a UTF 8 byte array
Transaction packet
A representation of a TransactionPos as a packet
Identifier: deltalogger:transaction
int 0: X coordinate
int 1: Y coordinate
int 2: Z coordinate
byte[] 3: Representation of the player name as a UTF 8 byte array
long 4: Time, as epoch second
int 5: Number of items changed
byte[] 6: Item type represented as a UTF 8 byte array