Uses of Class
net.minecraft.client.render.block.entity.LoadedBlockEntityModels
Packages that use LoadedBlockEntityModels
Package
Description
-
Uses of LoadedBlockEntityModels in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block with type parameters of type LoadedBlockEntityModelsModifier and TypeFieldDescriptionprivate final Supplier<LoadedBlockEntityModels> BlockRenderManager.blockEntityModelsGetterConstructor parameters in net.minecraft.client.render.block with type arguments of type LoadedBlockEntityModelsModifierConstructorDescriptionBlockRenderManager(BlockModels models, Supplier<LoadedBlockEntityModels> blockEntityModelsGetter, BlockColors blockColors) -
Uses of LoadedBlockEntityModels in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as LoadedBlockEntityModelsModifier and TypeFieldDescriptionstatic final LoadedBlockEntityModelsLoadedBlockEntityModels.EMPTYMethods in net.minecraft.client.render.block.entity that return LoadedBlockEntityModelsModifier and TypeMethodDescriptionstatic LoadedBlockEntityModelsLoadedBlockEntityModels.fromModels(LoadedEntityModels models) -
Uses of LoadedBlockEntityModels in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as LoadedBlockEntityModelsModifier and TypeFieldDescriptionprivate LoadedBlockEntityModelsBakedModelManager.blockEntityModelsprivate final LoadedBlockEntityModelsBakedModelManager.BakingResult.specialBlockModelRendererThe field for thespecialBlockModelRendererrecord component.Methods in net.minecraft.client.render.model that return LoadedBlockEntityModelsModifier and TypeMethodDescriptionBakedModelManager.BakingResult.specialBlockModelRenderer()Returns the value of thespecialBlockModelRendererrecord component.Methods in net.minecraft.client.render.model that return types with arguments of type LoadedBlockEntityModelsMethods in net.minecraft.client.render.model with parameters of type LoadedBlockEntityModelsModifier and TypeMethodDescriptionprivate static BakedModelManager.BakingResultBakedModelManager.bake(Profiler profiler, Map<Identifier, SpriteAtlasManager.AtlasPreparation> atlases, ModelBaker baker, Object2IntMap<BlockState> groups, LoadedEntityModels entityModels, LoadedBlockEntityModels blockEntityModels) Constructors in net.minecraft.client.render.model with parameters of type LoadedBlockEntityModelsModifierConstructorDescription(package private)BakingResult(ModelBaker.BakedModels bakedModels, Object2IntMap<BlockState> object2IntMap, Map<BlockState, BakedModel> map, Map<Identifier, SpriteAtlasManager.AtlasPreparation> map2, LoadedEntityModels loadedEntityModels, LoadedBlockEntityModels loadedBlockEntityModels, CompletableFuture<Void> completableFuture)