packetevents
packetevents copied to clipboard
WrapperPlayClientPlayerBlockPlacement.getFaceId()
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