Uses of Class
net.minecraft.client.renderer.ProjectionMatrixBuffer
Packages that use ProjectionMatrixBuffer
Package
Description
-
Uses of ProjectionMatrixBuffer in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as ProjectionMatrixBufferModifier and TypeFieldDescriptionprivate final ProjectionMatrixBufferGuiRenderer.guiProjectionMatrixBufferprivate final ProjectionMatrixBufferGuiItemAtlas.projectionMatrixBuffer -
Uses of ProjectionMatrixBuffer in net.minecraft.client.gui.render.pip
Fields in net.minecraft.client.gui.render.pip declared as ProjectionMatrixBufferModifier and TypeFieldDescriptionprivate final ProjectionMatrixBufferPictureInPictureRenderer.projectionMatrixBuffer -
Uses of ProjectionMatrixBuffer in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ProjectionMatrixBufferModifier and TypeFieldDescriptionprivate final ProjectionMatrixBufferGameRenderer.hud3dProjectionMatrixBufferprivate final ProjectionMatrixBufferGameRenderer.levelProjectionMatrixBufferprivate final ProjectionMatrixBufferShaderManager.postChainProjectionMatrixBufferprivate final ProjectionMatrixBufferPostChain.projectionMatrixBufferprivate final ProjectionMatrixBufferCubeMap.projectionMatrixUboMethods in net.minecraft.client.renderer with parameters of type ProjectionMatrixBufferModifier and TypeMethodDescriptionstatic PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<Identifier> allowedExternalTargets, Identifier id, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) Constructors in net.minecraft.client.renderer with parameters of type ProjectionMatrixBufferModifierConstructorDescriptionprivatePostChain(List<PostPass> passes, Map<Identifier, PostChainConfig.InternalTarget> internalTargets, Set<Identifier> externalTargets, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer)