packetevents icon indicating copy to clipboard operation
packetevents copied to clipboard

WrapperPlayClientPlayerBlockPlacement.getFaceId()

Open ManInMyVan opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

A way to view/modify the numeric face id sent in the packet in WrapperPlayClientPlayerBlockPlacement, I'd like to validate that the direction is within vanilla limits

Describe the solution you'd like

something like wrapper.getFaceId()

Describe alternatives you've considered to solve your solution without us adding this as a feature?

wrapper.getFace().getFaceValue() doesn't work since it always returns the normal value, which is not always the one sent in the packet.

Additional context

ManInMyVan avatar Mar 04 '24 00:03 ManInMyVan