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

Add some missing mappings to WorldRenderer #4035

Merged
merged 3 commits into from
Oct 31, 2024
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
9 changes: 8 additions & 1 deletion mappings/net/minecraft/client/render/WorldRenderer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
FIELD field_53900 TRANSPARENCY Lnet/minecraft/class_2960;
FIELD field_53901 ENTITY_OUTLINE Lnet/minecraft/class_2960;
FIELD field_54160 prevTranslucencySortCameraPos Lnet/minecraft/class_2338;
FIELD field_54161 chunkIndex I
FIELD field_54164 nearbyChunks Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_898;Lnet/minecraft/class_824;Lnet/minecraft/class_4599;)V
ARG 1 client
Expand Down Expand Up @@ -211,7 +212,7 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
ARG 5 projectionMatrix
ARG 6 fog
ARG 7 renderBlockOutline
ARG 8 hasEntitiesToRender
ARG 8 renderEntityOutlines
ARG 9 renderTickCounter
ARG 10 profiler
METHOD method_62203 renderWeather (Lnet/minecraft/class_9909;Lnet/minecraft/class_243;FLnet/minecraft/class_9958;)V
Expand Down Expand Up @@ -263,6 +264,12 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
METHOD method_62908 onChunkUnload (J)V
ARG 1 sectionPos
METHOD method_64059 clear ()V
METHOD method_64060 scheduleChunkTranslucencySort (Lnet/minecraft/class_846$class_851;Lnet/minecraft/class_846$class_10196;Lnet/minecraft/class_243;ZZ)V
ARG 1 chunk
ARG 2 relativePos
ARG 3 cameraPos
ARG 4 needsUpdate
ARG 5 ingoreCameraAlignment
METHOD method_8563 addParticle (Lnet/minecraft/class_2394;ZZDDDDDD)V
ARG 1 parameters
ARG 2 force
Expand Down