Uses of Class
net.minecraft.client.render.entity.model.EntityModelLoader
Packages that use EntityModelLoader
Package
Description
-
Uses of EntityModelLoader in net.minecraft.client
Fields in net.minecraft.client declared as EntityModelLoaderMethods in net.minecraft.client that return EntityModelLoader -
Uses of EntityModelLoader in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as EntityModelLoaderModifier and TypeFieldDescriptionprivate EntityModelLoaderBlockEntityRenderDispatcher.entityModelLoaderprivate EntityModelLoaderBlockEntityRendererFactory.Context.layerRenderDispatcherMethods in net.minecraft.client.render.block.entity that return EntityModelLoaderMethods in net.minecraft.client.render.block.entity with parameters of type EntityModelLoaderModifier and TypeMethodDescriptionSignBlockEntityRenderer.createSignModel(EntityModelLoader entityModelLoader, SignType type)static Map<SkullBlock.SkullType,SkullBlockEntityModel>SkullBlockEntityRenderer.getModels(EntityModelLoader modelLoader)Constructors in net.minecraft.client.render.block.entity with parameters of type EntityModelLoaderModifierConstructorDescriptionBlockEntityRenderDispatcher(TextRenderer textRenderer, EntityModelLoader entityModelLoader, Supplier<BlockRenderManager> supplier)Context(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, EntityModelLoader layerRenderDispatcher, TextRenderer textRenderer) -
Uses of EntityModelLoader in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as EntityModelLoaderModifier and TypeFieldDescriptionprivate EntityModelLoaderEntityRenderDispatcher.modelLoaderprivate EntityModelLoaderEntityRendererFactory.Context.modelLoaderMethods in net.minecraft.client.render.entity that return EntityModelLoaderMethods in net.minecraft.client.render.entity with parameters of type EntityModelLoaderModifier and TypeMethodDescriptionprivate static PiglinEntityModel<MobEntity>PiglinEntityRenderer.getPiglinModel(EntityModelLoader modelLoader, EntityModelLayer layer, boolean zombie)Constructors in net.minecraft.client.render.entity with parameters of type EntityModelLoaderModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemRenderer itemRenderer, ResourceManager resourceManager, EntityModelLoader modelLoader, TextRenderer textRenderer)EntityRenderDispatcher(TextureManager textureManager, ItemRenderer itemRenderer, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader) -
Uses of EntityModelLoader in net.minecraft.client.render.entity.feature
Constructors in net.minecraft.client.render.entity.feature with parameters of type EntityModelLoaderModifierConstructorDescriptionCatCollarFeatureRenderer(FeatureRendererContext<CatEntity,CatEntityModel<CatEntity>> context, EntityModelLoader loader)CreeperChargeFeatureRenderer(FeatureRendererContext<CreeperEntity,CreeperEntityModel<CreeperEntity>> context, EntityModelLoader loader)DrownedOverlayFeatureRenderer(FeatureRendererContext<T,DrownedEntityModel<T>> context, EntityModelLoader loader)ElytraFeatureRenderer(FeatureRendererContext<T,M> context, EntityModelLoader loader)HeadFeatureRenderer(FeatureRendererContext<T,M> context, EntityModelLoader loader)HeadFeatureRenderer(FeatureRendererContext<T,M> context, EntityModelLoader loader, float scaleX, float scaleY, float scaleZ)HorseArmorFeatureRenderer(FeatureRendererContext<HorseEntity,HorseEntityModel<HorseEntity>> context, EntityModelLoader loader)LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> context, EntityModelLoader loader)SheepWoolFeatureRenderer(FeatureRendererContext<SheepEntity,SheepEntityModel<SheepEntity>> context, EntityModelLoader loader)ShoulderParrotFeatureRenderer(FeatureRendererContext<T,PlayerEntityModel<T>> context, EntityModelLoader loader)SlimeOverlayFeatureRenderer(FeatureRendererContext<T,SlimeEntityModel<T>> context, EntityModelLoader loader)StrayOverlayFeatureRenderer(FeatureRendererContext<T,M> context, EntityModelLoader loader)TridentRiptideFeatureRenderer(FeatureRendererContext<T,PlayerEntityModel<T>> context, EntityModelLoader loader)TropicalFishColorFeatureRenderer(FeatureRendererContext<TropicalFishEntity,TintableCompositeModel<TropicalFishEntity>> context, EntityModelLoader loader)WitherArmorFeatureRenderer(FeatureRendererContext<WitherEntity,WitherEntityModel<WitherEntity>> context, EntityModelLoader loader) -
Uses of EntityModelLoader in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as EntityModelLoaderModifier and TypeFieldDescriptionprivate EntityModelLoaderBuiltinModelItemRenderer.entityModelLoaderConstructors in net.minecraft.client.render.item with parameters of type EntityModelLoaderModifierConstructorDescriptionBuiltinModelItemRenderer(BlockEntityRenderDispatcher blockEntityRenderDispatcher, EntityModelLoader entityModelLoader)