Uses of Record Class
net.minecraft.client.render.RenderSetup.TextureSpec
Packages that use RenderSetup.TextureSpec
-
Uses of RenderSetup.TextureSpec in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type RenderSetup.TextureSpecModifier and TypeFieldDescriptionprivate final Map<String, RenderSetup.TextureSpec> RenderSetup.Builder.textures(package private) final Map<String, RenderSetup.TextureSpec> RenderSetup.texturesConstructor parameters in net.minecraft.client.render with type arguments of type RenderSetup.TextureSpecModifierConstructorDescription(package private)RenderSetup(RenderPipeline pipeline, Map<String, RenderSetup.TextureSpec> textures, boolean useLightmap, boolean useOverlay, LayeringTransform layeringTransform, OutputTarget outputTarget, TextureTransform textureTransform, RenderSetup.OutlineMode outlineMode, boolean hasCrumbling, boolean translucent, int expectedBufferSize)