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.atlasPreparationsThe field for theatlasPreparationsrecord 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 theatlasPreparationsrecord 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 CompletableFuture<BakedModelManager.BakingResult> BakedModelManager.bake(Map<Identifier, SpriteAtlasManager.AtlasPreparation> atlasMap, ModelBaker baker, Object2IntMap<BlockState> blockStates, LoadedEntityModels entityModels, LoadedBlockEntityModels blockEntityModels, Executor executor)