Uses of Class
net.minecraft.client.renderer.texture.TextureAtlas.Preparations
Packages that use TextureAtlas.Preparations
Package
Description
-
Uses of TextureAtlas.Preparations in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture that return TextureAtlas.PreparationsModifier and TypeMethodDescriptionTextureAtlas.prepareToStitch(ResourceManager p_118308_, Stream<ResourceLocation> p_118309_, ProfilerFiller p_118310_, int p_118311_)Methods in net.minecraft.client.renderer.texture with parameters of type TextureAtlas.PreparationsModifier and TypeMethodDescriptionvoidTextureAtlas.reload(TextureAtlas.Preparations p_118313_)voidTextureAtlas.updateFilter(TextureAtlas.Preparations p_118323_) -
Uses of TextureAtlas.Preparations in net.minecraft.client.resources
Methods in net.minecraft.client.resources that return TextureAtlas.PreparationsModifier and TypeMethodDescriptionprotected TextureAtlas.PreparationsTextureAtlasHolder.prepare(ResourceManager p_118891_, ProfilerFiller p_118892_)Methods in net.minecraft.client.resources with parameters of type TextureAtlas.PreparationsModifier and TypeMethodDescriptionprotected voidTextureAtlasHolder.apply(TextureAtlas.Preparations p_118894_, ResourceManager p_118895_, ProfilerFiller p_118896_) -
Uses of TextureAtlas.Preparations in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type TextureAtlas.PreparationsModifier and TypeFieldDescriptionprivate Map<ResourceLocation,com.mojang.datafixers.util.Pair<TextureAtlas,TextureAtlas.Preparations>>ModelBakery.atlasPreparations