Uses of Class
net.minecraft.client.render.ProjectionMatrix2
Packages that use ProjectionMatrix2
- 
Uses of ProjectionMatrix2 in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ProjectionMatrix2Modifier and TypeFieldDescriptionprivate final ProjectionMatrix2PostEffectProcessor.projectionMatrix(package private) final ProjectionMatrix2ShaderLoader.projectionMatrixMethods in net.minecraft.client.gl with parameters of type ProjectionMatrix2Modifier and TypeMethodDescriptionstatic PostEffectProcessorPostEffectProcessor.parseEffect(PostEffectPipeline pipeline, TextureManager textureManager, Set<Identifier> availableExternalTargets, Identifier id, ProjectionMatrix2 projectionMatrix) Constructors in net.minecraft.client.gl with parameters of type ProjectionMatrix2ModifierConstructorDescriptionprivatePostEffectProcessor(List<PostEffectPass> passes, Map<Identifier, PostEffectPipeline.Targets> internalTargets, Set<Identifier> externalTargets, ProjectionMatrix2 projectionMatrix)  - 
Uses of ProjectionMatrix2 in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as ProjectionMatrix2Modifier and TypeFieldDescriptionprivate final ProjectionMatrix2GuiRenderer.guiProjectionMatrixprivate final ProjectionMatrix2GuiRenderer.itemsProjectionMatrixprivate final ProjectionMatrix2SpecialGuiElementRenderer.projectionMatrix