Uses of Class
net.minecraft.client.render.model.SpriteAtlasManager.AtlasPreparation
Packages that use SpriteAtlasManager.AtlasPreparation
-
Uses of SpriteAtlasManager.AtlasPreparation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type SpriteAtlasManager.AtlasPreparationModifier and TypeFieldDescriptionprivate final Map
<Identifier, SpriteAtlasManager.AtlasPreparation> BakedModelManager.BakingResult.atlasPreparations
The field for theatlasPreparations
record component.Methods in net.minecraft.client.render.model that return types with arguments of type SpriteAtlasManager.AtlasPreparationModifier and TypeMethodDescriptionBakedModelManager.BakingResult.atlasPreparations()
Returns the value of theatlasPreparations
record component.SpriteAtlasManager.reload
(ResourceManager resourceManager, int mipmapLevels, Executor executor) Method parameters in net.minecraft.client.render.model with type arguments of type SpriteAtlasManager.AtlasPreparationModifier and TypeMethodDescriptionprivate static BakedModelManager.BakingResult
BakedModelManager.bake
(Profiler profiler, Map<Identifier, SpriteAtlasManager.AtlasPreparation> atlases, ModelBaker baker, Object2IntMap<BlockState> groups, LoadedEntityModels entityModels, LoadedBlockEntityModels blockEntityModels)