Skip to content

Commit

Permalink
Add missing method mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Morazzer committed Oct 26, 2024
1 parent e0948fe commit 43c3d5f
Showing 1 changed file with 8 additions and 1 deletion.
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 @@ -219,7 +220,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_765;Lnet/minecraft/class_243;FLnet/minecraft/class_9958;)V
Expand Down Expand Up @@ -278,6 +279,12 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
ARG 0 lightingProvider
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 shouldAlwaysSpawn
Expand Down

0 comments on commit 43c3d5f

Please sign in to comment.