Uses of Class
net.minecraft.client.renderer.texture.AbstractTexture
Packages that use AbstractTexture
Package
Description
-
Uses of AbstractTexture in net.minecraft.client.gui.font
Subclasses of AbstractTexture in net.minecraft.client.gui.font -
Uses of AbstractTexture in net.minecraft.client.gui.screens
Subclasses of AbstractTexture in net.minecraft.client.gui.screens -
Uses of AbstractTexture in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as AbstractTextureModifier and TypeFieldDescriptionprivate final AbstractTextureSkyRenderer.endSkyTextureprivate @Nullable AbstractTextureWeatherEffectRenderer.rainTextureprivate @Nullable AbstractTextureWeatherEffectRenderer.snowTextureprivate final AbstractTexturePostPass.TextureInput.textureThe field for thetexturerecord component.private @Nullable AbstractTextureWorldBorderRenderer.textureMethods in net.minecraft.client.renderer that return AbstractTextureModifier and TypeMethodDescriptionprivate AbstractTextureSkyRenderer.getTexture(TextureManager textureManager, Identifier location) PostPass.TextureInput.texture()Returns the value of thetexturerecord component.Methods in net.minecraft.client.renderer with parameters of type AbstractTextureModifier and TypeMethodDescriptionprivate voidWorldBorderRenderer.prepareRenderPass(RenderPass renderPass, GpuBufferSlice dynamicTransforms, GpuBuffer indexBuffer, AbstractTexture abstractTexture) private voidWeatherEffectRenderer.renderWeather(RenderPass renderPass, AbstractTexture texture, int startColumn, int columnCount) Constructors in net.minecraft.client.renderer with parameters of type AbstractTextureModifierConstructorDescriptionTextureInput(String samplerName, AbstractTexture texture, int width, int height, boolean bilinear) Creates an instance of aTextureInputrecord class. -
Uses of AbstractTexture in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature with type parameters of type AbstractTextureModifier and TypeFieldDescriptionprivate final Map<SingleQuadParticle.Layer, AbstractTexture> QuadParticleFeatureRenderer.PreparedGroup.texturesThe field for thetexturesrecord component.Methods in net.minecraft.client.renderer.feature that return types with arguments of type AbstractTextureModifier and TypeMethodDescriptionQuadParticleFeatureRenderer.PreparedGroup.textures()Returns the value of thetexturesrecord component. -
Uses of AbstractTexture in net.minecraft.client.renderer.texture
Subclasses of AbstractTexture in net.minecraft.client.renderer.textureModifier and TypeClassDescriptionclassclassclassclassclassclassFields in net.minecraft.client.renderer.texture with type parameters of type AbstractTextureModifier and TypeFieldDescriptionprivate final Map<Identifier, AbstractTexture> TextureManager.byPathMethods in net.minecraft.client.renderer.texture that return AbstractTextureMethods in net.minecraft.client.renderer.texture with parameters of type AbstractTextureModifier and TypeMethodDescriptionvoidTextureManager.register(Identifier location, AbstractTexture texture) private voidTextureManager.safeClose(Identifier id, AbstractTexture texture) -
Uses of AbstractTexture in net.minecraft.client.resources.palette
Subclasses of AbstractTexture in net.minecraft.client.resources.paletteModifier and TypeClassDescriptionprivate static classprivate static classFields in net.minecraft.client.resources.palette declared as AbstractTextureModifier and TypeFieldDescriptionprivate final AbstractTexturePalettedTextureManager.Slot.textureThe field for thetexturerecord component.Methods in net.minecraft.client.resources.palette that return AbstractTextureModifier and TypeMethodDescriptionPalettedTextureManager.Slot.texture()Returns the value of thetexturerecord component.Constructors in net.minecraft.client.resources.palette with parameters of type AbstractTextureModifierConstructorDescriptionprivateSlot(AbstractTexture texture, Identifier textureLocation, int x, int y, int width, int height) Creates an instance of aSlotrecord class.