Package net.minecraft.client.render
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/WorldRendererintermediary net/minecraft/class_761official gdv
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Int2ObjectMap<BlockBreakingInfo> private final Long2ObjectMap<SortedSet<BlockBreakingInfo>> private intprivate final BlockEntityRenderDispatcherprivate final BufferBuilderStorageprivate final ObjectArrayList<ChunkBuilder.BuiltChunk> private intprivate intprivate intprivate final Vector4f[]private final Vector3dprivate @Nullable ChunkBuilderprivate final ChunkRenderingDataPreparerprivate @Nullable BuiltChunkStorageprivate final FpsSmootherprivate final MinecraftClientprotected static final Identifierprivate @Nullable VertexBufferprivate booleanprivate @Nullable Framebufferprivate @Nullable VertexBufferstatic final Direction[]private static final Identifierprivate @Nullable Framebufferprivate @Nullable PostEffectProcessorprivate @Nullable Framebufferprivate final EntityRenderDispatcherstatic final intprivate static final floatprivate static final intprivate static final intprivate static final intprivate static final intstatic final intprivate static final Identifierprivate Frustumprivate doubleprivate doubleprivate doubleprivate doubleprivate doubleprivate @Nullable CloudRenderModeprivate intprivate intprivate intprivate Vec3dprivate doubleprivate doubleprivate doubleprivate @Nullable VertexBufferprivate static final Loggerprivate static final Identifierprivate final Set<BlockEntity> private final float[]Given-16 <= z < 16and-16 <= x < 16, leti = 32 * (z + 16) + (x + 16).private final float[]private @Nullable Framebufferprivate final Map<BlockPos, SoundInstance> private static final Identifierprivate intprivate intprivate booleanprivate static final Identifierprivate @Nullable VertexBufferprivate static final Identifierprivate intprivate @Nullable Framebufferprivate @Nullable PostEffectProcessorprivate intprivate @Nullable Framebufferprivate @Nullable ClientWorld -
Constructor Summary
ConstructorsConstructorDescriptionWorldRenderer(MinecraftClient client, EntityRenderDispatcher entityRenderDispatcher, BlockEntityRenderDispatcher blockEntityRenderDispatcher, BufferBuilderStorage bufferBuilders) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddParticle(ParticleEffect parameters, boolean shouldAlwaysSpawn, boolean important, double x, double y, double z, double velocityX, double velocityY, double velocityZ) voidaddParticle(ParticleEffect parameters, boolean shouldAlwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) private <T extends ParticleEffect>
voidaddParticle(T parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) private voidapplyFrustum(Frustum frustum) protected booleanvoidprivate voidcaptureFrustum(Matrix4f positionMatrix, Matrix4f projectionMatrix, double x, double y, double z, Frustum frustum) private voidcheckEmpty(MatrixStack matrices) voidcleanUp()voidclose()private voiddrawBlockOutline(MatrixStack matrices, VertexConsumer vertexConsumer, Entity entity, double cameraX, double cameraY, double cameraZ, BlockPos pos, BlockState state) static voiddrawBox(VertexConsumer vertexConsumer, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha) Draws a box spanning from [x1,y1,z1] to [x2,y2,z2].static voiddrawBox(MatrixStack matrices, VertexConsumer vertexConsumer, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha) Draws a box spanning from [x1,y1,z1] to [x2,y2,z2].static voiddrawBox(MatrixStack matrices, VertexConsumer vertexConsumer, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha, float xAxisRed, float yAxisGreen, float zAxisBlue) Draws a box spanning from [x1,y1,z1] to [x2,y2,z2].static voiddrawBox(MatrixStack matrices, VertexConsumer vertexConsumer, Box box, float red, float green, float blue, float alpha) Draws a box.private static voiddrawCuboidShapeOutline(MatrixStack matrices, VertexConsumer vertexConsumer, VoxelShape shape, double offsetX, double offsetY, double offsetZ, float red, float green, float blue, float alpha) voidstatic voiddrawShapeOutline(MatrixStack matrices, VertexConsumer vertexConsumer, VoxelShape shape, double offsetX, double offsetY, double offsetZ, float red, float green, float blue, float alpha, boolean colorize) doubleintstatic intgetLightmapCoordinates(BlockRenderView world, BlockState state, BlockPos pos) static intgetLightmapCoordinates(BlockRenderView world, BlockPos pos) private static Vec3dgetMaxIntensityColor(float hue) private ParticlesModegetRandomParticleSpawnChance(boolean canSpawnOnMinimal) doubleprivate booleanhasBlindnessOrDarkness(Camera camera) booleanisRenderingReady(BlockPos pos) booleanvoidvoidprivate voidvoidmethod_52815(ChunkPos chunkPos) static Frustummethod_52816(Frustum frustum) voidonResized(int width, int height) voidplaySong(@Nullable SoundEvent song, BlockPos songPosition) voidprocessGlobalEvent(int eventId, BlockPos pos, int data) voidprocessWorldEvent(int eventId, BlockPos pos, int data) voidreload()voidreload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.voidprivate voidvoidrender(float tickDelta, long limitTime, boolean renderBlockOutline, Camera camera, GameRenderer gameRenderer, LightmapTextureManager lightmapTextureManager, Matrix4f matrix4f, Matrix4f matrix4f2) private voidrenderCapturedFrustumFace(VertexConsumer vertexConsumer, Matrix4f matrix4f, int plane0, int plane1, int plane2, int plane3, int r, int g, int b) private voidrenderCapturedFrustumVertex(VertexConsumer vertexConsumer, Matrix4f matrix4f, int planeNum) private voidrenderChunkDebugInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Camera camera) private BufferBuilder.BuiltBufferrenderClouds(BufferBuilder builder, double x, double y, double z, Vec3d color) voidrenderClouds(MatrixStack matrices, Matrix4f matrix4f, Matrix4f matrix4f2, float tickDelta, double cameraX, double cameraY, double cameraZ) private voidprivate voidrenderEndSky(MatrixStack matrices) private voidrenderEntity(Entity entity, double cameraX, double cameraY, double cameraZ, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers) static voidrenderFilledBox(MatrixStack matrices, VertexConsumer vertexConsumer, double minX, double minY, double minZ, double maxX, double maxY, double maxZ, float red, float green, float blue, float alpha) static voidrenderFilledBox(MatrixStack matrices, VertexConsumer vertexConsumer, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, float red, float green, float blue, float alpha) private voidrenderLayer(RenderLayer renderLayer, double x, double y, double z, Matrix4f matrix4f, Matrix4f positionMatrix) private voidprivate static BufferBuilder.BuiltBufferrenderSky(BufferBuilder builder, float float2) voidrenderSky(Matrix4f matrix4f, Matrix4f projectionMatrix, float tickDelta, Camera camera, boolean thickFog, Runnable fogCallback) private voidprivate BufferBuilder.BuiltBufferrenderStars(BufferBuilder buffer) private voidrenderWeather(LightmapTextureManager manager, float tickDelta, double cameraX, double cameraY, double cameraZ) private voidrenderWorldBorder(Camera camera) private voidvoidscheduleBlockRender(int x, int y, int z) voidscheduleBlockRenders(int x, int y, int z) voidscheduleBlockRenders(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) voidscheduleBlockRerenderIfNeeded(BlockPos pos, BlockState old, BlockState updated) private voidscheduleChunkRender(int x, int y, int z, boolean important) private voidscheduleSectionRender(BlockPos pos, boolean important) voidvoidsetBlockBreakingInfo(int entityId, BlockPos pos, int stage) voidsetupFrustum(Vec3d vec3d, Matrix4f matrix4f, Matrix4f matrix4f2) private voidsetupTerrain(Camera camera, Frustum frustum, boolean hasForcedFrustum, boolean spectator) voidsetWorld(@Nullable ClientWorld world) private static Vec3dshiftHue(float red, float green, float blue, float hueOffset) private voidshootParticles(int direction, BlockPos pos, Random random, SimpleParticleType particleType) spawnParticle(ParticleEffect parameters, boolean alwaysSpawn, boolean canSpawnOnMinimal, double x, double y, double z, double velocityX, double velocityY, double velocityZ) spawnParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) voidtick()voidtickRainSplashing(Camera camera) voidupdateBlock(BlockView world, BlockPos pos, BlockState oldState, BlockState newState, int flags) private voidupdateChunks(Camera camera) private voidupdateEntitiesForSong(World world, BlockPos pos, boolean playing) voidupdateNoCullingBlockEntities(Collection<BlockEntity> removed, Collection<BlockEntity> added) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloader
getNameMethods inherited from interface net.minecraft.resource.SynchronousResourceReloader
reload
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/render/WorldRenderer;LOGGER:Lorg/slf4j/Logger;intermediary field_4060Lnet/minecraft/class_761;field_4060:Lorg/slf4j/Logger;official eLgdv;e:Lorg/slf4j/Logger;
-
field_32759
public static final int field_32759- See Also:
- Mappings:
Namespace Name Mixin selector named field_32759Lnet/minecraft/client/render/WorldRenderer;field_32759:Iintermediary field_32759Lnet/minecraft/class_761;field_32759:Iofficial aLgdv;a:I
-
field_34812
public static final int field_34812- See Also:
- Mappings:
Namespace Name Mixin selector named field_34812Lnet/minecraft/client/render/WorldRenderer;field_34812:Iintermediary field_34812Lnet/minecraft/class_761;field_34812:Iofficial bLgdv;b:I
-
field_32762
private static final float field_32762- See Also:
- Mappings:
Namespace Name Mixin selector named field_32762Lnet/minecraft/client/render/WorldRenderer;field_32762:Fintermediary field_32762Lnet/minecraft/class_761;field_32762:Fofficial fLgdv;f:F
-
field_32763
private static final int field_32763- See Also:
- Mappings:
Namespace Name Mixin selector named field_32763Lnet/minecraft/client/render/WorldRenderer;field_32763:Iintermediary field_32763Lnet/minecraft/class_761;field_32763:Iofficial gLgdv;g:I
-
field_32764
private static final int field_32764- See Also:
- Mappings:
Namespace Name Mixin selector named field_32764Lnet/minecraft/client/render/WorldRenderer;field_32764:Iintermediary field_32764Lnet/minecraft/class_761;field_32764:Iofficial hLgdv;h:I
-
field_32765
private static final int field_32765- See Also:
- Mappings:
Namespace Name Mixin selector named field_32765Lnet/minecraft/client/render/WorldRenderer;field_32765:Iintermediary field_32765Lnet/minecraft/class_761;field_32765:Iofficial iLgdv;i:I
-
field_32766
private static final int field_32766- See Also:
- Mappings:
Namespace Name Mixin selector named field_32766Lnet/minecraft/client/render/WorldRenderer;field_32766:Iintermediary field_32766Lnet/minecraft/class_761;field_32766:Iofficial jLgdv;j:I
-
MOON_PHASES
- Mappings:
Namespace Name Mixin selector named MOON_PHASESLnet/minecraft/client/render/WorldRenderer;MOON_PHASES:Lnet/minecraft/util/Identifier;intermediary field_4098Lnet/minecraft/class_761;field_4098:Lnet/minecraft/class_2960;official kLgdv;k:Lakk;
-
SUN
- Mappings:
Namespace Name Mixin selector named SUNLnet/minecraft/client/render/WorldRenderer;SUN:Lnet/minecraft/util/Identifier;intermediary field_4111Lnet/minecraft/class_761;field_4111:Lnet/minecraft/class_2960;official lLgdv;l:Lakk;
-
CLOUDS
- Mappings:
Namespace Name Mixin selector named CLOUDSLnet/minecraft/client/render/WorldRenderer;CLOUDS:Lnet/minecraft/util/Identifier;intermediary field_4108Lnet/minecraft/class_761;field_4108:Lnet/minecraft/class_2960;official cLgdv;c:Lakk;
-
END_SKY
- Mappings:
Namespace Name Mixin selector named END_SKYLnet/minecraft/client/render/WorldRenderer;END_SKY:Lnet/minecraft/util/Identifier;intermediary field_4061Lnet/minecraft/class_761;field_4061:Lnet/minecraft/class_2960;official mLgdv;m:Lakk;
-
FORCEFIELD
- Mappings:
Namespace Name Mixin selector named FORCEFIELDLnet/minecraft/client/render/WorldRenderer;FORCEFIELD:Lnet/minecraft/util/Identifier;intermediary field_4071Lnet/minecraft/class_761;field_4071:Lnet/minecraft/class_2960;official nLgdv;n:Lakk;
-
RAIN
- Mappings:
Namespace Name Mixin selector named RAINLnet/minecraft/client/render/WorldRenderer;RAIN:Lnet/minecraft/util/Identifier;intermediary field_20797Lnet/minecraft/class_761;field_20797:Lnet/minecraft/class_2960;official oLgdv;o:Lakk;
-
SNOW
- Mappings:
Namespace Name Mixin selector named SNOWLnet/minecraft/client/render/WorldRenderer;SNOW:Lnet/minecraft/util/Identifier;intermediary field_20798Lnet/minecraft/class_761;field_20798:Lnet/minecraft/class_2960;official pLgdv;p:Lakk;
-
DIRECTIONS
- Mappings:
Namespace Name Mixin selector named DIRECTIONSLnet/minecraft/client/render/WorldRenderer;DIRECTIONS:[Lnet/minecraft/util/math/Direction;intermediary field_4095Lnet/minecraft/class_761;field_4095:[Lnet/minecraft/class_2350;official dLgdv;d:[Ljf;
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/render/WorldRenderer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_4088Lnet/minecraft/class_761;field_4088:Lnet/minecraft/class_310;official qLgdv;q:Lffn;
-
entityRenderDispatcher
- Mappings:
Namespace Name Mixin selector named entityRenderDispatcherLnet/minecraft/client/render/WorldRenderer;entityRenderDispatcher:Lnet/minecraft/client/render/entity/EntityRenderDispatcher;intermediary field_4109Lnet/minecraft/class_761;field_4109:Lnet/minecraft/class_898;official rLgdv;r:Lgje;
-
blockEntityRenderDispatcher
- Mappings:
Namespace Name Mixin selector named blockEntityRenderDispatcherLnet/minecraft/client/render/WorldRenderer;blockEntityRenderDispatcher:Lnet/minecraft/client/render/block/entity/BlockEntityRenderDispatcher;intermediary field_27741Lnet/minecraft/class_761;field_27741:Lnet/minecraft/class_824;official sLgdv;s:Lgfw;
-
bufferBuilders
- Mappings:
Namespace Name Mixin selector named bufferBuildersLnet/minecraft/client/render/WorldRenderer;bufferBuilders:Lnet/minecraft/client/render/BufferBuilderStorage;intermediary field_20951Lnet/minecraft/class_761;field_20951:Lnet/minecraft/class_4599;official tLgdv;t:Lged;
-
world
- Mappings:
Namespace Name Mixin selector named worldLnet/minecraft/client/render/WorldRenderer;world:Lnet/minecraft/client/world/ClientWorld;intermediary field_4085Lnet/minecraft/class_761;field_4085:Lnet/minecraft/class_638;official uLgdv;u:Lfyd;
-
chunkRenderingDataPreparer
- Mappings:
Namespace Name Mixin selector named chunkRenderingDataPreparerLnet/minecraft/client/render/WorldRenderer;chunkRenderingDataPreparer:Lnet/minecraft/client/render/ChunkRenderingDataPreparer;intermediary field_45615Lnet/minecraft/class_761;field_45615:Lnet/minecraft/class_8679;official vLgdv;v:Lgek;
-
builtChunks
- Mappings:
Namespace Name Mixin selector named builtChunksLnet/minecraft/client/render/WorldRenderer;builtChunks:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;intermediary field_45616Lnet/minecraft/class_761;field_45616:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;official wLgdv;w:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
-
noCullingBlockEntities
- Mappings:
Namespace Name Mixin selector named noCullingBlockEntitiesLnet/minecraft/client/render/WorldRenderer;noCullingBlockEntities:Ljava/util/Set;intermediary field_4055Lnet/minecraft/class_761;field_4055:Ljava/util/Set;official xLgdv;x:Ljava/util/Set;
-
chunks
- Mappings:
Namespace Name Mixin selector named chunksLnet/minecraft/client/render/WorldRenderer;chunks:Lnet/minecraft/client/render/BuiltChunkStorage;intermediary field_4112Lnet/minecraft/class_761;field_4112:Lnet/minecraft/class_769;official yLgdv;y:Lgeo;
-
starsBuffer
- Mappings:
Namespace Name Mixin selector named starsBufferLnet/minecraft/client/render/WorldRenderer;starsBuffer:Lnet/minecraft/client/gl/VertexBuffer;intermediary field_4113Lnet/minecraft/class_761;field_4113:Lnet/minecraft/class_291;official zLgdv;z:Lfaj;
-
lightSkyBuffer
- Mappings:
Namespace Name Mixin selector named lightSkyBufferLnet/minecraft/client/render/WorldRenderer;lightSkyBuffer:Lnet/minecraft/client/gl/VertexBuffer;intermediary field_4087Lnet/minecraft/class_761;field_4087:Lnet/minecraft/class_291;official ALgdv;A:Lfaj;
-
darkSkyBuffer
- Mappings:
Namespace Name Mixin selector named darkSkyBufferLnet/minecraft/client/render/WorldRenderer;darkSkyBuffer:Lnet/minecraft/client/gl/VertexBuffer;intermediary field_4102Lnet/minecraft/class_761;field_4102:Lnet/minecraft/class_291;official BLgdv;B:Lfaj;
-
cloudsDirty
private boolean cloudsDirty- Mappings:
Namespace Name Mixin selector named cloudsDirtyLnet/minecraft/client/render/WorldRenderer;cloudsDirty:Zintermediary field_4107Lnet/minecraft/class_761;field_4107:Zofficial CLgdv;C:Z
-
cloudsBuffer
- Mappings:
Namespace Name Mixin selector named cloudsBufferLnet/minecraft/client/render/WorldRenderer;cloudsBuffer:Lnet/minecraft/client/gl/VertexBuffer;intermediary field_4094Lnet/minecraft/class_761;field_4094:Lnet/minecraft/class_291;official DLgdv;D:Lfaj;
-
chunkUpdateSmoother
- Mappings:
Namespace Name Mixin selector named chunkUpdateSmootherLnet/minecraft/client/render/WorldRenderer;chunkUpdateSmoother:Lnet/minecraft/client/render/FpsSmoother;intermediary field_21799Lnet/minecraft/class_761;field_21799:Lnet/minecraft/class_4740;official ELgdv;E:Lgeg;
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector named ticksLnet/minecraft/client/render/WorldRenderer;ticks:Iintermediary field_4073Lnet/minecraft/class_761;field_4073:Iofficial FLgdv;F:I
-
blockBreakingInfos
- Mappings:
Namespace Name Mixin selector named blockBreakingInfosLnet/minecraft/client/render/WorldRenderer;blockBreakingInfos:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_4058Lnet/minecraft/class_761;field_4058:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;official GLgdv;G:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
blockBreakingProgressions
- Mappings:
Namespace Name Mixin selector named blockBreakingProgressionsLnet/minecraft/client/render/WorldRenderer;blockBreakingProgressions:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;intermediary field_20950Lnet/minecraft/class_761;field_20950:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;official HLgdv;H:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
-
playingSongs
- Mappings:
Namespace Name Mixin selector named playingSongsLnet/minecraft/client/render/WorldRenderer;playingSongs:Ljava/util/Map;intermediary field_4119Lnet/minecraft/class_761;field_4119:Ljava/util/Map;official ILgdv;I:Ljava/util/Map;
-
entityOutlinesFramebuffer
- Mappings:
Namespace Name Mixin selector named entityOutlinesFramebufferLnet/minecraft/client/render/WorldRenderer;entityOutlinesFramebuffer:Lnet/minecraft/client/gl/Framebuffer;intermediary field_4101Lnet/minecraft/class_761;field_4101:Lnet/minecraft/class_276;official JLgdv;J:Leys;
-
entityOutlinePostProcessor
- Mappings:
Namespace Name Mixin selector named entityOutlinePostProcessorLnet/minecraft/client/render/WorldRenderer;entityOutlinePostProcessor:Lnet/minecraft/client/gl/PostEffectProcessor;intermediary field_4059Lnet/minecraft/class_761;field_4059:Lnet/minecraft/class_279;official KLgdv;K:Lgea;
-
translucentFramebuffer
- Mappings:
Namespace Name Mixin selector named translucentFramebufferLnet/minecraft/client/render/WorldRenderer;translucentFramebuffer:Lnet/minecraft/client/gl/Framebuffer;intermediary field_25274Lnet/minecraft/class_761;field_25274:Lnet/minecraft/class_276;official LLgdv;L:Leys;
-
entityFramebuffer
- Mappings:
Namespace Name Mixin selector named entityFramebufferLnet/minecraft/client/render/WorldRenderer;entityFramebuffer:Lnet/minecraft/client/gl/Framebuffer;intermediary field_25275Lnet/minecraft/class_761;field_25275:Lnet/minecraft/class_276;official MLgdv;M:Leys;
-
particlesFramebuffer
- Mappings:
Namespace Name Mixin selector named particlesFramebufferLnet/minecraft/client/render/WorldRenderer;particlesFramebuffer:Lnet/minecraft/client/gl/Framebuffer;intermediary field_25276Lnet/minecraft/class_761;field_25276:Lnet/minecraft/class_276;official NLgdv;N:Leys;
-
weatherFramebuffer
- Mappings:
Namespace Name Mixin selector named weatherFramebufferLnet/minecraft/client/render/WorldRenderer;weatherFramebuffer:Lnet/minecraft/client/gl/Framebuffer;intermediary field_25277Lnet/minecraft/class_761;field_25277:Lnet/minecraft/class_276;official OLgdv;O:Leys;
-
cloudsFramebuffer
- Mappings:
Namespace Name Mixin selector named cloudsFramebufferLnet/minecraft/client/render/WorldRenderer;cloudsFramebuffer:Lnet/minecraft/client/gl/Framebuffer;intermediary field_25278Lnet/minecraft/class_761;field_25278:Lnet/minecraft/class_276;official PLgdv;P:Leys;
-
transparencyPostProcessor
- Mappings:
Namespace Name Mixin selector named transparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;transparencyPostProcessor:Lnet/minecraft/client/gl/PostEffectProcessor;intermediary field_25279Lnet/minecraft/class_761;field_25279:Lnet/minecraft/class_279;official QLgdv;Q:Lgea;
-
cameraChunkX
private int cameraChunkX- Mappings:
Namespace Name Mixin selector named cameraChunkXLnet/minecraft/client/render/WorldRenderer;cameraChunkX:Iintermediary field_4084Lnet/minecraft/class_761;field_4084:Iofficial RLgdv;R:I
-
cameraChunkY
private int cameraChunkY- Mappings:
Namespace Name Mixin selector named cameraChunkYLnet/minecraft/client/render/WorldRenderer;cameraChunkY:Iintermediary field_4105Lnet/minecraft/class_761;field_4105:Iofficial SLgdv;S:I
-
cameraChunkZ
private int cameraChunkZ- Mappings:
Namespace Name Mixin selector named cameraChunkZLnet/minecraft/client/render/WorldRenderer;cameraChunkZ:Iintermediary field_4121Lnet/minecraft/class_761;field_4121:Iofficial TLgdv;T:I
-
lastCameraX
private double lastCameraX- Mappings:
Namespace Name Mixin selector named lastCameraXLnet/minecraft/client/render/WorldRenderer;lastCameraX:Dintermediary field_4069Lnet/minecraft/class_761;field_4069:Dofficial ULgdv;U:D
-
lastCameraY
private double lastCameraY- Mappings:
Namespace Name Mixin selector named lastCameraYLnet/minecraft/client/render/WorldRenderer;lastCameraY:Dintermediary field_4081Lnet/minecraft/class_761;field_4081:Dofficial VLgdv;V:D
-
lastCameraZ
private double lastCameraZ- Mappings:
Namespace Name Mixin selector named lastCameraZLnet/minecraft/client/render/WorldRenderer;lastCameraZ:Dintermediary field_4096Lnet/minecraft/class_761;field_4096:Dofficial WLgdv;W:D
-
lastCameraPitch
private double lastCameraPitch- Mappings:
Namespace Name Mixin selector named lastCameraPitchLnet/minecraft/client/render/WorldRenderer;lastCameraPitch:Dintermediary field_4115Lnet/minecraft/class_761;field_4115:Dofficial XLgdv;X:D
-
lastCameraYaw
private double lastCameraYaw- Mappings:
Namespace Name Mixin selector named lastCameraYawLnet/minecraft/client/render/WorldRenderer;lastCameraYaw:Dintermediary field_4064Lnet/minecraft/class_761;field_4064:Dofficial YLgdv;Y:D
-
lastCloudsBlockX
private int lastCloudsBlockX- Mappings:
Namespace Name Mixin selector named lastCloudsBlockXLnet/minecraft/client/render/WorldRenderer;lastCloudsBlockX:Iintermediary field_4082Lnet/minecraft/class_761;field_4082:Iofficial ZLgdv;Z:I
-
lastCloudsBlockY
private int lastCloudsBlockY- Mappings:
Namespace Name Mixin selector named lastCloudsBlockYLnet/minecraft/client/render/WorldRenderer;lastCloudsBlockY:Iintermediary field_4097Lnet/minecraft/class_761;field_4097:Iofficial aaLgdv;aa:I
-
lastCloudsBlockZ
private int lastCloudsBlockZ- Mappings:
Namespace Name Mixin selector named lastCloudsBlockZLnet/minecraft/client/render/WorldRenderer;lastCloudsBlockZ:Iintermediary field_4116Lnet/minecraft/class_761;field_4116:Iofficial abLgdv;ab:I
-
lastCloudsColor
- Mappings:
Namespace Name Mixin selector named lastCloudsColorLnet/minecraft/client/render/WorldRenderer;lastCloudsColor:Lnet/minecraft/util/math/Vec3d;intermediary field_4072Lnet/minecraft/class_761;field_4072:Lnet/minecraft/class_243;official acLgdv;ac:Levz;
-
lastCloudRenderMode
- Mappings:
Namespace Name Mixin selector named lastCloudRenderModeLnet/minecraft/client/render/WorldRenderer;lastCloudRenderMode:Lnet/minecraft/client/option/CloudRenderMode;intermediary field_4080Lnet/minecraft/class_761;field_4080:Lnet/minecraft/class_4063;official adLgdv;ad:Lffb;
-
chunkBuilder
- Mappings:
Namespace Name Mixin selector named chunkBuilderLnet/minecraft/client/render/WorldRenderer;chunkBuilder:Lnet/minecraft/client/render/chunk/ChunkBuilder;intermediary field_45614Lnet/minecraft/class_761;field_45614:Lnet/minecraft/class_846;official aeLgdv;ae:Lggx;
-
viewDistance
private int viewDistance- Mappings:
Namespace Name Mixin selector named viewDistanceLnet/minecraft/client/render/WorldRenderer;viewDistance:Iintermediary field_4062Lnet/minecraft/class_761;field_4062:Iofficial afLgdv;af:I
-
regularEntityCount
private int regularEntityCount- Mappings:
Namespace Name Mixin selector named regularEntityCountLnet/minecraft/client/render/WorldRenderer;regularEntityCount:Iintermediary field_4089Lnet/minecraft/class_761;field_4089:Iofficial agLgdv;ag:I
-
blockEntityCount
private int blockEntityCount- Mappings:
Namespace Name Mixin selector named blockEntityCountLnet/minecraft/client/render/WorldRenderer;blockEntityCount:Iintermediary field_4110Lnet/minecraft/class_761;field_4110:Iofficial ahLgdv;ah:I
-
frustum
- Mappings:
Namespace Name Mixin selector named frustumLnet/minecraft/client/render/WorldRenderer;frustum:Lnet/minecraft/client/render/Frustum;intermediary field_27740Lnet/minecraft/class_761;field_27740:Lnet/minecraft/class_4604;official aiLgdv;ai:Lghb;
-
shouldCaptureFrustum
private boolean shouldCaptureFrustum- Mappings:
Namespace Name Mixin selector named shouldCaptureFrustumLnet/minecraft/client/render/WorldRenderer;shouldCaptureFrustum:Zintermediary field_4090Lnet/minecraft/class_761;field_4090:Zofficial ajLgdv;aj:Z
-
capturedFrustum
- Mappings:
Namespace Name Mixin selector named capturedFrustumLnet/minecraft/client/render/WorldRenderer;capturedFrustum:Lnet/minecraft/client/render/Frustum;intermediary field_4056Lnet/minecraft/class_761;field_4056:Lnet/minecraft/class_4604;official akLgdv;ak:Lghb;
-
capturedFrustumOrientation
- Mappings:
Namespace Name Mixin selector named capturedFrustumOrientationLnet/minecraft/client/render/WorldRenderer;capturedFrustumOrientation:[Lorg/joml/Vector4f;intermediary field_4065Lnet/minecraft/class_761;field_4065:[Lorg/joml/Vector4f;official alLgdv;al:[Lorg/joml/Vector4f;
-
capturedFrustumPosition
- Mappings:
Namespace Name Mixin selector named capturedFrustumPositionLnet/minecraft/client/render/WorldRenderer;capturedFrustumPosition:Lorg/joml/Vector3d;intermediary field_4091Lnet/minecraft/class_761;field_4091:Lorg/joml/Vector3d;official amLgdv;am:Lorg/joml/Vector3d;
-
lastTranslucentSortX
private double lastTranslucentSortX- Mappings:
Namespace Name Mixin selector named lastTranslucentSortXLnet/minecraft/client/render/WorldRenderer;lastTranslucentSortX:Dintermediary field_4083Lnet/minecraft/class_761;field_4083:Dofficial anLgdv;an:D
-
lastTranslucentSortY
private double lastTranslucentSortY- Mappings:
Namespace Name Mixin selector named lastTranslucentSortYLnet/minecraft/client/render/WorldRenderer;lastTranslucentSortY:Dintermediary field_4103Lnet/minecraft/class_761;field_4103:Dofficial aoLgdv;ao:D
-
lastTranslucentSortZ
private double lastTranslucentSortZ- Mappings:
Namespace Name Mixin selector named lastTranslucentSortZLnet/minecraft/client/render/WorldRenderer;lastTranslucentSortZ:Dintermediary field_4118Lnet/minecraft/class_761;field_4118:Dofficial apLgdv;ap:D
-
rainSoundCounter
private int rainSoundCounter- Mappings:
Namespace Name Mixin selector named rainSoundCounterLnet/minecraft/client/render/WorldRenderer;rainSoundCounter:Iintermediary field_20793Lnet/minecraft/class_761;field_20793:Iofficial aqLgdv;aq:I
-
NORMAL_LINE_DX
private final float[] NORMAL_LINE_DXGiven-16 <= z < 16and-16 <= x < 16, leti = 32 * (z + 16) + (x + 16). ThenNORMAL_LINE_DX[i]andNORMAL_LINE_DZ[i]describe the unit vector perpendicular to(x, z). These lookup tables are used for rendering rain and snow.- Mappings:
Namespace Name Mixin selector named NORMAL_LINE_DXLnet/minecraft/client/render/WorldRenderer;NORMAL_LINE_DX:[Fintermediary field_20794Lnet/minecraft/class_761;field_20794:[Fofficial arLgdv;ar:[F
-
NORMAL_LINE_DZ
private final float[] NORMAL_LINE_DZ- Mappings:
Namespace Name Mixin selector named NORMAL_LINE_DZLnet/minecraft/client/render/WorldRenderer;NORMAL_LINE_DZ:[Fintermediary field_20795Lnet/minecraft/class_761;field_20795:[Fofficial asLgdv;as:[F
-
-
Constructor Details
-
WorldRenderer
public WorldRenderer(MinecraftClient client, EntityRenderDispatcher entityRenderDispatcher, BlockEntityRenderDispatcher blockEntityRenderDispatcher, BufferBuilderStorage bufferBuilders) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/WorldRenderer;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/render/entity/EntityRenderDispatcher;Lnet/minecraft/client/render/block/entity/BlockEntityRenderDispatcher;Lnet/minecraft/client/render/BufferBuilderStorage;)Vintermediary <init>Lnet/minecraft/class_761;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_898;Lnet/minecraft/class_824;Lnet/minecraft/class_4599;)Vofficial <init>Lgdv;<init>(Lffn;Lgje;Lgfw;Lged;)V
-
-
Method Details
-
renderWeather
private void renderWeather(LightmapTextureManager manager, float tickDelta, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector named renderWeatherLnet/minecraft/client/render/WorldRenderer;renderWeather(Lnet/minecraft/client/render/LightmapTextureManager;FDDD)Vintermediary method_22714Lnet/minecraft/class_761;method_22714(Lnet/minecraft/class_765;FDDD)Vofficial aLgdv;a(Lgdw;FDDD)V
-
tickRainSplashing
- Mappings:
Namespace Name Mixin selector named tickRainSplashingLnet/minecraft/client/render/WorldRenderer;tickRainSplashing(Lnet/minecraft/client/render/Camera;)Vintermediary method_22713Lnet/minecraft/class_761;method_22713(Lnet/minecraft/class_4184;)Vofficial aLgdv;a(Lfey;)V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
reload
Performs the reload in the apply executor, or the game engine.- Specified by:
reloadin interfaceSynchronousResourceReloader- Parameters:
manager- the resource manager- Mappings:
Namespace Name Mixin selector named reloadLnet/minecraft/resource/SynchronousResourceReloader;reload(Lnet/minecraft/resource/ResourceManager;)Vintermediary method_14491Lnet/minecraft/class_4013;method_14491(Lnet/minecraft/class_3300;)Vofficial aLatv;a(Latu;)V
-
loadEntityOutlinePostProcessor
public void loadEntityOutlinePostProcessor()- Mappings:
Namespace Name Mixin selector named loadEntityOutlinePostProcessorLnet/minecraft/client/render/WorldRenderer;loadEntityOutlinePostProcessor()Vintermediary method_3296Lnet/minecraft/class_761;method_3296()Vofficial aLgdv;a()V
-
loadTransparencyPostProcessor
private void loadTransparencyPostProcessor()- Mappings:
Namespace Name Mixin selector named loadTransparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;loadTransparencyPostProcessor()Vintermediary method_29365Lnet/minecraft/class_761;method_29365()Vofficial yLgdv;y()V
-
resetTransparencyPostProcessor
private void resetTransparencyPostProcessor()- Mappings:
Namespace Name Mixin selector named resetTransparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;resetTransparencyPostProcessor()Vintermediary method_29701Lnet/minecraft/class_761;method_29701()Vofficial zLgdv;z()V
-
drawEntityOutlinesFramebuffer
public void drawEntityOutlinesFramebuffer()- Mappings:
Namespace Name Mixin selector named drawEntityOutlinesFramebufferLnet/minecraft/client/render/WorldRenderer;drawEntityOutlinesFramebuffer()Vintermediary method_3254Lnet/minecraft/class_761;method_3254()Vofficial bLgdv;b()V
-
canDrawEntityOutlines
protected boolean canDrawEntityOutlines()- Mappings:
Namespace Name Mixin selector named canDrawEntityOutlinesLnet/minecraft/client/render/WorldRenderer;canDrawEntityOutlines()Zintermediary method_3270Lnet/minecraft/class_761;method_3270()Zofficial dLgdv;d()Z
-
renderDarkSky
private void renderDarkSky()- Mappings:
Namespace Name Mixin selector named renderDarkSkyLnet/minecraft/client/render/WorldRenderer;renderDarkSky()Vintermediary method_3265Lnet/minecraft/class_761;method_3265()Vofficial ALgdv;A()V
-
renderLightSky
private void renderLightSky()- Mappings:
Namespace Name Mixin selector named renderLightSkyLnet/minecraft/client/render/WorldRenderer;renderLightSky()Vintermediary method_3277Lnet/minecraft/class_761;method_3277()Vofficial BLgdv;B()V
-
renderSky
- Mappings:
Namespace Name Mixin selector named renderSkyLnet/minecraft/client/render/WorldRenderer;renderSky(Lnet/minecraft/client/render/BufferBuilder;F)Lnet/minecraft/client/render/BufferBuilder$BuiltBuffer;intermediary method_34550Lnet/minecraft/class_761;method_34550(Lnet/minecraft/class_287;F)Lnet/minecraft/class_287$class_7433;official aLgdv;a(Lfab;F)Lfab$b;
-
renderStars
private void renderStars()- Mappings:
Namespace Name Mixin selector named renderStarsLnet/minecraft/client/render/WorldRenderer;renderStars()Vintermediary method_3293Lnet/minecraft/class_761;method_3293()Vofficial CLgdv;C()V
-
renderStars
- Mappings:
Namespace Name Mixin selector named renderStarsLnet/minecraft/client/render/WorldRenderer;renderStars(Lnet/minecraft/client/render/BufferBuilder;)Lnet/minecraft/client/render/BufferBuilder$BuiltBuffer;intermediary method_3255Lnet/minecraft/class_761;method_3255(Lnet/minecraft/class_287;)Lnet/minecraft/class_287$class_7433;official aLgdv;a(Lfab;)Lfab$b;
-
setWorld
- Mappings:
Namespace Name Mixin selector named setWorldLnet/minecraft/client/render/WorldRenderer;setWorld(Lnet/minecraft/client/world/ClientWorld;)Vintermediary method_3244Lnet/minecraft/class_761;method_3244(Lnet/minecraft/class_638;)Vofficial aLgdv;a(Lfyd;)V
-
reloadTransparencyPostProcessor
public void reloadTransparencyPostProcessor()- Mappings:
Namespace Name Mixin selector named reloadTransparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;reloadTransparencyPostProcessor()Vintermediary method_35774Lnet/minecraft/class_761;method_35774()Vofficial eLgdv;e()V
-
reload
public void reload()- Mappings:
Namespace Name Mixin selector named reloadLnet/minecraft/client/render/WorldRenderer;reload()Vintermediary method_3279Lnet/minecraft/class_761;method_3279()Vofficial fLgdv;f()V
-
onResized
public void onResized(int width, int height) - Mappings:
Namespace Name Mixin selector named onResizedLnet/minecraft/client/render/WorldRenderer;onResized(II)Vintermediary method_3242Lnet/minecraft/class_761;method_3242(II)Vofficial aLgdv;a(II)V
-
getChunksDebugString
- Mappings:
Namespace Name Mixin selector named getChunksDebugStringLnet/minecraft/client/render/WorldRenderer;getChunksDebugString()Ljava/lang/String;intermediary method_3289Lnet/minecraft/class_761;method_3289()Ljava/lang/String;official gLgdv;g()Ljava/lang/String;
-
getChunkBuilder
- Mappings:
Namespace Name Mixin selector named getChunkBuilderLnet/minecraft/client/render/WorldRenderer;getChunkBuilder()Lnet/minecraft/client/render/chunk/ChunkBuilder;intermediary method_34810Lnet/minecraft/class_761;method_34810()Lnet/minecraft/class_846;official hLgdv;h()Lggx;
-
getChunkCount
public double getChunkCount()- Mappings:
Namespace Name Mixin selector named getChunkCountLnet/minecraft/client/render/WorldRenderer;getChunkCount()Dintermediary method_34811Lnet/minecraft/class_761;method_34811()Dofficial iLgdv;i()D
-
getViewDistance
public double getViewDistance()- Mappings:
Namespace Name Mixin selector named getViewDistanceLnet/minecraft/client/render/WorldRenderer;getViewDistance()Dintermediary method_34812Lnet/minecraft/class_761;method_34812()Dofficial jLgdv;j()D
-
getCompletedChunkCount
public int getCompletedChunkCount()- Mappings:
Namespace Name Mixin selector named getCompletedChunkCountLnet/minecraft/client/render/WorldRenderer;getCompletedChunkCount()Iintermediary method_3246Lnet/minecraft/class_761;method_3246()Iofficial kLgdv;k()I
-
getEntitiesDebugString
- Mappings:
Namespace Name Mixin selector named getEntitiesDebugStringLnet/minecraft/client/render/WorldRenderer;getEntitiesDebugString()Ljava/lang/String;intermediary method_3272Lnet/minecraft/class_761;method_3272()Ljava/lang/String;official lLgdv;l()Ljava/lang/String;
-
setupTerrain
private void setupTerrain(Camera camera, Frustum frustum, boolean hasForcedFrustum, boolean spectator) - Mappings:
Namespace Name Mixin selector named setupTerrainLnet/minecraft/client/render/WorldRenderer;setupTerrain(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZ)Vintermediary method_3273Lnet/minecraft/class_761;method_3273(Lnet/minecraft/class_4184;Lnet/minecraft/class_4604;ZZ)Vofficial aLgdv;a(Lfey;Lghb;ZZ)V
-
method_52816
- Mappings:
Namespace Name Mixin selector named method_52816Lnet/minecraft/client/render/WorldRenderer;method_52816(Lnet/minecraft/client/render/Frustum;)Lnet/minecraft/client/render/Frustum;intermediary method_52816Lnet/minecraft/class_761;method_52816(Lnet/minecraft/class_4604;)Lnet/minecraft/class_4604;official aLgdv;a(Lghb;)Lghb;
-
applyFrustum
- Mappings:
Namespace Name Mixin selector named applyFrustumLnet/minecraft/client/render/WorldRenderer;applyFrustum(Lnet/minecraft/client/render/Frustum;)Vintermediary method_38551Lnet/minecraft/class_761;method_38551(Lnet/minecraft/class_4604;)Vofficial bLgdv;b(Lghb;)V
-
addBuiltChunk
- Mappings:
Namespace Name Mixin selector named addBuiltChunkLnet/minecraft/client/render/WorldRenderer;addBuiltChunk(Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;)Vintermediary method_38550Lnet/minecraft/class_761;method_38550(Lnet/minecraft/class_846$class_851;)Vofficial aLgdv;a(Lggx$b;)V
-
captureFrustum
private void captureFrustum(Matrix4f positionMatrix, Matrix4f projectionMatrix, double x, double y, double z, Frustum frustum) - Mappings:
Namespace Name Mixin selector named captureFrustumLnet/minecraft/client/render/WorldRenderer;captureFrustum(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;DDDLnet/minecraft/client/render/Frustum;)Vintermediary method_3275Lnet/minecraft/class_761;method_3275(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;DDDLnet/minecraft/class_4604;)Vofficial aLgdv;a(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;DDDLghb;)V
-
setupFrustum
- Mappings:
Namespace Name Mixin selector named setupFrustumLnet/minecraft/client/render/WorldRenderer;setupFrustum(Lnet/minecraft/util/math/Vec3d;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vintermediary method_32133Lnet/minecraft/class_761;method_32133(Lnet/minecraft/class_243;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vofficial aLgdv;a(Levz;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)V
-
render
public void render(float tickDelta, long limitTime, boolean renderBlockOutline, Camera camera, GameRenderer gameRenderer, LightmapTextureManager lightmapTextureManager, Matrix4f matrix4f, Matrix4f matrix4f2) - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/WorldRenderer;render(FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vintermediary method_22710Lnet/minecraft/class_761;method_22710(FJZLnet/minecraft/class_4184;Lnet/minecraft/class_757;Lnet/minecraft/class_765;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vofficial aLgdv;a(FJZLfey;Lgdq;Lgdw;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)V
-
checkEmpty
- Mappings:
Namespace Name Mixin selector named checkEmptyLnet/minecraft/client/render/WorldRenderer;checkEmpty(Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_22979Lnet/minecraft/class_761;method_22979(Lnet/minecraft/class_4587;)Vofficial aLgdv;a(Lfag;)V
-
renderEntity
private void renderEntity(Entity entity, double cameraX, double cameraY, double cameraZ, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers) - Mappings:
Namespace Name Mixin selector named renderEntityLnet/minecraft/client/render/WorldRenderer;renderEntity(Lnet/minecraft/entity/Entity;DDDFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;)Vintermediary method_22977Lnet/minecraft/class_761;method_22977(Lnet/minecraft/class_1297;DDDFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;)Vofficial aLgdv;a(Lbsd;DDDFLfag;Lgdx;)V
-
renderLayer
private void renderLayer(RenderLayer renderLayer, double x, double y, double z, Matrix4f matrix4f, Matrix4f positionMatrix) - Mappings:
Namespace Name Mixin selector named renderLayerLnet/minecraft/client/render/WorldRenderer;renderLayer(Lnet/minecraft/client/render/RenderLayer;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vintermediary method_3251Lnet/minecraft/class_761;method_3251(Lnet/minecraft/class_1921;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vofficial aLgdv;a(Lgef;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;)V
-
renderChunkDebugInfo
private void renderChunkDebugInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Camera camera) - Mappings:
Namespace Name Mixin selector named renderChunkDebugInfoLnet/minecraft/client/render/WorldRenderer;renderChunkDebugInfo(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/Camera;)Vintermediary method_22989Lnet/minecraft/class_761;method_22989(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_4184;)Vofficial aLgdv;a(Lfag;Lgdx;Lfey;)V
-
renderCapturedFrustumVertex
private void renderCapturedFrustumVertex(VertexConsumer vertexConsumer, Matrix4f matrix4f, int planeNum) - Mappings:
Namespace Name Mixin selector named renderCapturedFrustumVertexLnet/minecraft/client/render/WorldRenderer;renderCapturedFrustumVertex(Lnet/minecraft/client/render/VertexConsumer;Lorg/joml/Matrix4f;I)Vintermediary method_22984Lnet/minecraft/class_761;method_22984(Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;I)Vofficial aLgdv;a(Lfak;Lorg/joml/Matrix4f;I)V
-
renderCapturedFrustumFace
private void renderCapturedFrustumFace(VertexConsumer vertexConsumer, Matrix4f matrix4f, int plane0, int plane1, int plane2, int plane3, int r, int g, int b) - Mappings:
Namespace Name Mixin selector named renderCapturedFrustumFaceLnet/minecraft/client/render/WorldRenderer;renderCapturedFrustumFace(Lnet/minecraft/client/render/VertexConsumer;Lorg/joml/Matrix4f;IIIIIII)Vintermediary method_22985Lnet/minecraft/class_761;method_22985(Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;IIIIIII)Vofficial aLgdv;a(Lfak;Lorg/joml/Matrix4f;IIIIIII)V
-
captureFrustum
public void captureFrustum()- Mappings:
Namespace Name Mixin selector named captureFrustumLnet/minecraft/client/render/WorldRenderer;captureFrustum()Vintermediary method_35775Lnet/minecraft/class_761;method_35775()Vofficial mLgdv;m()V
-
killFrustum
public void killFrustum()- Mappings:
Namespace Name Mixin selector named killFrustumLnet/minecraft/client/render/WorldRenderer;killFrustum()Vintermediary method_35776Lnet/minecraft/class_761;method_35776()Vofficial nLgdv;n()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/client/render/WorldRenderer;tick()Vintermediary method_3252Lnet/minecraft/class_761;method_3252()Vofficial oLgdv;o()V
-
removeBlockBreakingInfo
- Mappings:
Namespace Name Mixin selector named removeBlockBreakingInfoLnet/minecraft/client/render/WorldRenderer;removeBlockBreakingInfo(Lnet/minecraft/client/render/BlockBreakingInfo;)Vintermediary method_22987Lnet/minecraft/class_761;method_22987(Lnet/minecraft/class_3191;)Vofficial aLgdv;a(Lapq;)V
-
renderEndSky
- Mappings:
Namespace Name Mixin selector named renderEndSkyLnet/minecraft/client/render/WorldRenderer;renderEndSky(Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_3250Lnet/minecraft/class_761;method_3250(Lnet/minecraft/class_4587;)Vofficial bLgdv;b(Lfag;)V
-
renderSky
public void renderSky(Matrix4f matrix4f, Matrix4f projectionMatrix, float tickDelta, Camera camera, boolean thickFog, Runnable fogCallback) - Mappings:
Namespace Name Mixin selector named renderSkyLnet/minecraft/client/render/WorldRenderer;renderSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/render/Camera;ZLjava/lang/Runnable;)Vintermediary method_3257Lnet/minecraft/class_761;method_3257(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/class_4184;ZLjava/lang/Runnable;)Vofficial aLgdv;a(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLfey;ZLjava/lang/Runnable;)V
-
hasBlindnessOrDarkness
- Mappings:
Namespace Name Mixin selector named hasBlindnessOrDarknessLnet/minecraft/client/render/WorldRenderer;hasBlindnessOrDarkness(Lnet/minecraft/client/render/Camera;)Zintermediary method_43788Lnet/minecraft/class_761;method_43788(Lnet/minecraft/class_4184;)Zofficial bLgdv;b(Lfey;)Z
-
renderClouds
public void renderClouds(MatrixStack matrices, Matrix4f matrix4f, Matrix4f matrix4f2, float tickDelta, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector named renderCloudsLnet/minecraft/client/render/WorldRenderer;renderClouds(Lnet/minecraft/client/util/math/MatrixStack;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FDDD)Vintermediary method_3259Lnet/minecraft/class_761;method_3259(Lnet/minecraft/class_4587;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FDDD)Vofficial aLgdv;a(Lfag;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FDDD)V
-
renderClouds
private BufferBuilder.BuiltBuffer renderClouds(BufferBuilder builder, double x, double y, double z, Vec3d color) - Mappings:
Namespace Name Mixin selector named renderCloudsLnet/minecraft/client/render/WorldRenderer;renderClouds(Lnet/minecraft/client/render/BufferBuilder;DDDLnet/minecraft/util/math/Vec3d;)Lnet/minecraft/client/render/BufferBuilder$BuiltBuffer;intermediary method_3239Lnet/minecraft/class_761;method_3239(Lnet/minecraft/class_287;DDDLnet/minecraft/class_243;)Lnet/minecraft/class_287$class_7433;official aLgdv;a(Lfab;DDDLevz;)Lfab$b;
-
updateChunks
- Mappings:
Namespace Name Mixin selector named updateChunksLnet/minecraft/client/render/WorldRenderer;updateChunks(Lnet/minecraft/client/render/Camera;)Vintermediary method_3269Lnet/minecraft/class_761;method_3269(Lnet/minecraft/class_4184;)Vofficial cLgdv;c(Lfey;)V
-
renderWorldBorder
- Mappings:
Namespace Name Mixin selector named renderWorldBorderLnet/minecraft/client/render/WorldRenderer;renderWorldBorder(Lnet/minecraft/client/render/Camera;)Vintermediary method_3243Lnet/minecraft/class_761;method_3243(Lnet/minecraft/class_4184;)Vofficial dLgdv;d(Lfey;)V
-
drawBlockOutline
private void drawBlockOutline(MatrixStack matrices, VertexConsumer vertexConsumer, Entity entity, double cameraX, double cameraY, double cameraZ, BlockPos pos, BlockState state) - Mappings:
Namespace Name Mixin selector named drawBlockOutlineLnet/minecraft/client/render/WorldRenderer;drawBlockOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/entity/Entity;DDDLnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary method_22712Lnet/minecraft/class_761;method_22712(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_1297;DDDLnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial aLgdv;a(Lfag;Lfak;Lbsd;DDDLja;Ldsh;)V
-
getMaxIntensityColor
- Mappings:
Namespace Name Mixin selector named getMaxIntensityColorLnet/minecraft/client/render/WorldRenderer;getMaxIntensityColor(F)Lnet/minecraft/util/math/Vec3d;intermediary method_51778Lnet/minecraft/class_761;method_51778(F)Lnet/minecraft/class_243;official aLgdv;a(F)Levz;
-
shiftHue
- Mappings:
Namespace Name Mixin selector named shiftHueLnet/minecraft/client/render/WorldRenderer;shiftHue(FFFF)Lnet/minecraft/util/math/Vec3d;intermediary method_51779Lnet/minecraft/class_761;method_51779(FFFF)Lnet/minecraft/class_243;official aLgdv;a(FFFF)Levz;
-
drawShapeOutline
public static void drawShapeOutline(MatrixStack matrices, VertexConsumer vertexConsumer, VoxelShape shape, double offsetX, double offsetY, double offsetZ, float red, float green, float blue, float alpha, boolean colorize) - Mappings:
Namespace Name Mixin selector named drawShapeOutlineLnet/minecraft/client/render/WorldRenderer;drawShapeOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/shape/VoxelShape;DDDFFFFZ)Vintermediary method_22983Lnet/minecraft/class_761;method_22983(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_265;DDDFFFFZ)Vofficial aLgdv;a(Lfag;Lfak;Lews;DDDFFFFZ)V
-
drawCuboidShapeOutline
private static void drawCuboidShapeOutline(MatrixStack matrices, VertexConsumer vertexConsumer, VoxelShape shape, double offsetX, double offsetY, double offsetZ, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named drawCuboidShapeOutlineLnet/minecraft/client/render/WorldRenderer;drawCuboidShapeOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/shape/VoxelShape;DDDFFFF)Vintermediary method_3291Lnet/minecraft/class_761;method_3291(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_265;DDDFFFF)Vofficial aLgdv;a(Lfag;Lfak;Lews;DDDFFFF)V
-
drawBox
public static void drawBox(VertexConsumer vertexConsumer, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha) Draws a box spanning from [x1,y1,z1] to [x2,y2,z2].- Mappings:
Namespace Name Mixin selector named drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFF)Vintermediary method_35773Lnet/minecraft/class_761;method_35773(Lnet/minecraft/class_4588;DDDDDDFFFF)Vofficial aLgdv;a(Lfak;DDDDDDFFFF)V
-
drawBox
public static void drawBox(MatrixStack matrices, VertexConsumer vertexConsumer, Box box, float red, float green, float blue, float alpha) Draws a box.Note the coordinates the box spans are relative to current translation of the matrices.
- Mappings:
Namespace Name Mixin selector named drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Box;FFFF)Vintermediary method_22982Lnet/minecraft/class_761;method_22982(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_238;FFFF)Vofficial aLgdv;a(Lfag;Lfak;Levu;FFFF)V
-
drawBox
public static void drawBox(MatrixStack matrices, VertexConsumer vertexConsumer, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha) Draws a box spanning from [x1,y1,z1] to [x2,y2,z2].Note the coordinates the box spans are relative to current translation of the matrices.
- Mappings:
Namespace Name Mixin selector named drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFF)Vintermediary method_22980Lnet/minecraft/class_761;method_22980(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)Vofficial aLgdv;a(Lfag;Lfak;DDDDDDFFFF)V
-
drawBox
public static void drawBox(MatrixStack matrices, VertexConsumer vertexConsumer, double x1, double y1, double z1, double x2, double y2, double z2, float red, float green, float blue, float alpha, float xAxisRed, float yAxisGreen, float zAxisBlue) Draws a box spanning from [x1,y1,z1] to [x2,y2,z2]. The 3 axes centered at [x1,y1,z1] may be colored differently using xAxisRed, yAxisGreen, and zAxisBlue.Note the coordinates the box spans are relative to current translation of the matrices.
- Mappings:
Namespace Name Mixin selector named drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFFFFF)Vintermediary method_22981Lnet/minecraft/class_761;method_22981(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFFFFF)Vofficial aLgdv;a(Lfag;Lfak;DDDDDDFFFFFFF)V
-
renderFilledBox
public static void renderFilledBox(MatrixStack matrices, VertexConsumer vertexConsumer, double minX, double minY, double minZ, double maxX, double maxY, double maxZ, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named renderFilledBoxLnet/minecraft/client/render/WorldRenderer;renderFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;DDDDDDFFFF)Vintermediary method_3258Lnet/minecraft/class_761;method_3258(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)Vofficial bLgdv;b(Lfag;Lfak;DDDDDDFFFF)V
-
renderFilledBox
public static void renderFilledBox(MatrixStack matrices, VertexConsumer vertexConsumer, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named renderFilledBoxLnet/minecraft/client/render/WorldRenderer;renderFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;FFFFFFFFFF)Vintermediary method_49041Lnet/minecraft/class_761;method_49041(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;FFFFFFFFFF)Vofficial aLgdv;a(Lfag;Lfak;FFFFFFFFFF)V
-
updateBlock
public void updateBlock(BlockView world, BlockPos pos, BlockState oldState, BlockState newState, int flags) - Mappings:
Namespace Name Mixin selector named updateBlockLnet/minecraft/client/render/WorldRenderer;updateBlock(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)Vintermediary method_8570Lnet/minecraft/class_761;method_8570(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;I)Vofficial aLgdv;a(Ldbj;Lja;Ldsh;Ldsh;I)V
-
scheduleSectionRender
- Mappings:
Namespace Name Mixin selector named scheduleSectionRenderLnet/minecraft/client/render/WorldRenderer;scheduleSectionRender(Lnet/minecraft/util/math/BlockPos;Z)Vintermediary method_16037Lnet/minecraft/class_761;method_16037(Lnet/minecraft/class_2338;Z)Vofficial aLgdv;a(Lja;Z)V
-
scheduleBlockRenders
public void scheduleBlockRenders(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) - Mappings:
Namespace Name Mixin selector named scheduleBlockRendersLnet/minecraft/client/render/WorldRenderer;scheduleBlockRenders(IIIIII)Vintermediary method_18146Lnet/minecraft/class_761;method_18146(IIIIII)Vofficial aLgdv;a(IIIIII)V
-
scheduleBlockRerenderIfNeeded
- Mappings:
Namespace Name Mixin selector named scheduleBlockRerenderIfNeededLnet/minecraft/client/render/WorldRenderer;scheduleBlockRerenderIfNeeded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)Vintermediary method_21596Lnet/minecraft/class_761;method_21596(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)Vofficial aLgdv;a(Lja;Ldsh;Ldsh;)V
-
scheduleBlockRenders
public void scheduleBlockRenders(int x, int y, int z) - Mappings:
Namespace Name Mixin selector named scheduleBlockRendersLnet/minecraft/client/render/WorldRenderer;scheduleBlockRenders(III)Vintermediary method_18145Lnet/minecraft/class_761;method_18145(III)Vofficial aLgdv;a(III)V
-
scheduleBlockRender
public void scheduleBlockRender(int x, int y, int z) - Mappings:
Namespace Name Mixin selector named scheduleBlockRenderLnet/minecraft/client/render/WorldRenderer;scheduleBlockRender(III)Vintermediary method_8571Lnet/minecraft/class_761;method_8571(III)Vofficial bLgdv;b(III)V
-
scheduleChunkRender
private void scheduleChunkRender(int x, int y, int z, boolean important) - Mappings:
Namespace Name Mixin selector named scheduleChunkRenderLnet/minecraft/client/render/WorldRenderer;scheduleChunkRender(IIIZ)Vintermediary method_3295Lnet/minecraft/class_761;method_3295(IIIZ)Vofficial aLgdv;a(IIIZ)V
-
playSong
- Mappings:
Namespace Name Mixin selector named playSongLnet/minecraft/client/render/WorldRenderer;playSong(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_8562Lnet/minecraft/class_761;method_8562(Lnet/minecraft/class_3414;Lnet/minecraft/class_2338;)Vofficial aLgdv;a(Lave;Lja;)V
-
updateEntitiesForSong
- Mappings:
Namespace Name Mixin selector named updateEntitiesForSongLnet/minecraft/client/render/WorldRenderer;updateEntitiesForSong(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Z)Vintermediary method_3247Lnet/minecraft/class_761;method_3247(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Z)Vofficial aLgdv;a(Ldcd;Lja;Z)V
-
addParticle
public void addParticle(ParticleEffect parameters, boolean shouldAlwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector named addParticleLnet/minecraft/client/render/WorldRenderer;addParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)Vintermediary method_8568Lnet/minecraft/class_761;method_8568(Lnet/minecraft/class_2394;ZDDDDDD)Vofficial aLgdv;a(Llh;ZDDDDDD)V
-
addParticle
public void addParticle(ParticleEffect parameters, boolean shouldAlwaysSpawn, boolean important, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector named addParticleLnet/minecraft/client/render/WorldRenderer;addParticle(Lnet/minecraft/particle/ParticleEffect;ZZDDDDDD)Vintermediary method_8563Lnet/minecraft/class_761;method_8563(Lnet/minecraft/class_2394;ZZDDDDDD)Vofficial aLgdv;a(Llh;ZZDDDDDD)V
-
addParticle
private <T extends ParticleEffect> void addParticle(T parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector named addParticleLnet/minecraft/client/render/WorldRenderer;addParticle(Lnet/minecraft/particle/ParticleEffect;DDDDDD)Vintermediary method_3276Lnet/minecraft/class_761;method_3276(Lnet/minecraft/class_2394;DDDDDD)Vofficial aLgdv;a(Llh;DDDDDD)V
-
spawnParticle
@Nullable private @Nullable Particle spawnParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector named spawnParticleLnet/minecraft/client/render/WorldRenderer;spawnParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)Lnet/minecraft/client/particle/Particle;intermediary method_3282Lnet/minecraft/class_761;method_3282(Lnet/minecraft/class_2394;ZDDDDDD)Lnet/minecraft/class_703;official bLgdv;b(Llh;ZDDDDDD)Lgbl;
-
spawnParticle
@Nullable private @Nullable Particle spawnParticle(ParticleEffect parameters, boolean alwaysSpawn, boolean canSpawnOnMinimal, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector named spawnParticleLnet/minecraft/client/render/WorldRenderer;spawnParticle(Lnet/minecraft/particle/ParticleEffect;ZZDDDDDD)Lnet/minecraft/client/particle/Particle;intermediary method_3288Lnet/minecraft/class_761;method_3288(Lnet/minecraft/class_2394;ZZDDDDDD)Lnet/minecraft/class_703;official bLgdv;b(Llh;ZZDDDDDD)Lgbl;
-
getRandomParticleSpawnChance
- Mappings:
Namespace Name Mixin selector named getRandomParticleSpawnChanceLnet/minecraft/client/render/WorldRenderer;getRandomParticleSpawnChance(Z)Lnet/minecraft/client/option/ParticlesMode;intermediary method_3268Lnet/minecraft/class_761;method_3268(Z)Lnet/minecraft/class_4066;official aLgdv;a(Z)Lffs;
-
cleanUp
public void cleanUp()- Mappings:
Namespace Name Mixin selector named cleanUpLnet/minecraft/client/render/WorldRenderer;cleanUp()Vintermediary method_3267Lnet/minecraft/class_761;method_3267()Vofficial pLgdv;p()V
-
processGlobalEvent
- Mappings:
Namespace Name Mixin selector named processGlobalEventLnet/minecraft/client/render/WorldRenderer;processGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)Vintermediary method_8564Lnet/minecraft/class_761;method_8564(ILnet/minecraft/class_2338;I)Vofficial aLgdv;a(ILja;I)V
-
processWorldEvent
- Mappings:
Namespace Name Mixin selector named processWorldEventLnet/minecraft/client/render/WorldRenderer;processWorldEvent(ILnet/minecraft/util/math/BlockPos;I)Vintermediary method_8567Lnet/minecraft/class_761;method_8567(ILnet/minecraft/class_2338;I)Vofficial bLgdv;b(ILja;I)V
-
setBlockBreakingInfo
- Mappings:
Namespace Name Mixin selector named setBlockBreakingInfoLnet/minecraft/client/render/WorldRenderer;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)Vintermediary method_8569Lnet/minecraft/class_761;method_8569(ILnet/minecraft/class_2338;I)Vofficial cLgdv;c(ILja;I)V
-
isTerrainRenderComplete
public boolean isTerrainRenderComplete()- Mappings:
Namespace Name Mixin selector named isTerrainRenderCompleteLnet/minecraft/client/render/WorldRenderer;isTerrainRenderComplete()Zintermediary method_3281Lnet/minecraft/class_761;method_3281()Zofficial qLgdv;q()Z
-
method_52815
- Mappings:
Namespace Name Mixin selector named method_52815Lnet/minecraft/client/render/WorldRenderer;method_52815(Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_52815Lnet/minecraft/class_761;method_52815(Lnet/minecraft/class_1923;)Vofficial aLgdv;a(Ldbk;)V
-
scheduleTerrainUpdate
public void scheduleTerrainUpdate()- Mappings:
Namespace Name Mixin selector named scheduleTerrainUpdateLnet/minecraft/client/render/WorldRenderer;scheduleTerrainUpdate()Vintermediary method_3292Lnet/minecraft/class_761;method_3292()Vofficial rLgdv;r()V
-
updateNoCullingBlockEntities
public void updateNoCullingBlockEntities(Collection<BlockEntity> removed, Collection<BlockEntity> added) - Mappings:
Namespace Name Mixin selector named updateNoCullingBlockEntitiesLnet/minecraft/client/render/WorldRenderer;updateNoCullingBlockEntities(Ljava/util/Collection;Ljava/util/Collection;)Vintermediary method_3245Lnet/minecraft/class_761;method_3245(Ljava/util/Collection;Ljava/util/Collection;)Vofficial aLgdv;a(Ljava/util/Collection;Ljava/util/Collection;)V
-
getLightmapCoordinates
- Mappings:
Namespace Name Mixin selector named getLightmapCoordinatesLnet/minecraft/client/render/WorldRenderer;getLightmapCoordinates(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_23794Lnet/minecraft/class_761;method_23794(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)Iofficial aLgdv;a(Ldbg;Lja;)I
-
getLightmapCoordinates
- Mappings:
Namespace Name Mixin selector named getLightmapCoordinatesLnet/minecraft/client/render/WorldRenderer;getLightmapCoordinates(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_23793Lnet/minecraft/class_761;method_23793(Lnet/minecraft/class_1920;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;)Iofficial aLgdv;a(Ldbg;Ldsh;Lja;)I
-
isRenderingReady
- Mappings:
Namespace Name Mixin selector named isRenderingReadyLnet/minecraft/client/render/WorldRenderer;isRenderingReady(Lnet/minecraft/util/math/BlockPos;)Zintermediary method_40050Lnet/minecraft/class_761;method_40050(Lnet/minecraft/class_2338;)Zofficial aLgdv;a(Lja;)Z
-
getEntityOutlinesFramebuffer
- Mappings:
Namespace Name Mixin selector named getEntityOutlinesFramebufferLnet/minecraft/client/render/WorldRenderer;getEntityOutlinesFramebuffer()Lnet/minecraft/client/gl/Framebuffer;intermediary method_22990Lnet/minecraft/class_761;method_22990()Lnet/minecraft/class_276;official sLgdv;s()Leys;
-
getTranslucentFramebuffer
- Mappings:
Namespace Name Mixin selector named getTranslucentFramebufferLnet/minecraft/client/render/WorldRenderer;getTranslucentFramebuffer()Lnet/minecraft/client/gl/Framebuffer;intermediary method_29360Lnet/minecraft/class_761;method_29360()Lnet/minecraft/class_276;official tLgdv;t()Leys;
-
getEntityFramebuffer
- Mappings:
Namespace Name Mixin selector named getEntityFramebufferLnet/minecraft/client/render/WorldRenderer;getEntityFramebuffer()Lnet/minecraft/client/gl/Framebuffer;intermediary method_29361Lnet/minecraft/class_761;method_29361()Lnet/minecraft/class_276;official uLgdv;u()Leys;
-
getParticlesFramebuffer
- Mappings:
Namespace Name Mixin selector named getParticlesFramebufferLnet/minecraft/client/render/WorldRenderer;getParticlesFramebuffer()Lnet/minecraft/client/gl/Framebuffer;intermediary method_29362Lnet/minecraft/class_761;method_29362()Lnet/minecraft/class_276;official vLgdv;v()Leys;
-
getWeatherFramebuffer
- Mappings:
Namespace Name Mixin selector named getWeatherFramebufferLnet/minecraft/client/render/WorldRenderer;getWeatherFramebuffer()Lnet/minecraft/client/gl/Framebuffer;intermediary method_29363Lnet/minecraft/class_761;method_29363()Lnet/minecraft/class_276;official wLgdv;w()Leys;
-
getCloudsFramebuffer
- Mappings:
Namespace Name Mixin selector named getCloudsFramebufferLnet/minecraft/client/render/WorldRenderer;getCloudsFramebuffer()Lnet/minecraft/client/gl/Framebuffer;intermediary method_29364Lnet/minecraft/class_761;method_29364()Lnet/minecraft/class_276;official xLgdv;x()Leys;
-
shootParticles
private void shootParticles(int direction, BlockPos pos, Random random, SimpleParticleType particleType) - Mappings:
Namespace Name Mixin selector named shootParticlesLnet/minecraft/client/render/WorldRenderer;shootParticles(ILnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/particle/SimpleParticleType;)Vintermediary method_54638Lnet/minecraft/class_761;method_54638(ILnet/minecraft/class_2338;Lnet/minecraft/class_5819;Lnet/minecraft/class_2400;)Vofficial aLgdv;a(ILja;Laym;Lln;)V
-