Uses of Class
com.mojang.blaze3d.textures.GpuTextureView
Packages that use GpuTextureView
Package
Description
-
Uses of GpuTextureView in com.mojang.blaze3d
Fields in com.mojang.blaze3d declared as GpuTextureView -
Uses of GpuTextureView in com.mojang.blaze3d.opengl
Subclasses of GpuTextureView in com.mojang.blaze3d.openglMethods in com.mojang.blaze3d.opengl that return GpuTextureViewModifier and TypeMethodDescriptionGlDevice.createTextureView(GpuTexture texture) GlDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.blaze3d.opengl with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidGlRenderPass.bindTexture(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) GlCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor) GlCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) voidGlCommandEncoder.presentTexture(GpuTextureView textureView) -
Uses of GpuTextureView in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as GpuTextureViewModifier and TypeFieldDescriptionprotected @Nullable GpuTextureViewRenderTarget.colorTextureViewprotected @Nullable GpuTextureViewRenderTarget.depthTextureViewMethods in com.mojang.blaze3d.pipeline that return GpuTextureViewModifier and TypeMethodDescription@Nullable GpuTextureViewRenderTarget.getColorTextureView()@Nullable GpuTextureViewRenderTarget.getDepthTextureView()Methods in com.mojang.blaze3d.pipeline with parameters of type GpuTextureView -
Uses of GpuTextureView in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuTextureViewModifier and TypeFieldDescriptionstatic @Nullable GpuTextureViewRenderSystem.outputColorTextureOverridestatic @Nullable GpuTextureViewRenderSystem.outputDepthTextureOverrideMethods in com.mojang.blaze3d.systems that return GpuTextureViewModifier and TypeMethodDescriptionGpuDevice.createTextureView(GpuTexture texture) GpuDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) GpuDeviceBackend.createTextureView(GpuTexture texture) GpuDeviceBackend.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderPass.bindTexture(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) voidRenderPassBackend.bindTexture(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) CommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor) CommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) CommandEncoderBackend.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor) CommandEncoderBackend.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) voidCommandEncoder.presentTexture(GpuTextureView textureView) voidCommandEncoderBackend.presentTexture(GpuTextureView texture) -
Uses of GpuTextureView in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidGuiGraphics.blit(GpuTextureView textureView, GpuSampler sampler, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1) private voidGuiGraphics.submitBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) private voidGuiGraphics.submitTiledBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) -
Uses of GpuTextureView in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewAtlasGlyphProvider.Instance.textureViewThe field for thetextureViewrecord component.Methods in net.minecraft.client.gui.font that return GpuTextureViewModifier and TypeMethodDescriptionAtlasGlyphProvider.Instance.textureView()Returns the value of thetextureViewrecord component.PlayerGlyphProvider.Instance.textureView()TextRenderable.textureView()Constructors in net.minecraft.client.gui.font with parameters of type GpuTextureViewModifierConstructorDescriptionprivateInstance(GlyphRenderTypes renderTypes, GpuTextureView textureView, TextureAtlasSprite sprite, float x, float y, int color, int shadowColor, float shadowOffset, Style style) Creates an instance of aInstancerecord class. -
Uses of GpuTextureView in net.minecraft.client.gui.font.glyphs
Fields in net.minecraft.client.gui.font.glyphs declared as GpuTextureViewMethods in net.minecraft.client.gui.font.glyphs that return GpuTextureViewModifier and TypeMethodDescriptionBakedSheetGlyph.EffectInstance.textureView()BakedSheetGlyph.GlyphInstance.textureView()Constructors in net.minecraft.client.gui.font.glyphs with parameters of type GpuTextureViewModifierConstructorDescriptionBakedSheetGlyph(GlyphInfo info, GlyphRenderTypes renderTypes, GpuTextureView textureView, float u0, float u1, float v0, float v1, float left, float right, float up, float down) -
Uses of GpuTextureView in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewGuiItemAtlas.depthTextureViewprivate final GpuTextureViewGuiItemAtlas.SlotView.textureViewThe field for thetextureViewrecord component.private final GpuTextureViewGuiItemAtlas.textureViewprivate final @Nullable GpuTextureViewTextureSetup.texure0The field for thetexure0record component.private final @Nullable GpuTextureViewTextureSetup.texure1The field for thetexure1record component.private final @Nullable GpuTextureViewTextureSetup.texure2The field for thetexure2record component.Methods in net.minecraft.client.gui.render that return GpuTextureViewModifier and TypeMethodDescriptionGuiItemAtlas.SlotView.textureView()Returns the value of thetextureViewrecord component.@Nullable GpuTextureViewTextureSetup.texure0()Returns the value of thetexure0record component.@Nullable GpuTextureViewTextureSetup.texure1()Returns the value of thetexure1record component.@Nullable GpuTextureViewTextureSetup.texure2()Returns the value of thetexure2record component.Methods in net.minecraft.client.gui.render with parameters of type GpuTextureViewModifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.doubleTexture(GpuTextureView texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1) static TextureSetupTextureSetup.singleTexture(GpuTextureView texture, GpuSampler sampler) static TextureSetupTextureSetup.singleTextureWithLightmap(GpuTextureView texture, GpuSampler sampler) Constructors in net.minecraft.client.gui.render with parameters of type GpuTextureViewModifierConstructorDescriptionSlotView(GpuTextureView textureView, float u0, float v0, float u1, float v1) Creates an instance of aSlotViewrecord class.TextureSetup(@Nullable GpuTextureView texure0, @Nullable GpuTextureView texure1, @Nullable GpuTextureView texure2, @Nullable GpuSampler sampler0, @Nullable GpuSampler sampler1, @Nullable GpuSampler sampler2) Creates an instance of aTextureSetuprecord class. -
Uses of GpuTextureView in net.minecraft.client.gui.render.pip
Fields in net.minecraft.client.gui.render.pip declared as GpuTextureViewModifier and TypeFieldDescriptionprivate @Nullable GpuTextureViewPictureInPictureRenderer.depthTextureViewprivate @Nullable GpuTextureViewPictureInPictureRenderer.textureView -
Uses of GpuTextureView in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewLightmap.textureViewprivate @Nullable GpuTextureViewPlayerSkinRenderCache.RenderInfo.textureViewprivate final GpuTextureViewPostPass.InputTexture.viewThe field for theviewrecord component.Methods in net.minecraft.client.renderer that return GpuTextureViewModifier and TypeMethodDescriptionLightmap.getTextureView()UiLightmap.getTextureView()GameRenderer.levelLightmap()GameRenderer.lightmap()PostPass.Input.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PostPass.TargetInput.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PostPass.TextureInput.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PlayerSkinRenderCache.RenderInfo.textureView()PostPass.InputTexture.view()Returns the value of theviewrecord component.Constructors in net.minecraft.client.renderer with parameters of type GpuTextureViewModifierConstructorDescription(package private)InputTexture(String samplerName, GpuTextureView view, GpuSampler sampler) Creates an instance of aInputTexturerecord class. -
Uses of GpuTextureView in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewChunkSectionsToRender.textureViewThe field for thetextureViewrecord component.Methods in net.minecraft.client.renderer.chunk that return GpuTextureViewModifier and TypeMethodDescriptionChunkSectionsToRender.textureView()Returns the value of thetextureViewrecord component.Constructors in net.minecraft.client.renderer.chunk with parameters of type GpuTextureViewModifierConstructorDescriptionChunkSectionsToRender(GpuTextureView textureView, EnumMap<ChunkSectionLayer, it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<List<RenderPass.Draw<GpuBufferSlice[]>>>> drawGroupsPerLayer, int maxIndicesRequired, GpuBufferSlice[] chunkSectionInfos) Creates an instance of aChunkSectionsToRenderrecord class. -
Uses of GpuTextureView in net.minecraft.client.renderer.rendertype
Fields in net.minecraft.client.renderer.rendertype declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewRenderSetup.TextureAndSampler.textureViewThe field for thetextureViewrecord component.Methods in net.minecraft.client.renderer.rendertype that return GpuTextureViewModifier and TypeMethodDescriptionRenderSetup.TextureAndSampler.textureView()Returns the value of thetextureViewrecord component.Constructors in net.minecraft.client.renderer.rendertype with parameters of type GpuTextureViewModifierConstructorDescriptionTextureAndSampler(GpuTextureView textureView, GpuSampler sampler) Creates an instance of aTextureAndSamplerrecord class. -
Uses of GpuTextureView in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as GpuTextureViewModifier and TypeFieldDescriptionprivate GpuTextureView[]TextureAtlas.mipViewsprotected @Nullable GpuTextureViewAbstractTexture.textureViewFields in net.minecraft.client.renderer.texture with type parameters of type GpuTextureViewModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GpuTextureView> SpriteContents.AnimationState.frameTexturesByIndexMethods in net.minecraft.client.renderer.texture that return GpuTextureViewModifier and TypeMethodDescriptionAbstractTexture.getTextureView()OverlayTexture.getTextureView()Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type GpuTextureViewModifierConstructorDescriptionprivateAnimationState(SpriteContents.AnimatedTexture animationInfo, it.unimi.dsi.fastutil.ints.Int2ObjectMap<GpuTextureView> frameTexturesByIndex, GpuBufferSlice[] spriteUbosByMip)