Expose relative parameters to setRotation#13901
Conversation
There was a problem hiding this comment.
Wouldn't this just be addRotation?
Which, fair addition, I am just not very happy with the method name and parameters, they look to be copying internals one to one and seem very clunky.
//edit:
Might not have said this nicely, there is obviously a different in the method as ServerPlayer makes use of those booleans to send the relative update packet instead. This is purely about naming of the API method.
if renamed to addRotation, the relative parameters will look more confusing, or you mean method like |
|
I could maybe see a use case for being able to set one part of the rotation relative and the other absolute, which wouldn't be possible with just an |
More like a QoL update