Class WorldRenderer

java.lang.Object
net.minecraft.client.render.WorldRenderer
All Implemented Interfaces:
AutoCloseable, ResourceReloader, SynchronousResourceReloader

@Environment(CLIENT) public class WorldRenderer extends Object implements SynchronousResourceReloader, AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/render/WorldRenderer
intermediary net/minecraft/class_761
official hiy
  • Field Details

    • TRANSPARENCY

      private static final Identifier TRANSPARENCY
      Mappings:
      Namespace Name Mixin selector
      named TRANSPARENCY Lnet/minecraft/client/render/WorldRenderer;TRANSPARENCY:Lnet/minecraft/util/Identifier;
      intermediary field_53900 Lnet/minecraft/class_761;field_53900:Lnet/minecraft/class_2960;
      official f Lhiy;f:Lamy;
    • ENTITY_OUTLINE

      private static final Identifier ENTITY_OUTLINE
      Mappings:
      Namespace Name Mixin selector
      named ENTITY_OUTLINE Lnet/minecraft/client/render/WorldRenderer;ENTITY_OUTLINE:Lnet/minecraft/util/Identifier;
      intermediary field_53901 Lnet/minecraft/class_761;field_53901:Lnet/minecraft/class_2960;
      official g Lhiy;g:Lamy;
    • SECTION_SIZE

      public static final int SECTION_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named SECTION_SIZE Lnet/minecraft/client/render/WorldRenderer;SECTION_SIZE:I
      intermediary field_32759 Lnet/minecraft/class_761;field_32759:I
      official a Lhiy;a:I
    • HALF_SECTION_SIZE

      public static final int HALF_SECTION_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named HALF_SECTION_SIZE Lnet/minecraft/client/render/WorldRenderer;HALF_SECTION_SIZE:I
      intermediary field_34812 Lnet/minecraft/class_761;field_34812:I
      official b Lhiy;b:I
    • NEARBY_SECTION_DISTANCE

      public static final int NEARBY_SECTION_DISTANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named NEARBY_SECTION_DISTANCE Lnet/minecraft/client/render/WorldRenderer;NEARBY_SECTION_DISTANCE:I
      intermediary field_54162 Lnet/minecraft/class_761;field_54162:I
      official c Lhiy;c:I
    • MIN_TRANSPARENT_SORT_COUNT

      private static final int MIN_TRANSPARENT_SORT_COUNT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MIN_TRANSPARENT_SORT_COUNT Lnet/minecraft/client/render/WorldRenderer;MIN_TRANSPARENT_SORT_COUNT:I
      intermediary field_54163 Lnet/minecraft/class_761;field_54163:I
      official h Lhiy;h:I
    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/render/WorldRenderer;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_4088 Lnet/minecraft/class_761;field_4088:Lnet/minecraft/class_310;
      official i Lhiy;i:Lgcx;
    • entityRenderManager

      private final EntityRenderManager entityRenderManager
      Mappings:
      Namespace Name Mixin selector
      named entityRenderManager Lnet/minecraft/client/render/WorldRenderer;entityRenderManager:Lnet/minecraft/client/render/entity/EntityRenderManager;
      intermediary field_4109 Lnet/minecraft/class_761;field_4109:Lnet/minecraft/class_898;
      official j Lhiy;j:Lhrf;
    • blockEntityRenderManager

      private final BlockEntityRenderManager blockEntityRenderManager
      Mappings:
      Namespace Name Mixin selector
      named blockEntityRenderManager Lnet/minecraft/client/render/WorldRenderer;blockEntityRenderManager:Lnet/minecraft/client/render/block/entity/BlockEntityRenderManager;
      intermediary field_27741 Lnet/minecraft/class_761;field_27741:Lnet/minecraft/class_824;
      official k Lhiy;k:Lhlz;
    • bufferBuilders

      private final BufferBuilderStorage bufferBuilders
      Mappings:
      Namespace Name Mixin selector
      named bufferBuilders Lnet/minecraft/client/render/WorldRenderer;bufferBuilders:Lnet/minecraft/client/render/BufferBuilderStorage;
      intermediary field_20951 Lnet/minecraft/class_761;field_20951:Lnet/minecraft/class_4599;
      official l Lhiy;l:Lhjp;
    • skyRendering

      @Nullable private @Nullable SkyRendering skyRendering
      Mappings:
      Namespace Name Mixin selector
      named skyRendering Lnet/minecraft/client/render/WorldRenderer;skyRendering:Lnet/minecraft/client/render/SkyRendering;
      intermediary field_53075 Lnet/minecraft/class_761;field_53075:Lnet/minecraft/class_9975;
      official m Lhiy;m:Lhkc;
    • cloudRenderer

      private final CloudRenderer cloudRenderer
      Mappings:
      Namespace Name Mixin selector
      named cloudRenderer Lnet/minecraft/client/render/WorldRenderer;cloudRenderer:Lnet/minecraft/client/render/CloudRenderer;
      intermediary field_53076 Lnet/minecraft/class_761;field_53076:Lnet/minecraft/class_9955;
      official n Lhiy;n:Lhil;
    • worldBorderRendering

      private final WorldBorderRendering worldBorderRendering
      Mappings:
      Namespace Name Mixin selector
      named worldBorderRendering Lnet/minecraft/client/render/WorldRenderer;worldBorderRendering:Lnet/minecraft/client/render/WorldBorderRendering;
      intermediary field_53077 Lnet/minecraft/class_761;field_53077:Lnet/minecraft/class_9978;
      official o Lhiy;o:Lhkm;
    • weatherRendering

      private final WeatherRendering weatherRendering
      Mappings:
      Namespace Name Mixin selector
      named weatherRendering Lnet/minecraft/client/render/WorldRenderer;weatherRendering:Lnet/minecraft/client/render/WeatherRendering;
      intermediary field_53078 Lnet/minecraft/class_761;field_53078:Lnet/minecraft/class_9976;
      official p Lhiy;p:Lhkl;
    • particleBatch

      private final SubmittableBatch particleBatch
      Mappings:
      Namespace Name Mixin selector
      named particleBatch Lnet/minecraft/client/render/WorldRenderer;particleBatch:Lnet/minecraft/client/render/SubmittableBatch;
      intermediary field_62647 Lnet/minecraft/class_761;field_62647:Lnet/minecraft/class_11943;
      official q Lhiy;q:Lifd;
    • debugRenderer

      public final DebugRenderer debugRenderer
      Mappings:
      Namespace Name Mixin selector
      named debugRenderer Lnet/minecraft/client/render/WorldRenderer;debugRenderer:Lnet/minecraft/client/render/debug/DebugRenderer;
      intermediary field_63067 Lnet/minecraft/class_761;field_63067:Lnet/minecraft/class_863;
      official d Lhiy;d:Lhoy;
    • gameTestDebugRenderer

      public final GameTestDebugRenderer gameTestDebugRenderer
      Mappings:
      Namespace Name Mixin selector
      named gameTestDebugRenderer Lnet/minecraft/client/render/WorldRenderer;gameTestDebugRenderer:Lnet/minecraft/client/render/debug/GameTestDebugRenderer;
      intermediary field_63068 Lnet/minecraft/class_761;field_63068:Lnet/minecraft/class_4503;
      official e Lhiy;e:Lhpc;
    • world

      Mappings:
      Namespace Name Mixin selector
      named world Lnet/minecraft/client/render/WorldRenderer;world:Lnet/minecraft/client/world/ClientWorld;
      intermediary field_4085 Lnet/minecraft/class_761;field_4085:Lnet/minecraft/class_638;
      official r Lhiy;r:Lhcv;
    • chunkRenderingDataPreparer

      private final ChunkRenderingDataPreparer chunkRenderingDataPreparer
      Mappings:
      Namespace Name Mixin selector
      named chunkRenderingDataPreparer Lnet/minecraft/client/render/WorldRenderer;chunkRenderingDataPreparer:Lnet/minecraft/client/render/ChunkRenderingDataPreparer;
      intermediary field_45615 Lnet/minecraft/class_761;field_45615:Lnet/minecraft/class_8679;
      official s Lhiy;s:Lhjx;
    • builtChunks

      private final ObjectArrayList<ChunkBuilder.BuiltChunk> builtChunks
      Mappings:
      Namespace Name Mixin selector
      named builtChunks Lnet/minecraft/client/render/WorldRenderer;builtChunks:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
      intermediary field_45616 Lnet/minecraft/class_761;field_45616:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
      official t Lhiy;t:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
    • nearbyChunks

      private final ObjectArrayList<ChunkBuilder.BuiltChunk> nearbyChunks
      Mappings:
      Namespace Name Mixin selector
      named nearbyChunks Lnet/minecraft/client/render/WorldRenderer;nearbyChunks:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
      intermediary field_54164 Lnet/minecraft/class_761;field_54164:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
      official u Lhiy;u:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
    • chunks

      Mappings:
      Namespace Name Mixin selector
      named chunks Lnet/minecraft/client/render/WorldRenderer;chunks:Lnet/minecraft/client/render/BuiltChunkStorage;
      intermediary field_4112 Lnet/minecraft/class_761;field_4112:Lnet/minecraft/class_769;
      official v Lhiy;v:Lhkj;
    • ticks

      private int ticks
      Mappings:
      Namespace Name Mixin selector
      named ticks Lnet/minecraft/client/render/WorldRenderer;ticks:I
      intermediary field_4073 Lnet/minecraft/class_761;field_4073:I
      official w Lhiy;w:I
    • blockBreakingInfos

      private final Int2ObjectMap<BlockBreakingInfo> blockBreakingInfos
      Mappings:
      Namespace Name Mixin selector
      named blockBreakingInfos Lnet/minecraft/client/render/WorldRenderer;blockBreakingInfos:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      intermediary field_4058 Lnet/minecraft/class_761;field_4058:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
      official x Lhiy;x:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
    • blockBreakingProgressions

      private final Long2ObjectMap<SortedSet<BlockBreakingInfo>> blockBreakingProgressions
      Mappings:
      Namespace Name Mixin selector
      named blockBreakingProgressions Lnet/minecraft/client/render/WorldRenderer;blockBreakingProgressions:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
      intermediary field_20950 Lnet/minecraft/class_761;field_20950:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
      official y Lhiy;y:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
    • entityOutlineFramebuffer

      @Nullable private @Nullable Framebuffer entityOutlineFramebuffer
      Mappings:
      Namespace Name Mixin selector
      named entityOutlineFramebuffer Lnet/minecraft/client/render/WorldRenderer;entityOutlineFramebuffer:Lnet/minecraft/client/gl/Framebuffer;
      intermediary field_53080 Lnet/minecraft/class_761;field_53080:Lnet/minecraft/class_276;
      official z Lhiy;z:Lfvh;
    • framebufferSet

      private final DefaultFramebufferSet framebufferSet
      Mappings:
      Namespace Name Mixin selector
      named framebufferSet Lnet/minecraft/client/render/WorldRenderer;framebufferSet:Lnet/minecraft/client/render/DefaultFramebufferSet;
      intermediary field_53081 Lnet/minecraft/class_761;field_53081:Lnet/minecraft/class_9960;
      official A Lhiy;A:Lhiz;
    • cameraChunkX

      private int cameraChunkX
      Mappings:
      Namespace Name Mixin selector
      named cameraChunkX Lnet/minecraft/client/render/WorldRenderer;cameraChunkX:I
      intermediary field_4084 Lnet/minecraft/class_761;field_4084:I
      official B Lhiy;B:I
    • cameraChunkY

      private int cameraChunkY
      Mappings:
      Namespace Name Mixin selector
      named cameraChunkY Lnet/minecraft/client/render/WorldRenderer;cameraChunkY:I
      intermediary field_4105 Lnet/minecraft/class_761;field_4105:I
      official C Lhiy;C:I
    • cameraChunkZ

      private int cameraChunkZ
      Mappings:
      Namespace Name Mixin selector
      named cameraChunkZ Lnet/minecraft/client/render/WorldRenderer;cameraChunkZ:I
      intermediary field_4121 Lnet/minecraft/class_761;field_4121:I
      official D Lhiy;D:I
    • lastCameraX

      private double lastCameraX
      Mappings:
      Namespace Name Mixin selector
      named lastCameraX Lnet/minecraft/client/render/WorldRenderer;lastCameraX:D
      intermediary field_4069 Lnet/minecraft/class_761;field_4069:D
      official E Lhiy;E:D
    • lastCameraY

      private double lastCameraY
      Mappings:
      Namespace Name Mixin selector
      named lastCameraY Lnet/minecraft/client/render/WorldRenderer;lastCameraY:D
      intermediary field_4081 Lnet/minecraft/class_761;field_4081:D
      official F Lhiy;F:D
    • lastCameraZ

      private double lastCameraZ
      Mappings:
      Namespace Name Mixin selector
      named lastCameraZ Lnet/minecraft/client/render/WorldRenderer;lastCameraZ:D
      intermediary field_4096 Lnet/minecraft/class_761;field_4096:D
      official G Lhiy;G:D
    • lastCameraPitch

      private double lastCameraPitch
      Mappings:
      Namespace Name Mixin selector
      named lastCameraPitch Lnet/minecraft/client/render/WorldRenderer;lastCameraPitch:D
      intermediary field_4115 Lnet/minecraft/class_761;field_4115:D
      official H Lhiy;H:D
    • lastCameraYaw

      private double lastCameraYaw
      Mappings:
      Namespace Name Mixin selector
      named lastCameraYaw Lnet/minecraft/client/render/WorldRenderer;lastCameraYaw:D
      intermediary field_4064 Lnet/minecraft/class_761;field_4064:D
      official I Lhiy;I:D
    • chunkBuilder

      @Nullable private @Nullable ChunkBuilder chunkBuilder
      Mappings:
      Namespace Name Mixin selector
      named chunkBuilder Lnet/minecraft/client/render/WorldRenderer;chunkBuilder:Lnet/minecraft/client/render/chunk/ChunkBuilder;
      intermediary field_45614 Lnet/minecraft/class_761;field_45614:Lnet/minecraft/class_846;
      official J Lhiy;J:Lhok;
    • viewDistance

      private int viewDistance
      Mappings:
      Namespace Name Mixin selector
      named viewDistance Lnet/minecraft/client/render/WorldRenderer;viewDistance:I
      intermediary field_4062 Lnet/minecraft/class_761;field_4062:I
      official K Lhiy;K:I
    • captureFrustum

      private boolean captureFrustum
      Mappings:
      Namespace Name Mixin selector
      named captureFrustum Lnet/minecraft/client/render/WorldRenderer;captureFrustum:Z
      intermediary field_62945 Lnet/minecraft/class_761;field_62945:Z
      official L Lhiy;L:Z
    • capturedFrustum

      @Nullable private @Nullable Frustum capturedFrustum
      Mappings:
      Namespace Name Mixin selector
      named capturedFrustum Lnet/minecraft/client/render/WorldRenderer;capturedFrustum:Lnet/minecraft/client/render/Frustum;
      intermediary field_4056 Lnet/minecraft/class_761;field_4056:Lnet/minecraft/class_4604;
      official M Lhiy;M:Lhop;
    • lastTranslucencySortCameraPos

      @Nullable private @Nullable BlockPos lastTranslucencySortCameraPos
      Mappings:
      Namespace Name Mixin selector
      named lastTranslucencySortCameraPos Lnet/minecraft/client/render/WorldRenderer;lastTranslucencySortCameraPos:Lnet/minecraft/util/math/BlockPos;
      intermediary field_54160 Lnet/minecraft/class_761;field_54160:Lnet/minecraft/class_2338;
      official N Lhiy;N:Liz;
    • chunkIndex

      private int chunkIndex
      Mappings:
      Namespace Name Mixin selector
      named chunkIndex Lnet/minecraft/client/render/WorldRenderer;chunkIndex:I
      intermediary field_54161 Lnet/minecraft/class_761;field_54161:I
      official O Lhiy;O:I
    • worldRenderState

      private final WorldRenderState worldRenderState
      Mappings:
      Namespace Name Mixin selector
      named worldRenderState Lnet/minecraft/client/render/WorldRenderer;worldRenderState:Lnet/minecraft/client/render/state/WorldRenderState;
      intermediary field_61737 Lnet/minecraft/class_761;field_61737:Lnet/minecraft/class_11658;
      official P Lhiy;P:Lifa;
    • entityRenderCommandQueue

      private final OrderedRenderCommandQueueImpl entityRenderCommandQueue
      Mappings:
      Namespace Name Mixin selector
      named entityRenderCommandQueue Lnet/minecraft/client/render/WorldRenderer;entityRenderCommandQueue:Lnet/minecraft/client/render/command/OrderedRenderCommandQueueImpl;
      intermediary field_61738 Lnet/minecraft/class_761;field_61738:Lnet/minecraft/class_11661;
      official Q Lhiy;Q:Lhkh;
    • entityRenderDispatcher

      private final RenderDispatcher entityRenderDispatcher
      Mappings:
      Namespace Name Mixin selector
      named entityRenderDispatcher Lnet/minecraft/client/render/WorldRenderer;entityRenderDispatcher:Lnet/minecraft/client/render/command/RenderDispatcher;
      intermediary field_61739 Lnet/minecraft/class_761;field_61739:Lnet/minecraft/class_11684;
      official R Lhiy;R:Liat;
    • gizmoCollector

      private final GizmoCollectorImpl gizmoCollector
      Mappings:
      Namespace Name Mixin selector
      named gizmoCollector Lnet/minecraft/client/render/WorldRenderer;gizmoCollector:Lnet/minecraft/world/debug/gizmo/GizmoCollectorImpl;
      intermediary field_63574 Lnet/minecraft/class_761;field_63574:Lnet/minecraft/class_12185;
      official S Lhiy;S:Luv;
  • Constructor Details

    • WorldRenderer

      public WorldRenderer(MinecraftClient minecraftClient, EntityRenderManager entityRenderManager, BlockEntityRenderManager blockEntityRenderManager, BufferBuilderStorage bufferBuilders, WorldRenderState worldRenderState, RenderDispatcher entityRenderDispatcher)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/WorldRenderer;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/render/entity/EntityRenderManager;Lnet/minecraft/client/render/block/entity/BlockEntityRenderManager;Lnet/minecraft/client/render/BufferBuilderStorage;Lnet/minecraft/client/render/state/WorldRenderState;Lnet/minecraft/client/render/command/RenderDispatcher;)V
      intermediary <init> Lnet/minecraft/class_761;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_898;Lnet/minecraft/class_824;Lnet/minecraft/class_4599;Lnet/minecraft/class_11658;Lnet/minecraft/class_11684;)V
      official <init> Lhiy;<init>(Lgcx;Lhrf;Lhlz;Lhjp;Lifa;Liat;)V
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • reload

      public void reload(ResourceManager manager)
      Performs the reload in the apply executor, or the game engine.
      Specified by:
      reload in interface SynchronousResourceReloader
      Parameters:
      manager - the resource manager
      Mappings:
      Namespace Name Mixin selector
      named reload Lnet/minecraft/resource/SynchronousResourceReloader;reload(Lnet/minecraft/resource/ResourceManager;)V
      intermediary method_14491 Lnet/minecraft/class_4013;method_14491(Lnet/minecraft/class_3300;)V
      official a Lbbf;a(Lbbe;)V
    • loadEntityOutlinePostProcessor

      public void loadEntityOutlinePostProcessor()
      Mappings:
      Namespace Name Mixin selector
      named loadEntityOutlinePostProcessor Lnet/minecraft/client/render/WorldRenderer;loadEntityOutlinePostProcessor()V
      intermediary method_3296 Lnet/minecraft/class_761;method_3296()V
      official a Lhiy;a()V
    • getTransparencyPostEffectProcessor

      @Nullable private @Nullable PostEffectProcessor getTransparencyPostEffectProcessor()
      Mappings:
      Namespace Name Mixin selector
      named getTransparencyPostEffectProcessor Lnet/minecraft/client/render/WorldRenderer;getTransparencyPostEffectProcessor()Lnet/minecraft/client/gl/PostEffectProcessor;
      intermediary method_62907 Lnet/minecraft/class_761;method_62907()Lnet/minecraft/class_279;
      official A Lhiy;A()Lhjl;
    • drawEntityOutlinesFramebuffer

      public void drawEntityOutlinesFramebuffer()
      Mappings:
      Namespace Name Mixin selector
      named drawEntityOutlinesFramebuffer Lnet/minecraft/client/render/WorldRenderer;drawEntityOutlinesFramebuffer()V
      intermediary method_3254 Lnet/minecraft/class_761;method_3254()V
      official b Lhiy;b()V
    • canDrawEntityOutlines

      protected boolean canDrawEntityOutlines()
      Mappings:
      Namespace Name Mixin selector
      named canDrawEntityOutlines Lnet/minecraft/client/render/WorldRenderer;canDrawEntityOutlines()Z
      intermediary method_3270 Lnet/minecraft/class_761;method_3270()Z
      official c Lhiy;c()Z
    • setWorld

      public void setWorld(@Nullable @Nullable ClientWorld world)
      Mappings:
      Namespace Name Mixin selector
      named setWorld Lnet/minecraft/client/render/WorldRenderer;setWorld(Lnet/minecraft/client/world/ClientWorld;)V
      intermediary method_3244 Lnet/minecraft/class_761;method_3244(Lnet/minecraft/class_638;)V
      official a Lhiy;a(Lhcv;)V
    • clear

      private void clear()
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/client/render/WorldRenderer;clear()V
      intermediary method_64059 Lnet/minecraft/class_761;method_64059()V
      official B Lhiy;B()V
    • reload

      public void reload()
      Mappings:
      Namespace Name Mixin selector
      named reload Lnet/minecraft/client/render/WorldRenderer;reload()V
      intermediary method_3279 Lnet/minecraft/class_761;method_3279()V
      official d Lhiy;d()V
    • onResized

      public void onResized(int width, int height)
      Mappings:
      Namespace Name Mixin selector
      named onResized Lnet/minecraft/client/render/WorldRenderer;onResized(II)V
      intermediary method_3242 Lnet/minecraft/class_761;method_3242(II)V
      official a Lhiy;a(II)V
    • getChunksDebugString

      @Nullable public @Nullable String getChunksDebugString()
      Mappings:
      Namespace Name Mixin selector
      named getChunksDebugString Lnet/minecraft/client/render/WorldRenderer;getChunksDebugString()Ljava/lang/String;
      intermediary method_3289 Lnet/minecraft/class_761;method_3289()Ljava/lang/String;
      official e Lhiy;e()Ljava/lang/String;
    • getChunkBuilder

      @Nullable public @Nullable ChunkBuilder getChunkBuilder()
      Mappings:
      Namespace Name Mixin selector
      named getChunkBuilder Lnet/minecraft/client/render/WorldRenderer;getChunkBuilder()Lnet/minecraft/client/render/chunk/ChunkBuilder;
      intermediary method_34810 Lnet/minecraft/class_761;method_34810()Lnet/minecraft/class_846;
      official f Lhiy;f()Lhok;
    • getChunkCount

      public double getChunkCount()
      Mappings:
      Namespace Name Mixin selector
      named getChunkCount Lnet/minecraft/client/render/WorldRenderer;getChunkCount()D
      intermediary method_34811 Lnet/minecraft/class_761;method_34811()D
      official g Lhiy;g()D
    • getViewDistance

      public double getViewDistance()
      Mappings:
      Namespace Name Mixin selector
      named getViewDistance Lnet/minecraft/client/render/WorldRenderer;getViewDistance()D
      intermediary method_34812 Lnet/minecraft/class_761;method_34812()D
      official h Lhiy;h()D
    • getCompletedChunkCount

      public int getCompletedChunkCount()
      Mappings:
      Namespace Name Mixin selector
      named getCompletedChunkCount Lnet/minecraft/client/render/WorldRenderer;getCompletedChunkCount()I
      intermediary method_3246 Lnet/minecraft/class_761;method_3246()I
      official i Lhiy;i()I
    • getEntitiesDebugString

      @Nullable public @Nullable String getEntitiesDebugString()
      Mappings:
      Namespace Name Mixin selector
      named getEntitiesDebugString Lnet/minecraft/client/render/WorldRenderer;getEntitiesDebugString()Ljava/lang/String;
      intermediary method_3272 Lnet/minecraft/class_761;method_3272()Ljava/lang/String;
      official j Lhiy;j()Ljava/lang/String;
    • method_74752

      private void method_74752(Camera camera, Frustum frustum, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      named method_74752 Lnet/minecraft/client/render/WorldRenderer;method_74752(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;Z)V
      intermediary method_74752 Lnet/minecraft/class_761;method_74752(Lnet/minecraft/class_4184;Lnet/minecraft/class_4604;Z)V
      official a Lhiy;a(Lgcf;Lhop;Z)V
    • offsetFrustum

      public static Frustum offsetFrustum(Frustum frustum)
      Mappings:
      Namespace Name Mixin selector
      named offsetFrustum Lnet/minecraft/client/render/WorldRenderer;offsetFrustum(Lnet/minecraft/client/render/Frustum;)Lnet/minecraft/client/render/Frustum;
      intermediary method_52816 Lnet/minecraft/class_761;method_52816(Lnet/minecraft/class_4604;)Lnet/minecraft/class_4604;
      official a Lhiy;a(Lhop;)Lhop;
    • applyFrustum

      private void applyFrustum(Frustum frustum)
      Mappings:
      Namespace Name Mixin selector
      named applyFrustum Lnet/minecraft/client/render/WorldRenderer;applyFrustum(Lnet/minecraft/client/render/Frustum;)V
      intermediary method_38551 Lnet/minecraft/class_761;method_38551(Lnet/minecraft/class_4604;)V
      official b Lhiy;b(Lhop;)V
    • addBuiltChunk

      public void addBuiltChunk(ChunkBuilder.BuiltChunk chunk)
      Mappings:
      Namespace Name Mixin selector
      named addBuiltChunk Lnet/minecraft/client/render/WorldRenderer;addBuiltChunk(Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;)V
      intermediary method_38550 Lnet/minecraft/class_761;method_38550(Lnet/minecraft/class_846$class_851;)V
      official a Lhiy;a(Lhok$a;)V
    • setupFrustum

      private Frustum setupFrustum(Matrix4f posMatrix, Matrix4f projMatrix, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      named setupFrustum Lnet/minecraft/client/render/WorldRenderer;setupFrustum(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/client/render/Frustum;
      intermediary method_32133 Lnet/minecraft/class_761;method_32133(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lnet/minecraft/class_243;)Lnet/minecraft/class_4604;
      official a Lhiy;a(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lfrd;)Lhop;
    • render

      public void render(ObjectAllocator allocator, RenderTickCounter tickCounter, boolean renderBlockOutline, Camera camera, Matrix4f positionMatrix, Matrix4f matrix4f, Matrix4f projectionMatrix, GpuBufferSlice fogBuffer, Vector4f fogColor, boolean renderSky)
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/WorldRenderer;render(Lnet/minecraft/client/util/ObjectAllocator;Lnet/minecraft/client/render/RenderTickCounter;ZLnet/minecraft/client/render/Camera;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Lorg/joml/Vector4f;Z)V
      intermediary method_22710 Lnet/minecraft/class_761;method_22710(Lnet/minecraft/class_9922;Lnet/minecraft/class_9779;ZLnet/minecraft/class_4184;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Lorg/joml/Vector4f;Z)V
      official a Lhiy;a(Lfwh;Lgcn;ZLgcf;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Lorg/joml/Vector4f;Z)V
    • renderMain

      private void renderMain(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Matrix4f posMatrix, GpuBufferSlice fogBuffer, boolean renderBlockOutline, WorldRenderState state, RenderTickCounter tickCounter, Profiler profiler)
      Mappings:
      Namespace Name Mixin selector
      named renderMain Lnet/minecraft/client/render/WorldRenderer;renderMain(Lnet/minecraft/client/render/FrameGraphBuilder;Lnet/minecraft/client/render/Frustum;Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;ZLnet/minecraft/client/render/state/WorldRenderState;Lnet/minecraft/client/render/RenderTickCounter;Lnet/minecraft/util/profiler/Profiler;)V
      intermediary method_62202 Lnet/minecraft/class_761;method_62202(Lnet/minecraft/class_9909;Lnet/minecraft/class_4604;Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;ZLnet/minecraft/class_11658;Lnet/minecraft/class_9779;Lnet/minecraft/class_3695;)V
      official a Lhiy;a(Lfuj;Lhop;Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;ZLifa;Lgcn;Lbzg;)V
    • renderParticles

      private void renderParticles(FrameGraphBuilder frameGraphBuilder, GpuBufferSlice fogBuffer)
      Mappings:
      Namespace Name Mixin selector
      named renderParticles Lnet/minecraft/client/render/WorldRenderer;renderParticles(Lnet/minecraft/client/render/FrameGraphBuilder;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
      intermediary method_62201 Lnet/minecraft/class_761;method_62201(Lnet/minecraft/class_9909;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
      official a Lhiy;a(Lfuj;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
    • renderClouds

      private void renderClouds(FrameGraphBuilder frameGraphBuilder, CloudRenderMode mode, Vec3d cameraPos, float cloudPhase, int color, float cloudHeight)
      Mappings:
      Namespace Name Mixin selector
      named renderClouds Lnet/minecraft/client/render/WorldRenderer;renderClouds(Lnet/minecraft/client/render/FrameGraphBuilder;Lnet/minecraft/client/option/CloudRenderMode;Lnet/minecraft/util/math/Vec3d;FIF)V
      intermediary method_62204 Lnet/minecraft/class_761;method_62204(Lnet/minecraft/class_9909;Lnet/minecraft/class_4063;Lnet/minecraft/class_243;FIF)V
      official a Lhiy;a(Lfuj;Lgcj;Lfrd;FIF)V
    • renderWeather

      private void renderWeather(FrameGraphBuilder frameGraphBuilder, GpuBufferSlice gpuBufferSlice)
      Mappings:
      Namespace Name Mixin selector
      named renderWeather Lnet/minecraft/client/render/WorldRenderer;renderWeather(Lnet/minecraft/client/render/FrameGraphBuilder;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
      intermediary method_62203 Lnet/minecraft/class_761;method_62203(Lnet/minecraft/class_9909;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
      official b Lhiy;b(Lfuj;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
    • renderLateDebug

      private void renderLateDebug(FrameGraphBuilder frameGraphBuilder, CameraRenderState cameraRenderState, GpuBufferSlice fogBuffer, Matrix4f matrix4f)
      Mappings:
      Namespace Name Mixin selector
      named renderLateDebug Lnet/minecraft/client/render/WorldRenderer;renderLateDebug(Lnet/minecraft/client/render/FrameGraphBuilder;Lnet/minecraft/client/render/state/CameraRenderState;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Lorg/joml/Matrix4f;)V
      intermediary method_62199 Lnet/minecraft/class_761;method_62199(Lnet/minecraft/class_9909;Lnet/minecraft/class_12075;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Lorg/joml/Matrix4f;)V
      official a Lhiy;a(Lfuj;Liez;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;Lorg/joml/Matrix4f;)V
    • fillEntityRenderStates

      private void fillEntityRenderStates(Camera camera, Frustum frustum, RenderTickCounter tickCounter, WorldRenderState renderStates)
      Mappings:
      Namespace Name Mixin selector
      named fillEntityRenderStates Lnet/minecraft/client/render/WorldRenderer;fillEntityRenderStates(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;Lnet/minecraft/client/render/RenderTickCounter;Lnet/minecraft/client/render/state/WorldRenderState;)V
      intermediary method_72917 Lnet/minecraft/class_761;method_72917(Lnet/minecraft/class_4184;Lnet/minecraft/class_4604;Lnet/minecraft/class_9779;Lnet/minecraft/class_11658;)V
      official a Lhiy;a(Lgcf;Lhop;Lgcn;Lifa;)V
    • pushEntityRenders

      private void pushEntityRenders(MatrixStack matrices, WorldRenderState renderStates, OrderedRenderCommandQueue queue)
      Mappings:
      Namespace Name Mixin selector
      named pushEntityRenders Lnet/minecraft/client/render/WorldRenderer;pushEntityRenders(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/state/WorldRenderState;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;)V
      intermediary method_72916 Lnet/minecraft/class_761;method_72916(Lnet/minecraft/class_4587;Lnet/minecraft/class_11658;Lnet/minecraft/class_11659;)V
      official a Lhiy;a(Lfwz;Lifa;Lhkg;)V
    • fillBlockEntityRenderStates

      private void fillBlockEntityRenderStates(Camera camera, float tickProgress, WorldRenderState renderStates)
      Mappings:
      Namespace Name Mixin selector
      named fillBlockEntityRenderStates Lnet/minecraft/client/render/WorldRenderer;fillBlockEntityRenderStates(Lnet/minecraft/client/render/Camera;FLnet/minecraft/client/render/state/WorldRenderState;)V
      intermediary method_74314 Lnet/minecraft/class_761;method_74314(Lnet/minecraft/class_4184;FLnet/minecraft/class_11658;)V
      official a Lhiy;a(Lgcf;FLifa;)V
    • renderBlockEntities

      private void renderBlockEntities(MatrixStack matrices, WorldRenderState renderStates, OrderedRenderCommandQueueImpl queue)
      Mappings:
      Namespace Name Mixin selector
      named renderBlockEntities Lnet/minecraft/client/render/WorldRenderer;renderBlockEntities(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/state/WorldRenderState;Lnet/minecraft/client/render/command/OrderedRenderCommandQueueImpl;)V
      intermediary method_62208 Lnet/minecraft/class_761;method_62208(Lnet/minecraft/class_4587;Lnet/minecraft/class_11658;Lnet/minecraft/class_11661;)V
      official a Lhiy;a(Lfwz;Lifa;Lhkh;)V
    • fillBlockBreakingProgressRenderState

      private void fillBlockBreakingProgressRenderState(Camera camera, WorldRenderState renderStates)
      Mappings:
      Namespace Name Mixin selector
      named fillBlockBreakingProgressRenderState Lnet/minecraft/client/render/WorldRenderer;fillBlockBreakingProgressRenderState(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/state/WorldRenderState;)V
      intermediary method_74922 Lnet/minecraft/class_761;method_74922(Lnet/minecraft/class_4184;Lnet/minecraft/class_11658;)V
      official a Lhiy;a(Lgcf;Lifa;)V
    • renderBlockDamage

      private void renderBlockDamage(MatrixStack matrices, VertexConsumerProvider.Immediate immediate, WorldRenderState renderStates)
      Mappings:
      Namespace Name Mixin selector
      named renderBlockDamage Lnet/minecraft/client/render/WorldRenderer;renderBlockDamage(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;Lnet/minecraft/client/render/state/WorldRenderState;)V
      intermediary method_62206 Lnet/minecraft/class_761;method_62206(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_11658;)V
      official a Lhiy;a(Lfwz;Lhje$a;Lifa;)V
    • fillEntityOutlineRenderStates

      private void fillEntityOutlineRenderStates(Camera camera, WorldRenderState renderStates)
      Mappings:
      Namespace Name Mixin selector
      named fillEntityOutlineRenderStates Lnet/minecraft/client/render/WorldRenderer;fillEntityOutlineRenderStates(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/state/WorldRenderState;)V
      intermediary method_74923 Lnet/minecraft/class_761;method_74923(Lnet/minecraft/class_4184;Lnet/minecraft/class_11658;)V
      official b Lhiy;b(Lgcf;Lifa;)V
    • renderTargetBlockOutline

      private void renderTargetBlockOutline(VertexConsumerProvider.Immediate immediate, MatrixStack matrices, boolean renderBlockOutline, WorldRenderState renderStates)
      Mappings:
      Namespace Name Mixin selector
      named renderTargetBlockOutline Lnet/minecraft/client/render/WorldRenderer;renderTargetBlockOutline(Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;Lnet/minecraft/client/util/math/MatrixStack;ZLnet/minecraft/client/render/state/WorldRenderState;)V
      intermediary method_62210 Lnet/minecraft/class_761;method_62210(Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_4587;ZLnet/minecraft/class_11658;)V
      official a Lhiy;a(Lhje$a;Lfwz;ZLifa;)V
    • checkEmpty

      private void checkEmpty(MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      named checkEmpty Lnet/minecraft/client/render/WorldRenderer;checkEmpty(Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_22979 Lnet/minecraft/class_761;method_22979(Lnet/minecraft/class_4587;)V
      official a Lhiy;a(Lfwz;)V
    • getAndUpdateRenderState

      private EntityRenderState getAndUpdateRenderState(Entity entity, float tickProgress)
      Mappings:
      Namespace Name Mixin selector
      named getAndUpdateRenderState Lnet/minecraft/client/render/WorldRenderer;getAndUpdateRenderState(Lnet/minecraft/entity/Entity;F)Lnet/minecraft/client/render/entity/state/EntityRenderState;
      intermediary method_72914 Lnet/minecraft/class_761;method_72914(Lnet/minecraft/class_1297;F)Lnet/minecraft/class_10017;
      official a Lhiy;a(Lcgd;F)Lhxu;
    • translucencySort

      private void translucencySort(Vec3d cameraPos)
      Mappings:
      Namespace Name Mixin selector
      named translucencySort Lnet/minecraft/client/render/WorldRenderer;translucencySort(Lnet/minecraft/util/math/Vec3d;)V
      intermediary method_62198 Lnet/minecraft/class_761;method_62198(Lnet/minecraft/class_243;)V
      official a Lhiy;a(Lfrd;)V
    • scheduleChunkTranslucencySort

      private void scheduleChunkTranslucencySort(ChunkBuilder.BuiltChunk chunk, NormalizedRelativePos relativePos, Vec3d cameraPos, boolean needsUpdate, boolean ignoreCameraAlignment)
      Mappings:
      Namespace Name Mixin selector
      named scheduleChunkTranslucencySort Lnet/minecraft/client/render/WorldRenderer;scheduleChunkTranslucencySort(Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;Lnet/minecraft/client/render/chunk/NormalizedRelativePos;Lnet/minecraft/util/math/Vec3d;ZZ)V
      intermediary method_64060 Lnet/minecraft/class_761;method_64060(Lnet/minecraft/class_846$class_851;Lnet/minecraft/class_10196;Lnet/minecraft/class_243;ZZ)V
      official a Lhiy;a(Lhok$a;Lhol;Lfrd;ZZ)V
    • renderBlockLayers

      private SectionRenderState renderBlockLayers(Matrix4fc matrix, double cameraX, double cameraY, double cameraZ)
      Mappings:
      Namespace Name Mixin selector
      named renderBlockLayers Lnet/minecraft/client/render/WorldRenderer;renderBlockLayers(Lorg/joml/Matrix4fc;DDD)Lnet/minecraft/client/render/SectionRenderState;
      intermediary method_72157 Lnet/minecraft/class_761;method_72157(Lorg/joml/Matrix4fc;DDD)Lnet/minecraft/class_11532;
      official a Lhiy;a(Lorg/joml/Matrix4fc;DDD)Lhob;
    • rotate

      public void rotate()
      Mappings:
      Namespace Name Mixin selector
      named rotate Lnet/minecraft/client/render/WorldRenderer;rotate()V
      intermediary method_71118 Lnet/minecraft/class_761;method_71118()V
      official k Lhiy;k()V
    • captureFrustum

      public void captureFrustum()
      Mappings:
      Namespace Name Mixin selector
      named captureFrustum Lnet/minecraft/client/render/WorldRenderer;captureFrustum()V
      intermediary method_35775 Lnet/minecraft/class_761;method_35775()V
      official l Lhiy;l()V
    • killFrustum

      public void killFrustum()
      Mappings:
      Namespace Name Mixin selector
      named killFrustum Lnet/minecraft/client/render/WorldRenderer;killFrustum()V
      intermediary method_35776 Lnet/minecraft/class_761;method_35776()V
      official m Lhiy;m()V
    • tick

      public void tick(Camera camera)
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/render/WorldRenderer;tick(Lnet/minecraft/client/render/Camera;)V
      intermediary method_3252 Lnet/minecraft/class_761;method_3252(Lnet/minecraft/class_4184;)V
      official a Lhiy;a(Lgcf;)V
    • updateBlockBreakingProgress

      private void updateBlockBreakingProgress()
      Mappings:
      Namespace Name Mixin selector
      named updateBlockBreakingProgress Lnet/minecraft/client/render/WorldRenderer;updateBlockBreakingProgress()V
      intermediary method_74921 Lnet/minecraft/class_761;method_74921()V
      official C Lhiy;C()V
    • removeBlockBreakingInfo

      private void removeBlockBreakingInfo(BlockBreakingInfo info)
      Mappings:
      Namespace Name Mixin selector
      named removeBlockBreakingInfo Lnet/minecraft/client/render/WorldRenderer;removeBlockBreakingInfo(Lnet/minecraft/entity/player/BlockBreakingInfo;)V
      intermediary method_22987 Lnet/minecraft/class_761;method_22987(Lnet/minecraft/class_3191;)V
      official a Lhiy;a(Lawk;)V
    • renderSky

      private void renderSky(FrameGraphBuilder frameGraphBuilder, Camera camera, GpuBufferSlice fogBuffer)
      Mappings:
      Namespace Name Mixin selector
      named renderSky Lnet/minecraft/client/render/WorldRenderer;renderSky(Lnet/minecraft/client/render/FrameGraphBuilder;Lnet/minecraft/client/render/Camera;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
      intermediary method_62200 Lnet/minecraft/class_761;method_62200(Lnet/minecraft/class_9909;Lnet/minecraft/class_4184;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
      official a Lhiy;a(Lfuj;Lgcf;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
    • hasBlindnessOrDarkness

      private boolean hasBlindnessOrDarkness(Camera camera)
      Mappings:
      Namespace Name Mixin selector
      named hasBlindnessOrDarkness Lnet/minecraft/client/render/WorldRenderer;hasBlindnessOrDarkness(Lnet/minecraft/client/render/Camera;)Z
      intermediary method_43788 Lnet/minecraft/class_761;method_43788(Lnet/minecraft/class_4184;)Z
      official b Lhiy;b(Lgcf;)Z
    • updateChunks

      private void updateChunks(Camera camera)
      Mappings:
      Namespace Name Mixin selector
      named updateChunks Lnet/minecraft/client/render/WorldRenderer;updateChunks(Lnet/minecraft/client/render/Camera;)V
      intermediary method_3269 Lnet/minecraft/class_761;method_3269(Lnet/minecraft/class_4184;)V
      official c Lhiy;c(Lgcf;)V
    • drawBlockOutline

      private void drawBlockOutline(MatrixStack matrices, VertexConsumer vertexConsumer, double x, double y, double z, OutlineRenderState state, int int2, float float2)
      Mappings:
      Namespace Name Mixin selector
      named drawBlockOutline Lnet/minecraft/client/render/WorldRenderer;drawBlockOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDLnet/minecraft/client/render/state/OutlineRenderState;IF)V
      intermediary method_22712 Lnet/minecraft/class_761;method_22712(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDLnet/minecraft/class_12074;IF)V
      official a Lhiy;a(Lfwz;Lfxc;DDDLiey;IF)V
    • updateBlock

      public void updateBlock(BlockView world, BlockPos pos, BlockState oldState, BlockState newState, int flags)
      Mappings:
      Namespace Name Mixin selector
      named updateBlock Lnet/minecraft/client/render/WorldRenderer;updateBlock(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
      intermediary method_8570 Lnet/minecraft/class_761;method_8570(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;I)V
      official a Lhiy;a(Ldtr;Liz;Lemh;Lemh;I)V
    • scheduleSectionRender

      private void scheduleSectionRender(BlockPos pos, boolean important)
      Mappings:
      Namespace Name Mixin selector
      named scheduleSectionRender Lnet/minecraft/client/render/WorldRenderer;scheduleSectionRender(Lnet/minecraft/util/math/BlockPos;Z)V
      intermediary method_16037 Lnet/minecraft/class_761;method_16037(Lnet/minecraft/class_2338;Z)V
      official a Lhiy;a(Liz;Z)V
    • scheduleBlockRenders

      public void scheduleBlockRenders(int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
      Mappings:
      Namespace Name Mixin selector
      named scheduleBlockRenders Lnet/minecraft/client/render/WorldRenderer;scheduleBlockRenders(IIIIII)V
      intermediary method_18146 Lnet/minecraft/class_761;method_18146(IIIIII)V
      official a Lhiy;a(IIIIII)V
    • scheduleBlockRerenderIfNeeded

      public void scheduleBlockRerenderIfNeeded(BlockPos pos, BlockState old, BlockState updated)
      Mappings:
      Namespace Name Mixin selector
      named scheduleBlockRerenderIfNeeded Lnet/minecraft/client/render/WorldRenderer;scheduleBlockRerenderIfNeeded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V
      intermediary method_21596 Lnet/minecraft/class_761;method_21596(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)V
      official a Lhiy;a(Liz;Lemh;Lemh;)V
    • scheduleChunkRenders3x3x3

      public void scheduleChunkRenders3x3x3(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      named scheduleChunkRenders3x3x3 Lnet/minecraft/client/render/WorldRenderer;scheduleChunkRenders3x3x3(III)V
      intermediary method_18145 Lnet/minecraft/class_761;method_18145(III)V
      official a Lhiy;a(III)V
    • scheduleChunkRenders

      public void scheduleChunkRenders(int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
      Mappings:
      Namespace Name Mixin selector
      named scheduleChunkRenders Lnet/minecraft/client/render/WorldRenderer;scheduleChunkRenders(IIIIII)V
      intermediary method_62219 Lnet/minecraft/class_761;method_62219(IIIIII)V
      official b Lhiy;b(IIIIII)V
    • scheduleChunkRender

      public void scheduleChunkRender(int chunkX, int chunkY, int chunkZ)
      Mappings:
      Namespace Name Mixin selector
      named scheduleChunkRender Lnet/minecraft/client/render/WorldRenderer;scheduleChunkRender(III)V
      intermediary method_8571 Lnet/minecraft/class_761;method_8571(III)V
      official b Lhiy;b(III)V
    • scheduleChunkRender

      private void scheduleChunkRender(int x, int y, int z, boolean important)
      Mappings:
      Namespace Name Mixin selector
      named scheduleChunkRender Lnet/minecraft/client/render/WorldRenderer;scheduleChunkRender(IIIZ)V
      intermediary method_3295 Lnet/minecraft/class_761;method_3295(IIIZ)V
      official a Lhiy;a(IIIZ)V
    • onChunkUnload

      public void onChunkUnload(long sectionPos)
      Mappings:
      Namespace Name Mixin selector
      named onChunkUnload Lnet/minecraft/client/render/WorldRenderer;onChunkUnload(J)V
      intermediary method_62908 Lnet/minecraft/class_761;method_62908(J)V
      official a Lhiy;a(J)V
    • setBlockBreakingInfo

      public void setBlockBreakingInfo(int entityId, BlockPos pos, int stage)
      Mappings:
      Namespace Name Mixin selector
      named setBlockBreakingInfo Lnet/minecraft/client/render/WorldRenderer;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
      intermediary method_8569 Lnet/minecraft/class_761;method_8569(ILnet/minecraft/class_2338;I)V
      official a Lhiy;a(ILiz;I)V
    • isTerrainRenderComplete

      public boolean isTerrainRenderComplete()
      Mappings:
      Namespace Name Mixin selector
      named isTerrainRenderComplete Lnet/minecraft/client/render/WorldRenderer;isTerrainRenderComplete()Z
      intermediary method_3281 Lnet/minecraft/class_761;method_3281()Z
      official n Lhiy;n()Z
    • scheduleNeighborUpdates

      public void scheduleNeighborUpdates(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      named scheduleNeighborUpdates Lnet/minecraft/client/render/WorldRenderer;scheduleNeighborUpdates(Lnet/minecraft/util/math/ChunkPos;)V
      intermediary method_65201 Lnet/minecraft/class_761;method_65201(Lnet/minecraft/class_1923;)V
      official a Lhiy;a(Ldts;)V
    • scheduleTerrainUpdate

      public void scheduleTerrainUpdate()
      Mappings:
      Namespace Name Mixin selector
      named scheduleTerrainUpdate Lnet/minecraft/client/render/WorldRenderer;scheduleTerrainUpdate()V
      intermediary method_3292 Lnet/minecraft/class_761;method_3292()V
      official o Lhiy;o()V
    • getLightmapCoordinates

      public static int getLightmapCoordinates(BlockRenderView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getLightmapCoordinates Lnet/minecraft/client/render/WorldRenderer;getLightmapCoordinates(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
      intermediary method_23794 Lnet/minecraft/class_761;method_23794(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
      official a Lhiy;a(Ldto;Liz;)I
    • getLightmapCoordinates

      public static int getLightmapCoordinates(WorldRenderer.BrightnessGetter brightnessGetter, BlockRenderView world, BlockState state, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getLightmapCoordinates Lnet/minecraft/client/render/WorldRenderer;getLightmapCoordinates(Lnet/minecraft/client/render/WorldRenderer$BrightnessGetter;Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)I
      intermediary method_23793 Lnet/minecraft/class_761;method_23793(Lnet/minecraft/class_761$class_10948;Lnet/minecraft/class_1920;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;)I
      official a Lhiy;a(Lhiy$a;Ldto;Lemh;Liz;)I
    • isRenderingReady

      public boolean isRenderingReady(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named isRenderingReady Lnet/minecraft/client/render/WorldRenderer;isRenderingReady(Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_40050 Lnet/minecraft/class_761;method_40050(Lnet/minecraft/class_2338;)Z
      official a Lhiy;a(Liz;)Z
    • getEntityOutlinesFramebuffer

      @Nullable public @Nullable Framebuffer getEntityOutlinesFramebuffer()
      Mappings:
      Namespace Name Mixin selector
      named getEntityOutlinesFramebuffer Lnet/minecraft/client/render/WorldRenderer;getEntityOutlinesFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_22990 Lnet/minecraft/class_761;method_22990()Lnet/minecraft/class_276;
      official p Lhiy;p()Lfvh;
    • getTranslucentFramebuffer

      @Nullable public @Nullable Framebuffer getTranslucentFramebuffer()
      Mappings:
      Namespace Name Mixin selector
      named getTranslucentFramebuffer Lnet/minecraft/client/render/WorldRenderer;getTranslucentFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_29360 Lnet/minecraft/class_761;method_29360()Lnet/minecraft/class_276;
      official q Lhiy;q()Lfvh;
    • getEntityFramebuffer

      @Nullable public @Nullable Framebuffer getEntityFramebuffer()
      Mappings:
      Namespace Name Mixin selector
      named getEntityFramebuffer Lnet/minecraft/client/render/WorldRenderer;getEntityFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_29361 Lnet/minecraft/class_761;method_29361()Lnet/minecraft/class_276;
      official r Lhiy;r()Lfvh;
    • getParticlesFramebuffer

      @Nullable public @Nullable Framebuffer getParticlesFramebuffer()
      Mappings:
      Namespace Name Mixin selector
      named getParticlesFramebuffer Lnet/minecraft/client/render/WorldRenderer;getParticlesFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_29362 Lnet/minecraft/class_761;method_29362()Lnet/minecraft/class_276;
      official s Lhiy;s()Lfvh;
    • getWeatherFramebuffer

      @Nullable public @Nullable Framebuffer getWeatherFramebuffer()
      Mappings:
      Namespace Name Mixin selector
      named getWeatherFramebuffer Lnet/minecraft/client/render/WorldRenderer;getWeatherFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_29363 Lnet/minecraft/class_761;method_29363()Lnet/minecraft/class_276;
      official t Lhiy;t()Lfvh;
    • getCloudsFramebuffer

      @Nullable public @Nullable Framebuffer getCloudsFramebuffer()
      Mappings:
      Namespace Name Mixin selector
      named getCloudsFramebuffer Lnet/minecraft/client/render/WorldRenderer;getCloudsFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
      intermediary method_29364 Lnet/minecraft/class_761;method_29364()Lnet/minecraft/class_276;
      official u Lhiy;u()Lfvh;
    • getBuiltChunks

      public ObjectArrayList<ChunkBuilder.BuiltChunk> getBuiltChunks()
      Mappings:
      Namespace Name Mixin selector
      named getBuiltChunks Lnet/minecraft/client/render/WorldRenderer;getBuiltChunks()Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
      intermediary method_62220 Lnet/minecraft/class_761;method_62220()Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
      official v Lhiy;v()Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
    • getChunkRenderingDataPreparer

      public ChunkRenderingDataPreparer getChunkRenderingDataPreparer()
      Mappings:
      Namespace Name Mixin selector
      named getChunkRenderingDataPreparer Lnet/minecraft/client/render/WorldRenderer;getChunkRenderingDataPreparer()Lnet/minecraft/client/render/ChunkRenderingDataPreparer;
      intermediary method_62221 Lnet/minecraft/class_761;method_62221()Lnet/minecraft/class_8679;
      official w Lhiy;w()Lhjx;
    • getCapturedFrustum

      @Nullable public @Nullable Frustum getCapturedFrustum()
      Mappings:
      Namespace Name Mixin selector
      named getCapturedFrustum Lnet/minecraft/client/render/WorldRenderer;getCapturedFrustum()Lnet/minecraft/client/render/Frustum;
      intermediary method_62222 Lnet/minecraft/class_761;method_62222()Lnet/minecraft/class_4604;
      official x Lhiy;x()Lhop;
    • getCloudRenderer

      public CloudRenderer getCloudRenderer()
      Mappings:
      Namespace Name Mixin selector
      named getCloudRenderer Lnet/minecraft/client/render/WorldRenderer;getCloudRenderer()Lnet/minecraft/client/render/CloudRenderer;
      intermediary method_62196 Lnet/minecraft/class_761;method_62196()Lnet/minecraft/class_9955;
      official y Lhiy;y()Lhil;
    • method_75414

      public GizmoDrawing.CollectorScope method_75414()
      Mappings:
      Namespace Name Mixin selector
      named method_75414 Lnet/minecraft/client/render/WorldRenderer;method_75414()Lnet/minecraft/world/debug/gizmo/GizmoDrawing$CollectorScope;
      intermediary method_75414 Lnet/minecraft/class_761;method_75414()Lnet/minecraft/class_12180$class_12181;
      official z Lhiy;z()Lur$a;