Uses of Class
net.minecraft.client.renderer.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in net.minecraft.client
Fields in net.minecraft.client declared as Projection -
Uses of Projection in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as ProjectionModifier and TypeFieldDescriptionprivate final ProjectionGuiRenderer.guiProjectionprivate final ProjectionGuiItemAtlas.projection -
Uses of Projection in net.minecraft.client.gui.render.pip
Fields in net.minecraft.client.gui.render.pip declared as Projection -
Uses of Projection in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ProjectionModifier and TypeFieldDescriptionprivate final ProjectionGameRenderer.hudProjectionprivate @Nullable ProjectionProjectionMatrixBuffer.lastUploadedProjectionprivate final ProjectionShaderManager.postChainProjectionprivate final ProjectionCubeMap.projectionprivate final ProjectionPostChain.projectionMethods in net.minecraft.client.renderer with parameters of type ProjectionModifier and TypeMethodDescriptionProjectionMatrixBuffer.getBuffer(Projection projection) static 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 ProjectionModifierConstructorDescriptionprivatePostChain(List<PostPass> passes, Map<Identifier, PostChainConfig.InternalTarget> internalTargets, Set<Identifier> externalTargets, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer)