← Back to Index
AnvilDamagePacket (141)
Requests an anvil to be damaged.
Only used when Item Stack Net Manager is disabled on the server.
Sends the position of the anvil that is requesting to be damaged from the client.
| Field Name |
Type |
Field Index |
Description |
| Block Position (Required) |
BlockPos |
0 |
|
BlockPos
| Field Name |
Type |
Field Index |
Description |
| X (Required) |
varint32 |
0 |
|
| Y (Required) |
varint32 |
1 |
|
| Z (Required) |
varint32 |
2 |
|
|