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 official gagintermediary net/minecraft/class_761named net/minecraft/client/render/WorldRenderer
-
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, DefaultParticleType 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 official eLgag;e:Lorg/slf4j/Logger;intermediary field_4060Lnet/minecraft/class_761;field_4060:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/render/WorldRenderer;LOGGER:Lorg/slf4j/Logger;
-
field_32759
public static final int field_32759- See Also:
- Mappings:
Namespace Name Mixin selector official aLgag;a:Iintermediary field_32759Lnet/minecraft/class_761;field_32759:Inamed field_32759Lnet/minecraft/client/render/WorldRenderer;field_32759:I
-
field_34812
public static final int field_34812- See Also:
- Mappings:
Namespace Name Mixin selector official bLgag;b:Iintermediary field_34812Lnet/minecraft/class_761;field_34812:Inamed field_34812Lnet/minecraft/client/render/WorldRenderer;field_34812:I
-
field_32762
private static final float field_32762- See Also:
- Mappings:
Namespace Name Mixin selector official fLgag;f:Fintermediary field_32762Lnet/minecraft/class_761;field_32762:Fnamed field_32762Lnet/minecraft/client/render/WorldRenderer;field_32762:F
-
field_32763
private static final int field_32763- See Also:
- Mappings:
Namespace Name Mixin selector official gLgag;g:Iintermediary field_32763Lnet/minecraft/class_761;field_32763:Inamed field_32763Lnet/minecraft/client/render/WorldRenderer;field_32763:I
-
field_32764
private static final int field_32764- See Also:
- Mappings:
Namespace Name Mixin selector official hLgag;h:Iintermediary field_32764Lnet/minecraft/class_761;field_32764:Inamed field_32764Lnet/minecraft/client/render/WorldRenderer;field_32764:I
-
field_32765
private static final int field_32765- See Also:
- Mappings:
Namespace Name Mixin selector official iLgag;i:Iintermediary field_32765Lnet/minecraft/class_761;field_32765:Inamed field_32765Lnet/minecraft/client/render/WorldRenderer;field_32765:I
-
field_32766
private static final int field_32766- See Also:
- Mappings:
Namespace Name Mixin selector official jLgag;j:Iintermediary field_32766Lnet/minecraft/class_761;field_32766:Inamed field_32766Lnet/minecraft/client/render/WorldRenderer;field_32766:I
-
MOON_PHASES
- Mappings:
Namespace Name Mixin selector official kLgag;k:Lajv;intermediary field_4098Lnet/minecraft/class_761;field_4098:Lnet/minecraft/class_2960;named MOON_PHASESLnet/minecraft/client/render/WorldRenderer;MOON_PHASES:Lnet/minecraft/util/Identifier;
-
SUN
- Mappings:
Namespace Name Mixin selector official lLgag;l:Lajv;intermediary field_4111Lnet/minecraft/class_761;field_4111:Lnet/minecraft/class_2960;named SUNLnet/minecraft/client/render/WorldRenderer;SUN:Lnet/minecraft/util/Identifier;
-
CLOUDS
- Mappings:
Namespace Name Mixin selector official cLgag;c:Lajv;intermediary field_4108Lnet/minecraft/class_761;field_4108:Lnet/minecraft/class_2960;named CLOUDSLnet/minecraft/client/render/WorldRenderer;CLOUDS:Lnet/minecraft/util/Identifier;
-
END_SKY
- Mappings:
Namespace Name Mixin selector official mLgag;m:Lajv;intermediary field_4061Lnet/minecraft/class_761;field_4061:Lnet/minecraft/class_2960;named END_SKYLnet/minecraft/client/render/WorldRenderer;END_SKY:Lnet/minecraft/util/Identifier;
-
FORCEFIELD
- Mappings:
Namespace Name Mixin selector official nLgag;n:Lajv;intermediary field_4071Lnet/minecraft/class_761;field_4071:Lnet/minecraft/class_2960;named FORCEFIELDLnet/minecraft/client/render/WorldRenderer;FORCEFIELD:Lnet/minecraft/util/Identifier;
-
RAIN
- Mappings:
Namespace Name Mixin selector official oLgag;o:Lajv;intermediary field_20797Lnet/minecraft/class_761;field_20797:Lnet/minecraft/class_2960;named RAINLnet/minecraft/client/render/WorldRenderer;RAIN:Lnet/minecraft/util/Identifier;
-
SNOW
- Mappings:
Namespace Name Mixin selector official pLgag;p:Lajv;intermediary field_20798Lnet/minecraft/class_761;field_20798:Lnet/minecraft/class_2960;named SNOWLnet/minecraft/client/render/WorldRenderer;SNOW:Lnet/minecraft/util/Identifier;
-
DIRECTIONS
- Mappings:
Namespace Name Mixin selector official dLgag;d:[Lij;intermediary field_4095Lnet/minecraft/class_761;field_4095:[Lnet/minecraft/class_2350;named DIRECTIONSLnet/minecraft/client/render/WorldRenderer;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
-
client
- Mappings:
Namespace Name Mixin selector official qLgag;q:Lfby;intermediary field_4088Lnet/minecraft/class_761;field_4088:Lnet/minecraft/class_310;named clientLnet/minecraft/client/render/WorldRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
entityRenderDispatcher
- Mappings:
Namespace Name Mixin selector official rLgag;r:Lgfp;intermediary field_4109Lnet/minecraft/class_761;field_4109:Lnet/minecraft/class_898;named entityRenderDispatcherLnet/minecraft/client/render/WorldRenderer;entityRenderDispatcher:Lnet/minecraft/client/render/entity/EntityRenderDispatcher;
-
blockEntityRenderDispatcher
- Mappings:
Namespace Name Mixin selector official sLgag;s:Lgch;intermediary field_27741Lnet/minecraft/class_761;field_27741:Lnet/minecraft/class_824;named blockEntityRenderDispatcherLnet/minecraft/client/render/WorldRenderer;blockEntityRenderDispatcher:Lnet/minecraft/client/render/block/entity/BlockEntityRenderDispatcher;
-
bufferBuilders
- Mappings:
Namespace Name Mixin selector official tLgag;t:Lgao;intermediary field_20951Lnet/minecraft/class_761;field_20951:Lnet/minecraft/class_4599;named bufferBuildersLnet/minecraft/client/render/WorldRenderer;bufferBuilders:Lnet/minecraft/client/render/BufferBuilderStorage;
-
world
- Mappings:
Namespace Name Mixin selector official uLgag;u:Lfuq;intermediary field_4085Lnet/minecraft/class_761;field_4085:Lnet/minecraft/class_638;named worldLnet/minecraft/client/render/WorldRenderer;world:Lnet/minecraft/client/world/ClientWorld;
-
chunkRenderingDataPreparer
- Mappings:
Namespace Name Mixin selector official vLgag;v:Lgav;intermediary field_45615Lnet/minecraft/class_761;field_45615:Lnet/minecraft/class_8679;named chunkRenderingDataPreparerLnet/minecraft/client/render/WorldRenderer;chunkRenderingDataPreparer:Lnet/minecraft/client/render/ChunkRenderingDataPreparer;
-
builtChunks
- Mappings:
Namespace Name Mixin selector official wLgag;w:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;intermediary field_45616Lnet/minecraft/class_761;field_45616:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;named builtChunksLnet/minecraft/client/render/WorldRenderer;builtChunks:Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
-
noCullingBlockEntities
- Mappings:
Namespace Name Mixin selector official xLgag;x:Ljava/util/Set;intermediary field_4055Lnet/minecraft/class_761;field_4055:Ljava/util/Set;named noCullingBlockEntitiesLnet/minecraft/client/render/WorldRenderer;noCullingBlockEntities:Ljava/util/Set;
-
chunks
- Mappings:
Namespace Name Mixin selector official yLgag;y:Lgaz;intermediary field_4112Lnet/minecraft/class_761;field_4112:Lnet/minecraft/class_769;named chunksLnet/minecraft/client/render/WorldRenderer;chunks:Lnet/minecraft/client/render/BuiltChunkStorage;
-
starsBuffer
- Mappings:
Namespace Name Mixin selector official zLgag;z:Lewu;intermediary field_4113Lnet/minecraft/class_761;field_4113:Lnet/minecraft/class_291;named starsBufferLnet/minecraft/client/render/WorldRenderer;starsBuffer:Lnet/minecraft/client/gl/VertexBuffer;
-
lightSkyBuffer
- Mappings:
Namespace Name Mixin selector official ALgag;A:Lewu;intermediary field_4087Lnet/minecraft/class_761;field_4087:Lnet/minecraft/class_291;named lightSkyBufferLnet/minecraft/client/render/WorldRenderer;lightSkyBuffer:Lnet/minecraft/client/gl/VertexBuffer;
-
darkSkyBuffer
- Mappings:
Namespace Name Mixin selector official BLgag;B:Lewu;intermediary field_4102Lnet/minecraft/class_761;field_4102:Lnet/minecraft/class_291;named darkSkyBufferLnet/minecraft/client/render/WorldRenderer;darkSkyBuffer:Lnet/minecraft/client/gl/VertexBuffer;
-
cloudsDirty
private boolean cloudsDirty- Mappings:
Namespace Name Mixin selector official CLgag;C:Zintermediary field_4107Lnet/minecraft/class_761;field_4107:Znamed cloudsDirtyLnet/minecraft/client/render/WorldRenderer;cloudsDirty:Z
-
cloudsBuffer
- Mappings:
Namespace Name Mixin selector official DLgag;D:Lewu;intermediary field_4094Lnet/minecraft/class_761;field_4094:Lnet/minecraft/class_291;named cloudsBufferLnet/minecraft/client/render/WorldRenderer;cloudsBuffer:Lnet/minecraft/client/gl/VertexBuffer;
-
chunkUpdateSmoother
- Mappings:
Namespace Name Mixin selector official ELgag;E:Lgar;intermediary field_21799Lnet/minecraft/class_761;field_21799:Lnet/minecraft/class_4740;named chunkUpdateSmootherLnet/minecraft/client/render/WorldRenderer;chunkUpdateSmoother:Lnet/minecraft/client/render/FpsSmoother;
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector official FLgag;F:Iintermediary field_4073Lnet/minecraft/class_761;field_4073:Inamed ticksLnet/minecraft/client/render/WorldRenderer;ticks:I
-
blockBreakingInfos
- Mappings:
Namespace Name Mixin selector official GLgag;G:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_4058Lnet/minecraft/class_761;field_4058:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;named blockBreakingInfosLnet/minecraft/client/render/WorldRenderer;blockBreakingInfos:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
blockBreakingProgressions
- Mappings:
Namespace Name Mixin selector official HLgag;H:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;intermediary field_20950Lnet/minecraft/class_761;field_20950:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;named blockBreakingProgressionsLnet/minecraft/client/render/WorldRenderer;blockBreakingProgressions:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
-
playingSongs
- Mappings:
Namespace Name Mixin selector official ILgag;I:Ljava/util/Map;intermediary field_4119Lnet/minecraft/class_761;field_4119:Ljava/util/Map;named playingSongsLnet/minecraft/client/render/WorldRenderer;playingSongs:Ljava/util/Map;
-
entityOutlinesFramebuffer
- Mappings:
Namespace Name Mixin selector official JLgag;J:Levd;intermediary field_4101Lnet/minecraft/class_761;field_4101:Lnet/minecraft/class_276;named entityOutlinesFramebufferLnet/minecraft/client/render/WorldRenderer;entityOutlinesFramebuffer:Lnet/minecraft/client/gl/Framebuffer;
-
entityOutlinePostProcessor
- Mappings:
Namespace Name Mixin selector official KLgag;K:Lgal;intermediary field_4059Lnet/minecraft/class_761;field_4059:Lnet/minecraft/class_279;named entityOutlinePostProcessorLnet/minecraft/client/render/WorldRenderer;entityOutlinePostProcessor:Lnet/minecraft/client/gl/PostEffectProcessor;
-
translucentFramebuffer
- Mappings:
Namespace Name Mixin selector official LLgag;L:Levd;intermediary field_25274Lnet/minecraft/class_761;field_25274:Lnet/minecraft/class_276;named translucentFramebufferLnet/minecraft/client/render/WorldRenderer;translucentFramebuffer:Lnet/minecraft/client/gl/Framebuffer;
-
entityFramebuffer
- Mappings:
Namespace Name Mixin selector official MLgag;M:Levd;intermediary field_25275Lnet/minecraft/class_761;field_25275:Lnet/minecraft/class_276;named entityFramebufferLnet/minecraft/client/render/WorldRenderer;entityFramebuffer:Lnet/minecraft/client/gl/Framebuffer;
-
particlesFramebuffer
- Mappings:
Namespace Name Mixin selector official NLgag;N:Levd;intermediary field_25276Lnet/minecraft/class_761;field_25276:Lnet/minecraft/class_276;named particlesFramebufferLnet/minecraft/client/render/WorldRenderer;particlesFramebuffer:Lnet/minecraft/client/gl/Framebuffer;
-
weatherFramebuffer
- Mappings:
Namespace Name Mixin selector official OLgag;O:Levd;intermediary field_25277Lnet/minecraft/class_761;field_25277:Lnet/minecraft/class_276;named weatherFramebufferLnet/minecraft/client/render/WorldRenderer;weatherFramebuffer:Lnet/minecraft/client/gl/Framebuffer;
-
cloudsFramebuffer
- Mappings:
Namespace Name Mixin selector official PLgag;P:Levd;intermediary field_25278Lnet/minecraft/class_761;field_25278:Lnet/minecraft/class_276;named cloudsFramebufferLnet/minecraft/client/render/WorldRenderer;cloudsFramebuffer:Lnet/minecraft/client/gl/Framebuffer;
-
transparencyPostProcessor
- Mappings:
Namespace Name Mixin selector official QLgag;Q:Lgal;intermediary field_25279Lnet/minecraft/class_761;field_25279:Lnet/minecraft/class_279;named transparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;transparencyPostProcessor:Lnet/minecraft/client/gl/PostEffectProcessor;
-
cameraChunkX
private int cameraChunkX- Mappings:
Namespace Name Mixin selector official RLgag;R:Iintermediary field_4084Lnet/minecraft/class_761;field_4084:Inamed cameraChunkXLnet/minecraft/client/render/WorldRenderer;cameraChunkX:I
-
cameraChunkY
private int cameraChunkY- Mappings:
Namespace Name Mixin selector official SLgag;S:Iintermediary field_4105Lnet/minecraft/class_761;field_4105:Inamed cameraChunkYLnet/minecraft/client/render/WorldRenderer;cameraChunkY:I
-
cameraChunkZ
private int cameraChunkZ- Mappings:
Namespace Name Mixin selector official TLgag;T:Iintermediary field_4121Lnet/minecraft/class_761;field_4121:Inamed cameraChunkZLnet/minecraft/client/render/WorldRenderer;cameraChunkZ:I
-
lastCameraX
private double lastCameraX- Mappings:
Namespace Name Mixin selector official ULgag;U:Dintermediary field_4069Lnet/minecraft/class_761;field_4069:Dnamed lastCameraXLnet/minecraft/client/render/WorldRenderer;lastCameraX:D
-
lastCameraY
private double lastCameraY- Mappings:
Namespace Name Mixin selector official VLgag;V:Dintermediary field_4081Lnet/minecraft/class_761;field_4081:Dnamed lastCameraYLnet/minecraft/client/render/WorldRenderer;lastCameraY:D
-
lastCameraZ
private double lastCameraZ- Mappings:
Namespace Name Mixin selector official WLgag;W:Dintermediary field_4096Lnet/minecraft/class_761;field_4096:Dnamed lastCameraZLnet/minecraft/client/render/WorldRenderer;lastCameraZ:D
-
lastCameraPitch
private double lastCameraPitch- Mappings:
Namespace Name Mixin selector official XLgag;X:Dintermediary field_4115Lnet/minecraft/class_761;field_4115:Dnamed lastCameraPitchLnet/minecraft/client/render/WorldRenderer;lastCameraPitch:D
-
lastCameraYaw
private double lastCameraYaw- Mappings:
Namespace Name Mixin selector official YLgag;Y:Dintermediary field_4064Lnet/minecraft/class_761;field_4064:Dnamed lastCameraYawLnet/minecraft/client/render/WorldRenderer;lastCameraYaw:D
-
lastCloudsBlockX
private int lastCloudsBlockX- Mappings:
Namespace Name Mixin selector official ZLgag;Z:Iintermediary field_4082Lnet/minecraft/class_761;field_4082:Inamed lastCloudsBlockXLnet/minecraft/client/render/WorldRenderer;lastCloudsBlockX:I
-
lastCloudsBlockY
private int lastCloudsBlockY- Mappings:
Namespace Name Mixin selector official aaLgag;aa:Iintermediary field_4097Lnet/minecraft/class_761;field_4097:Inamed lastCloudsBlockYLnet/minecraft/client/render/WorldRenderer;lastCloudsBlockY:I
-
lastCloudsBlockZ
private int lastCloudsBlockZ- Mappings:
Namespace Name Mixin selector official abLgag;ab:Iintermediary field_4116Lnet/minecraft/class_761;field_4116:Inamed lastCloudsBlockZLnet/minecraft/client/render/WorldRenderer;lastCloudsBlockZ:I
-
lastCloudsColor
- Mappings:
Namespace Name Mixin selector official acLgag;ac:Lesj;intermediary field_4072Lnet/minecraft/class_761;field_4072:Lnet/minecraft/class_243;named lastCloudsColorLnet/minecraft/client/render/WorldRenderer;lastCloudsColor:Lnet/minecraft/util/math/Vec3d;
-
lastCloudRenderMode
- Mappings:
Namespace Name Mixin selector official adLgag;ad:Lfbm;intermediary field_4080Lnet/minecraft/class_761;field_4080:Lnet/minecraft/class_4063;named lastCloudRenderModeLnet/minecraft/client/render/WorldRenderer;lastCloudRenderMode:Lnet/minecraft/client/option/CloudRenderMode;
-
chunkBuilder
- Mappings:
Namespace Name Mixin selector official aeLgag;ae:Lgdi;intermediary field_45614Lnet/minecraft/class_761;field_45614:Lnet/minecraft/class_846;named chunkBuilderLnet/minecraft/client/render/WorldRenderer;chunkBuilder:Lnet/minecraft/client/render/chunk/ChunkBuilder;
-
viewDistance
private int viewDistance- Mappings:
Namespace Name Mixin selector official afLgag;af:Iintermediary field_4062Lnet/minecraft/class_761;field_4062:Inamed viewDistanceLnet/minecraft/client/render/WorldRenderer;viewDistance:I
-
regularEntityCount
private int regularEntityCount- Mappings:
Namespace Name Mixin selector official agLgag;ag:Iintermediary field_4089Lnet/minecraft/class_761;field_4089:Inamed regularEntityCountLnet/minecraft/client/render/WorldRenderer;regularEntityCount:I
-
blockEntityCount
private int blockEntityCount- Mappings:
Namespace Name Mixin selector official ahLgag;ah:Iintermediary field_4110Lnet/minecraft/class_761;field_4110:Inamed blockEntityCountLnet/minecraft/client/render/WorldRenderer;blockEntityCount:I
-
frustum
- Mappings:
Namespace Name Mixin selector official aiLgag;ai:Lgdm;intermediary field_27740Lnet/minecraft/class_761;field_27740:Lnet/minecraft/class_4604;named frustumLnet/minecraft/client/render/WorldRenderer;frustum:Lnet/minecraft/client/render/Frustum;
-
shouldCaptureFrustum
private boolean shouldCaptureFrustum- Mappings:
Namespace Name Mixin selector official ajLgag;aj:Zintermediary field_4090Lnet/minecraft/class_761;field_4090:Znamed shouldCaptureFrustumLnet/minecraft/client/render/WorldRenderer;shouldCaptureFrustum:Z
-
capturedFrustum
- Mappings:
Namespace Name Mixin selector official akLgag;ak:Lgdm;intermediary field_4056Lnet/minecraft/class_761;field_4056:Lnet/minecraft/class_4604;named capturedFrustumLnet/minecraft/client/render/WorldRenderer;capturedFrustum:Lnet/minecraft/client/render/Frustum;
-
capturedFrustumOrientation
- Mappings:
Namespace Name Mixin selector official alLgag;al:[Lorg/joml/Vector4f;intermediary field_4065Lnet/minecraft/class_761;field_4065:[Lorg/joml/Vector4f;named capturedFrustumOrientationLnet/minecraft/client/render/WorldRenderer;capturedFrustumOrientation:[Lorg/joml/Vector4f;
-
capturedFrustumPosition
- Mappings:
Namespace Name Mixin selector official amLgag;am:Lorg/joml/Vector3d;intermediary field_4091Lnet/minecraft/class_761;field_4091:Lorg/joml/Vector3d;named capturedFrustumPositionLnet/minecraft/client/render/WorldRenderer;capturedFrustumPosition:Lorg/joml/Vector3d;
-
lastTranslucentSortX
private double lastTranslucentSortX- Mappings:
Namespace Name Mixin selector official anLgag;an:Dintermediary field_4083Lnet/minecraft/class_761;field_4083:Dnamed lastTranslucentSortXLnet/minecraft/client/render/WorldRenderer;lastTranslucentSortX:D
-
lastTranslucentSortY
private double lastTranslucentSortY- Mappings:
Namespace Name Mixin selector official aoLgag;ao:Dintermediary field_4103Lnet/minecraft/class_761;field_4103:Dnamed lastTranslucentSortYLnet/minecraft/client/render/WorldRenderer;lastTranslucentSortY:D
-
lastTranslucentSortZ
private double lastTranslucentSortZ- Mappings:
Namespace Name Mixin selector official apLgag;ap:Dintermediary field_4118Lnet/minecraft/class_761;field_4118:Dnamed lastTranslucentSortZLnet/minecraft/client/render/WorldRenderer;lastTranslucentSortZ:D
-
rainSoundCounter
private int rainSoundCounter- Mappings:
Namespace Name Mixin selector official aqLgag;aq:Iintermediary field_20793Lnet/minecraft/class_761;field_20793:Inamed rainSoundCounterLnet/minecraft/client/render/WorldRenderer;rainSoundCounter: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 official arLgag;ar:[Fintermediary field_20794Lnet/minecraft/class_761;field_20794:[Fnamed NORMAL_LINE_DXLnet/minecraft/client/render/WorldRenderer;NORMAL_LINE_DX:[F
-
NORMAL_LINE_DZ
private final float[] NORMAL_LINE_DZ- Mappings:
Namespace Name Mixin selector official asLgag;as:[Fintermediary field_20795Lnet/minecraft/class_761;field_20795:[Fnamed NORMAL_LINE_DZLnet/minecraft/client/render/WorldRenderer;NORMAL_LINE_DZ:[F
-
-
Constructor Details
-
WorldRenderer
public WorldRenderer(MinecraftClient client, EntityRenderDispatcher entityRenderDispatcher, BlockEntityRenderDispatcher blockEntityRenderDispatcher, BufferBuilderStorage bufferBuilders) - Mappings:
Namespace Name Mixin selector official <init>Lgag;<init>(Lfby;Lgfp;Lgch;Lgao;)Vintermediary <init>Lnet/minecraft/class_761;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_898;Lnet/minecraft/class_824;Lnet/minecraft/class_4599;)Vnamed <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;)V
-
-
Method Details
-
renderWeather
private void renderWeather(LightmapTextureManager manager, float tickDelta, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lgah;FDDD)Vintermediary method_22714Lnet/minecraft/class_761;method_22714(Lnet/minecraft/class_765;FDDD)Vnamed renderWeatherLnet/minecraft/client/render/WorldRenderer;renderWeather(Lnet/minecraft/client/render/LightmapTextureManager;FDDD)V
-
tickRainSplashing
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lfbj;)Vintermediary method_22713Lnet/minecraft/class_761;method_22713(Lnet/minecraft/class_4184;)Vnamed tickRainSplashingLnet/minecraft/client/render/WorldRenderer;tickRainSplashing(Lnet/minecraft/client/render/Camera;)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 official aLatf;a(Late;)Vintermediary method_14491Lnet/minecraft/class_4013;method_14491(Lnet/minecraft/class_3300;)Vnamed reloadLnet/minecraft/resource/SynchronousResourceReloader;reload(Lnet/minecraft/resource/ResourceManager;)V
-
loadEntityOutlinePostProcessor
public void loadEntityOutlinePostProcessor()- Mappings:
Namespace Name Mixin selector official aLgag;a()Vintermediary method_3296Lnet/minecraft/class_761;method_3296()Vnamed loadEntityOutlinePostProcessorLnet/minecraft/client/render/WorldRenderer;loadEntityOutlinePostProcessor()V
-
loadTransparencyPostProcessor
private void loadTransparencyPostProcessor()- Mappings:
Namespace Name Mixin selector official yLgag;y()Vintermediary method_29365Lnet/minecraft/class_761;method_29365()Vnamed loadTransparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;loadTransparencyPostProcessor()V
-
resetTransparencyPostProcessor
private void resetTransparencyPostProcessor()- Mappings:
Namespace Name Mixin selector official zLgag;z()Vintermediary method_29701Lnet/minecraft/class_761;method_29701()Vnamed resetTransparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;resetTransparencyPostProcessor()V
-
drawEntityOutlinesFramebuffer
public void drawEntityOutlinesFramebuffer()- Mappings:
Namespace Name Mixin selector official bLgag;b()Vintermediary method_3254Lnet/minecraft/class_761;method_3254()Vnamed drawEntityOutlinesFramebufferLnet/minecraft/client/render/WorldRenderer;drawEntityOutlinesFramebuffer()V
-
canDrawEntityOutlines
protected boolean canDrawEntityOutlines()- Mappings:
Namespace Name Mixin selector official dLgag;d()Zintermediary method_3270Lnet/minecraft/class_761;method_3270()Znamed canDrawEntityOutlinesLnet/minecraft/client/render/WorldRenderer;canDrawEntityOutlines()Z
-
renderDarkSky
private void renderDarkSky()- Mappings:
Namespace Name Mixin selector official ALgag;A()Vintermediary method_3265Lnet/minecraft/class_761;method_3265()Vnamed renderDarkSkyLnet/minecraft/client/render/WorldRenderer;renderDarkSky()V
-
renderLightSky
private void renderLightSky()- Mappings:
Namespace Name Mixin selector official BLgag;B()Vintermediary method_3277Lnet/minecraft/class_761;method_3277()Vnamed renderLightSkyLnet/minecraft/client/render/WorldRenderer;renderLightSky()V
-
renderSky
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lewm;F)Lewm$b;intermediary method_34550Lnet/minecraft/class_761;method_34550(Lnet/minecraft/class_287;F)Lnet/minecraft/class_287$class_7433;named renderSkyLnet/minecraft/client/render/WorldRenderer;renderSky(Lnet/minecraft/client/render/BufferBuilder;F)Lnet/minecraft/client/render/BufferBuilder$BuiltBuffer;
-
renderStars
private void renderStars()- Mappings:
Namespace Name Mixin selector official CLgag;C()Vintermediary method_3293Lnet/minecraft/class_761;method_3293()Vnamed renderStarsLnet/minecraft/client/render/WorldRenderer;renderStars()V
-
renderStars
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lewm;)Lewm$b;intermediary method_3255Lnet/minecraft/class_761;method_3255(Lnet/minecraft/class_287;)Lnet/minecraft/class_287$class_7433;named renderStarsLnet/minecraft/client/render/WorldRenderer;renderStars(Lnet/minecraft/client/render/BufferBuilder;)Lnet/minecraft/client/render/BufferBuilder$BuiltBuffer;
-
setWorld
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lfuq;)Vintermediary method_3244Lnet/minecraft/class_761;method_3244(Lnet/minecraft/class_638;)Vnamed setWorldLnet/minecraft/client/render/WorldRenderer;setWorld(Lnet/minecraft/client/world/ClientWorld;)V
-
reloadTransparencyPostProcessor
public void reloadTransparencyPostProcessor()- Mappings:
Namespace Name Mixin selector official eLgag;e()Vintermediary method_35774Lnet/minecraft/class_761;method_35774()Vnamed reloadTransparencyPostProcessorLnet/minecraft/client/render/WorldRenderer;reloadTransparencyPostProcessor()V
-
reload
public void reload()- Mappings:
Namespace Name Mixin selector official fLgag;f()Vintermediary method_3279Lnet/minecraft/class_761;method_3279()Vnamed reloadLnet/minecraft/client/render/WorldRenderer;reload()V
-
onResized
public void onResized(int width, int height) - Mappings:
Namespace Name Mixin selector official aLgag;a(II)Vintermediary method_3242Lnet/minecraft/class_761;method_3242(II)Vnamed onResizedLnet/minecraft/client/render/WorldRenderer;onResized(II)V
-
getChunksDebugString
- Mappings:
Namespace Name Mixin selector official gLgag;g()Ljava/lang/String;intermediary method_3289Lnet/minecraft/class_761;method_3289()Ljava/lang/String;named getChunksDebugStringLnet/minecraft/client/render/WorldRenderer;getChunksDebugString()Ljava/lang/String;
-
getChunkBuilder
- Mappings:
Namespace Name Mixin selector official hLgag;h()Lgdi;intermediary method_34810Lnet/minecraft/class_761;method_34810()Lnet/minecraft/class_846;named getChunkBuilderLnet/minecraft/client/render/WorldRenderer;getChunkBuilder()Lnet/minecraft/client/render/chunk/ChunkBuilder;
-
getChunkCount
public double getChunkCount()- Mappings:
Namespace Name Mixin selector official iLgag;i()Dintermediary method_34811Lnet/minecraft/class_761;method_34811()Dnamed getChunkCountLnet/minecraft/client/render/WorldRenderer;getChunkCount()D
-
getViewDistance
public double getViewDistance()- Mappings:
Namespace Name Mixin selector official jLgag;j()Dintermediary method_34812Lnet/minecraft/class_761;method_34812()Dnamed getViewDistanceLnet/minecraft/client/render/WorldRenderer;getViewDistance()D
-
getCompletedChunkCount
public int getCompletedChunkCount()- Mappings:
Namespace Name Mixin selector official kLgag;k()Iintermediary method_3246Lnet/minecraft/class_761;method_3246()Inamed getCompletedChunkCountLnet/minecraft/client/render/WorldRenderer;getCompletedChunkCount()I
-
getEntitiesDebugString
- Mappings:
Namespace Name Mixin selector official lLgag;l()Ljava/lang/String;intermediary method_3272Lnet/minecraft/class_761;method_3272()Ljava/lang/String;named getEntitiesDebugStringLnet/minecraft/client/render/WorldRenderer;getEntitiesDebugString()Ljava/lang/String;
-
setupTerrain
private void setupTerrain(Camera camera, Frustum frustum, boolean hasForcedFrustum, boolean spectator) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lfbj;Lgdm;ZZ)Vintermediary method_3273Lnet/minecraft/class_761;method_3273(Lnet/minecraft/class_4184;Lnet/minecraft/class_4604;ZZ)Vnamed setupTerrainLnet/minecraft/client/render/WorldRenderer;setupTerrain(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZ)V
-
method_52816
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lgdm;)Lgdm;intermediary method_52816Lnet/minecraft/class_761;method_52816(Lnet/minecraft/class_4604;)Lnet/minecraft/class_4604;named method_52816Lnet/minecraft/client/render/WorldRenderer;method_52816(Lnet/minecraft/client/render/Frustum;)Lnet/minecraft/client/render/Frustum;
-
applyFrustum
- Mappings:
Namespace Name Mixin selector official bLgag;b(Lgdm;)Vintermediary method_38551Lnet/minecraft/class_761;method_38551(Lnet/minecraft/class_4604;)Vnamed applyFrustumLnet/minecraft/client/render/WorldRenderer;applyFrustum(Lnet/minecraft/client/render/Frustum;)V
-
addBuiltChunk
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lgdi$b;)Vintermediary method_38550Lnet/minecraft/class_761;method_38550(Lnet/minecraft/class_846$class_851;)Vnamed addBuiltChunkLnet/minecraft/client/render/WorldRenderer;addBuiltChunk(Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;)V
-
captureFrustum
private void captureFrustum(Matrix4f positionMatrix, Matrix4f projectionMatrix, double x, double y, double z, Frustum frustum) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;DDDLgdm;)Vintermediary method_3275Lnet/minecraft/class_761;method_3275(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;DDDLnet/minecraft/class_4604;)Vnamed captureFrustumLnet/minecraft/client/render/WorldRenderer;captureFrustum(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;DDDLnet/minecraft/client/render/Frustum;)V
-
setupFrustum
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lesj;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vintermediary method_32133Lnet/minecraft/class_761;method_32133(Lnet/minecraft/class_243;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vnamed setupFrustumLnet/minecraft/client/render/WorldRenderer;setupFrustum(Lnet/minecraft/util/math/Vec3d;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 official aLgag;a(FJZLfbj;Lgab;Lgah;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;)Vnamed 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;)V
-
checkEmpty
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lewr;)Vintermediary method_22979Lnet/minecraft/class_761;method_22979(Lnet/minecraft/class_4587;)Vnamed checkEmptyLnet/minecraft/client/render/WorldRenderer;checkEmpty(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderEntity
private void renderEntity(Entity entity, double cameraX, double cameraY, double cameraZ, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lbqa;DDDFLewr;Lgai;)Vintermediary method_22977Lnet/minecraft/class_761;method_22977(Lnet/minecraft/class_1297;DDDFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;)Vnamed renderEntityLnet/minecraft/client/render/WorldRenderer;renderEntity(Lnet/minecraft/entity/Entity;DDDFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;)V
-
renderLayer
private void renderLayer(RenderLayer renderLayer, double x, double y, double z, Matrix4f matrix4f, Matrix4f positionMatrix) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lgaq;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vintermediary method_3251Lnet/minecraft/class_761;method_3251(Lnet/minecraft/class_1921;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;)Vnamed renderLayerLnet/minecraft/client/render/WorldRenderer;renderLayer(Lnet/minecraft/client/render/RenderLayer;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;)V
-
renderChunkDebugInfo
private void renderChunkDebugInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Camera camera) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lewr;Lgai;Lfbj;)Vintermediary method_22989Lnet/minecraft/class_761;method_22989(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_4184;)Vnamed renderChunkDebugInfoLnet/minecraft/client/render/WorldRenderer;renderChunkDebugInfo(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/Camera;)V
-
renderCapturedFrustumVertex
private void renderCapturedFrustumVertex(VertexConsumer vertexConsumer, Matrix4f matrix4f, int planeNum) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lewv;Lorg/joml/Matrix4f;I)Vintermediary method_22984Lnet/minecraft/class_761;method_22984(Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;I)Vnamed renderCapturedFrustumVertexLnet/minecraft/client/render/WorldRenderer;renderCapturedFrustumVertex(Lnet/minecraft/client/render/VertexConsumer;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 official aLgag;a(Lewv;Lorg/joml/Matrix4f;IIIIIII)Vintermediary method_22985Lnet/minecraft/class_761;method_22985(Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;IIIIIII)Vnamed renderCapturedFrustumFaceLnet/minecraft/client/render/WorldRenderer;renderCapturedFrustumFace(Lnet/minecraft/client/render/VertexConsumer;Lorg/joml/Matrix4f;IIIIIII)V
-
captureFrustum
public void captureFrustum()- Mappings:
Namespace Name Mixin selector official mLgag;m()Vintermediary method_35775Lnet/minecraft/class_761;method_35775()Vnamed captureFrustumLnet/minecraft/client/render/WorldRenderer;captureFrustum()V
-
killFrustum
public void killFrustum()- Mappings:
Namespace Name Mixin selector official nLgag;n()Vintermediary method_35776Lnet/minecraft/class_761;method_35776()Vnamed killFrustumLnet/minecraft/client/render/WorldRenderer;killFrustum()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official oLgag;o()Vintermediary method_3252Lnet/minecraft/class_761;method_3252()Vnamed tickLnet/minecraft/client/render/WorldRenderer;tick()V
-
removeBlockBreakingInfo
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lapa;)Vintermediary method_22987Lnet/minecraft/class_761;method_22987(Lnet/minecraft/class_3191;)Vnamed removeBlockBreakingInfoLnet/minecraft/client/render/WorldRenderer;removeBlockBreakingInfo(Lnet/minecraft/client/render/BlockBreakingInfo;)V
-
renderEndSky
- Mappings:
Namespace Name Mixin selector official bLgag;b(Lewr;)Vintermediary method_3250Lnet/minecraft/class_761;method_3250(Lnet/minecraft/class_4587;)Vnamed renderEndSkyLnet/minecraft/client/render/WorldRenderer;renderEndSky(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderSky
public void renderSky(Matrix4f matrix4f, Matrix4f projectionMatrix, float tickDelta, Camera camera, boolean thickFog, Runnable fogCallback) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLfbj;ZLjava/lang/Runnable;)Vintermediary method_3257Lnet/minecraft/class_761;method_3257(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/class_4184;ZLjava/lang/Runnable;)Vnamed renderSkyLnet/minecraft/client/render/WorldRenderer;renderSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/render/Camera;ZLjava/lang/Runnable;)V
-
hasBlindnessOrDarkness
- Mappings:
Namespace Name Mixin selector official bLgag;b(Lfbj;)Zintermediary method_43788Lnet/minecraft/class_761;method_43788(Lnet/minecraft/class_4184;)Znamed hasBlindnessOrDarknessLnet/minecraft/client/render/WorldRenderer;hasBlindnessOrDarkness(Lnet/minecraft/client/render/Camera;)Z
-
renderClouds
public void renderClouds(MatrixStack matrices, Matrix4f matrix4f, Matrix4f matrix4f2, float tickDelta, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lewr;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)Vnamed renderCloudsLnet/minecraft/client/render/WorldRenderer;renderClouds(Lnet/minecraft/client/util/math/MatrixStack;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 official aLgag;a(Lewm;DDDLesj;)Lewm$b;intermediary method_3239Lnet/minecraft/class_761;method_3239(Lnet/minecraft/class_287;DDDLnet/minecraft/class_243;)Lnet/minecraft/class_287$class_7433;named renderCloudsLnet/minecraft/client/render/WorldRenderer;renderClouds(Lnet/minecraft/client/render/BufferBuilder;DDDLnet/minecraft/util/math/Vec3d;)Lnet/minecraft/client/render/BufferBuilder$BuiltBuffer;
-
updateChunks
- Mappings:
Namespace Name Mixin selector official cLgag;c(Lfbj;)Vintermediary method_3269Lnet/minecraft/class_761;method_3269(Lnet/minecraft/class_4184;)Vnamed updateChunksLnet/minecraft/client/render/WorldRenderer;updateChunks(Lnet/minecraft/client/render/Camera;)V
-
renderWorldBorder
- Mappings:
Namespace Name Mixin selector official dLgag;d(Lfbj;)Vintermediary method_3243Lnet/minecraft/class_761;method_3243(Lnet/minecraft/class_4184;)Vnamed renderWorldBorderLnet/minecraft/client/render/WorldRenderer;renderWorldBorder(Lnet/minecraft/client/render/Camera;)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 official aLgag;a(Lewr;Lewv;Lbqa;DDDLid;Ldpi;)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;)Vnamed 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;)V
-
getMaxIntensityColor
- Mappings:
Namespace Name Mixin selector official aLgag;a(F)Lesj;intermediary method_51778Lnet/minecraft/class_761;method_51778(F)Lnet/minecraft/class_243;named getMaxIntensityColorLnet/minecraft/client/render/WorldRenderer;getMaxIntensityColor(F)Lnet/minecraft/util/math/Vec3d;
-
shiftHue
- Mappings:
Namespace Name Mixin selector official aLgag;a(FFFF)Lesj;intermediary method_51779Lnet/minecraft/class_761;method_51779(FFFF)Lnet/minecraft/class_243;named shiftHueLnet/minecraft/client/render/WorldRenderer;shiftHue(FFFF)Lnet/minecraft/util/math/Vec3d;
-
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 official aLgag;a(Lewr;Lewv;Letc;DDDFFFFZ)Vintermediary method_22983Lnet/minecraft/class_761;method_22983(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_265;DDDFFFFZ)Vnamed drawShapeOutlineLnet/minecraft/client/render/WorldRenderer;drawShapeOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/shape/VoxelShape;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 official aLgag;a(Lewr;Lewv;Letc;DDDFFFF)Vintermediary method_3291Lnet/minecraft/class_761;method_3291(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_265;DDDFFFF)Vnamed drawCuboidShapeOutlineLnet/minecraft/client/render/WorldRenderer;drawCuboidShapeOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/shape/VoxelShape;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 official aLgag;a(Lewv;DDDDDDFFFF)Vintermediary method_35773Lnet/minecraft/class_761;method_35773(Lnet/minecraft/class_4588;DDDDDDFFFF)Vnamed drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/render/VertexConsumer;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 official aLgag;a(Lewr;Lewv;Lese;FFFF)Vintermediary method_22982Lnet/minecraft/class_761;method_22982(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_238;FFFF)Vnamed drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Box;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 official aLgag;a(Lewr;Lewv;DDDDDDFFFF)Vintermediary method_22980Lnet/minecraft/class_761;method_22980(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)Vnamed drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;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 official aLgag;a(Lewr;Lewv;DDDDDDFFFFFFF)Vintermediary method_22981Lnet/minecraft/class_761;method_22981(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFFFFF)Vnamed drawBoxLnet/minecraft/client/render/WorldRenderer;drawBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;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 official bLgag;b(Lewr;Lewv;DDDDDDFFFF)Vintermediary method_3258Lnet/minecraft/class_761;method_3258(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;DDDDDDFFFF)Vnamed renderFilledBoxLnet/minecraft/client/render/WorldRenderer;renderFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;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 official aLgag;a(Lewr;Lewv;FFFFFFFFFF)Vintermediary method_49041Lnet/minecraft/class_761;method_49041(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;FFFFFFFFFF)Vnamed renderFilledBoxLnet/minecraft/client/render/WorldRenderer;renderFilledBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;FFFFFFFFFF)V
-
updateBlock
public void updateBlock(BlockView world, BlockPos pos, BlockState oldState, BlockState newState, int flags) - Mappings:
Namespace Name Mixin selector official aLgag;a(Lcym;Lid;Ldpi;Ldpi;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)Vnamed updateBlockLnet/minecraft/client/render/WorldRenderer;updateBlock(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
-
scheduleSectionRender
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lid;Z)Vintermediary method_16037Lnet/minecraft/class_761;method_16037(Lnet/minecraft/class_2338;Z)Vnamed scheduleSectionRenderLnet/minecraft/client/render/WorldRenderer;scheduleSectionRender(Lnet/minecraft/util/math/BlockPos;Z)V
-
scheduleBlockRenders
public void scheduleBlockRenders(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) - Mappings:
Namespace Name Mixin selector official aLgag;a(IIIIII)Vintermediary method_18146Lnet/minecraft/class_761;method_18146(IIIIII)Vnamed scheduleBlockRendersLnet/minecraft/client/render/WorldRenderer;scheduleBlockRenders(IIIIII)V
-
scheduleBlockRerenderIfNeeded
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lid;Ldpi;Ldpi;)Vintermediary method_21596Lnet/minecraft/class_761;method_21596(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)Vnamed scheduleBlockRerenderIfNeededLnet/minecraft/client/render/WorldRenderer;scheduleBlockRerenderIfNeeded(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V
-
scheduleBlockRenders
public void scheduleBlockRenders(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official aLgag;a(III)Vintermediary method_18145Lnet/minecraft/class_761;method_18145(III)Vnamed scheduleBlockRendersLnet/minecraft/client/render/WorldRenderer;scheduleBlockRenders(III)V
-
scheduleBlockRender
public void scheduleBlockRender(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official bLgag;b(III)Vintermediary method_8571Lnet/minecraft/class_761;method_8571(III)Vnamed scheduleBlockRenderLnet/minecraft/client/render/WorldRenderer;scheduleBlockRender(III)V
-
scheduleChunkRender
private void scheduleChunkRender(int x, int y, int z, boolean important) - Mappings:
Namespace Name Mixin selector official aLgag;a(IIIZ)Vintermediary method_3295Lnet/minecraft/class_761;method_3295(IIIZ)Vnamed scheduleChunkRenderLnet/minecraft/client/render/WorldRenderer;scheduleChunkRender(IIIZ)V
-
playSong
- Mappings:
Namespace Name Mixin selector official aLgag;a(Laun;Lid;)Vintermediary method_8562Lnet/minecraft/class_761;method_8562(Lnet/minecraft/class_3414;Lnet/minecraft/class_2338;)Vnamed playSongLnet/minecraft/client/render/WorldRenderer;playSong(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/util/math/BlockPos;)V
-
updateEntitiesForSong
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lczg;Lid;Z)Vintermediary method_3247Lnet/minecraft/class_761;method_3247(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Z)Vnamed updateEntitiesForSongLnet/minecraft/client/render/WorldRenderer;updateEntitiesForSong(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;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 official aLgag;a(Lkl;ZDDDDDD)Vintermediary method_8568Lnet/minecraft/class_761;method_8568(Lnet/minecraft/class_2394;ZDDDDDD)Vnamed addParticleLnet/minecraft/client/render/WorldRenderer;addParticle(Lnet/minecraft/particle/ParticleEffect;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 official aLgag;a(Lkl;ZZDDDDDD)Vintermediary method_8563Lnet/minecraft/class_761;method_8563(Lnet/minecraft/class_2394;ZZDDDDDD)Vnamed addParticleLnet/minecraft/client/render/WorldRenderer;addParticle(Lnet/minecraft/particle/ParticleEffect;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 official aLgag;a(Lkl;DDDDDD)Vintermediary method_3276Lnet/minecraft/class_761;method_3276(Lnet/minecraft/class_2394;DDDDDD)Vnamed addParticleLnet/minecraft/client/render/WorldRenderer;addParticle(Lnet/minecraft/particle/ParticleEffect;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 official bLgag;b(Lkl;ZDDDDDD)Lfxw;intermediary method_3282Lnet/minecraft/class_761;method_3282(Lnet/minecraft/class_2394;ZDDDDDD)Lnet/minecraft/class_703;named spawnParticleLnet/minecraft/client/render/WorldRenderer;spawnParticle(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)Lnet/minecraft/client/particle/Particle;
-
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 official bLgag;b(Lkl;ZZDDDDDD)Lfxw;intermediary method_3288Lnet/minecraft/class_761;method_3288(Lnet/minecraft/class_2394;ZZDDDDDD)Lnet/minecraft/class_703;named spawnParticleLnet/minecraft/client/render/WorldRenderer;spawnParticle(Lnet/minecraft/particle/ParticleEffect;ZZDDDDDD)Lnet/minecraft/client/particle/Particle;
-
getRandomParticleSpawnChance
- Mappings:
Namespace Name Mixin selector official aLgag;a(Z)Lfcd;intermediary method_3268Lnet/minecraft/class_761;method_3268(Z)Lnet/minecraft/class_4066;named getRandomParticleSpawnChanceLnet/minecraft/client/render/WorldRenderer;getRandomParticleSpawnChance(Z)Lnet/minecraft/client/option/ParticlesMode;
-
cleanUp
public void cleanUp()- Mappings:
Namespace Name Mixin selector official pLgag;p()Vintermediary method_3267Lnet/minecraft/class_761;method_3267()Vnamed cleanUpLnet/minecraft/client/render/WorldRenderer;cleanUp()V
-
processGlobalEvent
- Mappings:
Namespace Name Mixin selector official aLgag;a(ILid;I)Vintermediary method_8564Lnet/minecraft/class_761;method_8564(ILnet/minecraft/class_2338;I)Vnamed processGlobalEventLnet/minecraft/client/render/WorldRenderer;processGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V
-
processWorldEvent
- Mappings:
Namespace Name Mixin selector official bLgag;b(ILid;I)Vintermediary method_8567Lnet/minecraft/class_761;method_8567(ILnet/minecraft/class_2338;I)Vnamed processWorldEventLnet/minecraft/client/render/WorldRenderer;processWorldEvent(ILnet/minecraft/util/math/BlockPos;I)V
-
setBlockBreakingInfo
- Mappings:
Namespace Name Mixin selector official cLgag;c(ILid;I)Vintermediary method_8569Lnet/minecraft/class_761;method_8569(ILnet/minecraft/class_2338;I)Vnamed setBlockBreakingInfoLnet/minecraft/client/render/WorldRenderer;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
-
isTerrainRenderComplete
public boolean isTerrainRenderComplete()- Mappings:
Namespace Name Mixin selector official qLgag;q()Zintermediary method_3281Lnet/minecraft/class_761;method_3281()Znamed isTerrainRenderCompleteLnet/minecraft/client/render/WorldRenderer;isTerrainRenderComplete()Z
-
method_52815
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lcyn;)Vintermediary method_52815Lnet/minecraft/class_761;method_52815(Lnet/minecraft/class_1923;)Vnamed method_52815Lnet/minecraft/client/render/WorldRenderer;method_52815(Lnet/minecraft/util/math/ChunkPos;)V
-
scheduleTerrainUpdate
public void scheduleTerrainUpdate()- Mappings:
Namespace Name Mixin selector official rLgag;r()Vintermediary method_3292Lnet/minecraft/class_761;method_3292()Vnamed scheduleTerrainUpdateLnet/minecraft/client/render/WorldRenderer;scheduleTerrainUpdate()V
-
updateNoCullingBlockEntities
public void updateNoCullingBlockEntities(Collection<BlockEntity> removed, Collection<BlockEntity> added) - Mappings:
Namespace Name Mixin selector official aLgag;a(Ljava/util/Collection;Ljava/util/Collection;)Vintermediary method_3245Lnet/minecraft/class_761;method_3245(Ljava/util/Collection;Ljava/util/Collection;)Vnamed updateNoCullingBlockEntitiesLnet/minecraft/client/render/WorldRenderer;updateNoCullingBlockEntities(Ljava/util/Collection;Ljava/util/Collection;)V
-
getLightmapCoordinates
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lcyj;Lid;)Iintermediary method_23794Lnet/minecraft/class_761;method_23794(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)Inamed getLightmapCoordinatesLnet/minecraft/client/render/WorldRenderer;getLightmapCoordinates(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
-
getLightmapCoordinates
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lcyj;Ldpi;Lid;)Iintermediary method_23793Lnet/minecraft/class_761;method_23793(Lnet/minecraft/class_1920;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;)Inamed getLightmapCoordinatesLnet/minecraft/client/render/WorldRenderer;getLightmapCoordinates(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)I
-
isRenderingReady
- Mappings:
Namespace Name Mixin selector official aLgag;a(Lid;)Zintermediary method_40050Lnet/minecraft/class_761;method_40050(Lnet/minecraft/class_2338;)Znamed isRenderingReadyLnet/minecraft/client/render/WorldRenderer;isRenderingReady(Lnet/minecraft/util/math/BlockPos;)Z
-
getEntityOutlinesFramebuffer
- Mappings:
Namespace Name Mixin selector official sLgag;s()Levd;intermediary method_22990Lnet/minecraft/class_761;method_22990()Lnet/minecraft/class_276;named getEntityOutlinesFramebufferLnet/minecraft/client/render/WorldRenderer;getEntityOutlinesFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
-
getTranslucentFramebuffer
- Mappings:
Namespace Name Mixin selector official tLgag;t()Levd;intermediary method_29360Lnet/minecraft/class_761;method_29360()Lnet/minecraft/class_276;named getTranslucentFramebufferLnet/minecraft/client/render/WorldRenderer;getTranslucentFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
-
getEntityFramebuffer
- Mappings:
Namespace Name Mixin selector official uLgag;u()Levd;intermediary method_29361Lnet/minecraft/class_761;method_29361()Lnet/minecraft/class_276;named getEntityFramebufferLnet/minecraft/client/render/WorldRenderer;getEntityFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
-
getParticlesFramebuffer
- Mappings:
Namespace Name Mixin selector official vLgag;v()Levd;intermediary method_29362Lnet/minecraft/class_761;method_29362()Lnet/minecraft/class_276;named getParticlesFramebufferLnet/minecraft/client/render/WorldRenderer;getParticlesFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
-
getWeatherFramebuffer
- Mappings:
Namespace Name Mixin selector official wLgag;w()Levd;intermediary method_29363Lnet/minecraft/class_761;method_29363()Lnet/minecraft/class_276;named getWeatherFramebufferLnet/minecraft/client/render/WorldRenderer;getWeatherFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
-
getCloudsFramebuffer
- Mappings:
Namespace Name Mixin selector official xLgag;x()Levd;intermediary method_29364Lnet/minecraft/class_761;method_29364()Lnet/minecraft/class_276;named getCloudsFramebufferLnet/minecraft/client/render/WorldRenderer;getCloudsFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
-
shootParticles
private void shootParticles(int direction, BlockPos pos, Random random, DefaultParticleType particleType) - Mappings:
Namespace Name Mixin selector official aLgag;a(ILid;Laxt;Lkq;)Vintermediary method_54638Lnet/minecraft/class_761;method_54638(ILnet/minecraft/class_2338;Lnet/minecraft/class_5819;Lnet/minecraft/class_2400;)Vnamed shootParticlesLnet/minecraft/client/render/WorldRenderer;shootParticles(ILnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/particle/DefaultParticleType;)V
-