Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map DisplayEntityRenderer rotation util methods #3752

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ CLASS net/minecraft/class_8138 net/minecraft/client/render/entity/DisplayEntityR
ARG 4 rotation
METHOD method_49921 getData (Lnet/minecraft/class_8113;)Ljava/lang/Object;
ARG 1 entity
METHOD method_52844 lerpYaw (Lnet/minecraft/class_8113;F)F
ARG 0 entity
ARG 1 delta
METHOD method_52845 getBackwardsYaw (Lnet/minecraft/class_4184;)F
ARG 0 camera
METHOD method_52846 lerpPitch (Lnet/minecraft/class_8113;F)F
ARG 0 entity
ARG 1 delta
METHOD method_52847 getNegatedPitch (Lnet/minecraft/class_4184;)F
ARG 0 camera
CLASS class_8139 BlockDisplayEntityRenderer
FIELD field_42528 blockRenderManager Lnet/minecraft/class_776;
CLASS class_8140 ItemDisplayEntityRenderer
Expand Down