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.blockEntityModelsGetter
Constructor 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 LoadedBlockEntityModels
LoadedBlockEntityModels.EMPTY
Methods in net.minecraft.client.render.block.entity that return LoadedBlockEntityModelsModifier and TypeMethodDescriptionstatic LoadedBlockEntityModels
LoadedBlockEntityModels.fromModels
(LoadedEntityModels models) -
Uses of LoadedBlockEntityModels in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as LoadedBlockEntityModelsModifier and TypeFieldDescriptionprivate LoadedBlockEntityModels
BakedModelManager.blockEntityModels
private final LoadedBlockEntityModels
BakedModelManager.BakingResult.specialBlockModelRenderer
The field for thespecialBlockModelRenderer
record component.Methods in net.minecraft.client.render.model that return LoadedBlockEntityModelsModifier and TypeMethodDescriptionBakedModelManager.BakingResult.specialBlockModelRenderer()
Returns the value of thespecialBlockModelRenderer
record 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.BakingResult
BakedModelManager.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)