Uses of Class
net.minecraft.client.model.geom.EntityModelSet
Packages that use EntityModelSet
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of EntityModelSet in net.minecraft.client
Methods in net.minecraft.client that return EntityModelSet -
Uses of EntityModelSet in net.minecraft.client.gui.components
Constructors in net.minecraft.client.gui.components with parameters of type EntityModelSetModifierConstructorDescriptionPlayerSkinWidget(int width, int height, EntityModelSet models, Supplier<PlayerSkin> skin) -
Uses of EntityModelSet in net.minecraft.client.model.geom
Fields in net.minecraft.client.model.geom declared as EntityModelSetMethods in net.minecraft.client.model.geom that return EntityModelSet -
Uses of EntityModelSet in net.minecraft.client.renderer.block
Fields in net.minecraft.client.renderer.block declared as EntityModelSetConstructors in net.minecraft.client.renderer.block with parameters of type EntityModelSetModifierConstructorDescriptionLoadedBlockModels(Map<BlockState, BlockModel.Unbaked> unbakedModels, EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of EntityModelSet in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as EntityModelSetModifier and TypeFieldDescriptionprivate final EntityModelSetBlockModel.BakingContext.entityModelSetThe field for theentityModelSetrecord component.Methods in net.minecraft.client.renderer.block.model that return EntityModelSetModifier and TypeMethodDescriptionBlockModel.BakingContext.entityModelSet()Returns the value of theentityModelSetrecord component.Constructors in net.minecraft.client.renderer.block.model with parameters of type EntityModelSetModifierConstructorDescriptionBakingContext(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Function<BlockState, BlockStateModel> modelGetter, BlockModel missingBlockModel) Deprecated.BakingContext(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Function<BlockState, BlockStateModel> modelGetter, BlockModel missingBlockModel, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aBakingContextrecord class. -
Uses of EntityModelSet in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as EntityModelSetModifier and TypeFieldDescriptionprivate final EntityModelSetBlockEntityRendererProvider.Context.entityModelSetThe field for theentityModelSetrecord component.Fields in net.minecraft.client.renderer.blockentity with type parameters of type EntityModelSetModifier and TypeFieldDescriptionprivate final Supplier<EntityModelSet> BlockEntityRenderDispatcher.entityModelSetMethods in net.minecraft.client.renderer.blockentity that return EntityModelSetModifier and TypeMethodDescriptionBlockEntityRendererProvider.Context.entityModelSet()Returns the value of theentityModelSetrecord component.Methods in net.minecraft.client.renderer.blockentity with parameters of type EntityModelSetModifier and TypeMethodDescriptionstatic @Nullable SkullModelBaseSkullBlockRenderer.createModel(EntityModelSet modelSet, SkullBlock.Type type) static Model.SimpleHangingSignRenderer.createSignModel(EntityModelSet entityModelSet, WoodType woodType, HangingSignBlock.Attachment attachmentType) static Model.SimpleStandingSignRenderer.createSignModel(EntityModelSet entityModelSet, WoodType woodType, PlainSignBlock.Attachment attachment) Constructors in net.minecraft.client.renderer.blockentity with parameters of type EntityModelSetModifierConstructorDescriptionBannerRenderer(EntityModelSet modelSet, SpriteGetter sprites) BedRenderer(SpriteGetter sprites, EntityModelSet entityModelSet) Context(BlockEntityRenderDispatcher blockEntityRenderDispatcher, BlockModelResolver blockModelResolver, ItemModelResolver itemModelResolver, EntityRenderDispatcher entityRenderer, EntityModelSet entityModelSet, Font font, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache) Creates an instance of aContextrecord class.DecoratedPotRenderer(EntityModelSet entityModelSet, SpriteGetter sprites) ShulkerBoxRenderer(EntityModelSet context, SpriteGetter sprites) Constructor parameters in net.minecraft.client.renderer.blockentity with type arguments of type EntityModelSetModifierConstructorDescriptionBlockEntityRenderDispatcher(Font font, Supplier<EntityModelSet> entityModelSet, BlockModelResolver blockModelResolver, ItemModelResolver itemModelResolver, EntityRenderDispatcher entityRenderer, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of EntityModelSet in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as EntityModelSetModifier and TypeFieldDescriptionprivate final EntityModelSetEntityRendererProvider.Context.modelSetFields in net.minecraft.client.renderer.entity with type parameters of type EntityModelSetModifier and TypeFieldDescriptionprivate final Supplier<EntityModelSet> EntityRenderDispatcher.entityModelsMethods in net.minecraft.client.renderer.entity that return EntityModelSetMethods in net.minecraft.client.renderer.entity with parameters of type EntityModelSetModifier and TypeMethodDescriptionstatic <M extends HumanoidModel<?>>
ArmorModelSet<M> ArmorModelSet.bake(ArmorModelSet<ModelLayerLocation> locations, EntityModelSet modelSet, Function<ModelPart, M> factory) Constructors in net.minecraft.client.renderer.entity with parameters of type EntityModelSetModifierConstructorDescriptionContext(EntityRenderDispatcher entityRenderDispatcher, BlockModelResolver blockModelResolver, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, ResourceManager resourceManager, EntityModelSet modelSet, EquipmentAssetManager equipmentAssets, AtlasManager atlasManager, Font font, PlayerSkinRenderCache playerSkinRenderCache) Constructor parameters in net.minecraft.client.renderer.entity with type arguments of type EntityModelSetModifierConstructorDescriptionEntityRenderDispatcher(Minecraft minecraft, TextureManager textureManager, BlockModelResolver blockModelResolver, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, AtlasManager atlasManager, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentAssets, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of EntityModelSet in net.minecraft.client.renderer.entity.layers
Constructors in net.minecraft.client.renderer.entity.layers with parameters of type EntityModelSetModifierConstructorDescriptionBreezeEyesLayer(RenderLayerParent<BreezeRenderState, BreezeModel> renderer, EntityModelSet modelSet) BreezeWindLayer(RenderLayerParent<BreezeRenderState, BreezeModel> renderer, EntityModelSet modelSet) CapeLayer(RenderLayerParent<AvatarRenderState, PlayerModel> renderer, EntityModelSet modelSet, EquipmentAssetManager equipmentAssets) CatCollarLayer(RenderLayerParent<CatRenderState, AbstractFelineModel<CatRenderState>> renderer, EntityModelSet modelSet) CreeperPowerLayer(RenderLayerParent<CreeperRenderState, CreeperModel> renderer, EntityModelSet modelSet) CustomHeadLayer(RenderLayerParent<S, M> renderer, EntityModelSet modelSet, PlayerSkinRenderCache playerSkinRenderCache) CustomHeadLayer(RenderLayerParent<S, M> renderer, EntityModelSet modelSet, PlayerSkinRenderCache playerSkinRenderCache, CustomHeadLayer.Transforms transforms) Deadmau5EarsLayer(RenderLayerParent<AvatarRenderState, PlayerModel> renderer, EntityModelSet modelSet) DrownedOuterLayer(RenderLayerParent<ZombieRenderState, DrownedModel> renderer, EntityModelSet modelSet) LlamaDecorLayer(RenderLayerParent<LlamaRenderState, LlamaModel> renderer, EntityModelSet modelSet, EquipmentLayerRenderer equipmentRenderer) ParrotOnShoulderLayer(RenderLayerParent<AvatarRenderState, PlayerModel> renderer, EntityModelSet modelSet) RopesLayer(RenderLayerParent<HappyGhastRenderState, M> renderer, EntityModelSet modelSet, Identifier ropesTexture) SheepWoolLayer(RenderLayerParent<SheepRenderState, SheepModel> renderer, EntityModelSet modelSet) SheepWoolUndercoatLayer(RenderLayerParent<SheepRenderState, SheepModel> renderer, EntityModelSet modelSet) SkeletonClothingLayer(RenderLayerParent<S, M> renderer, EntityModelSet models, ModelLayerLocation layerLocation, Identifier clothesLocation) SlimeOuterLayer(RenderLayerParent<SlimeRenderState, SlimeModel> renderer, EntityModelSet modelSet) SpinAttackEffectLayer(RenderLayerParent<AvatarRenderState, PlayerModel> renderer, EntityModelSet modelSet) TropicalFishPatternLayer(RenderLayerParent<TropicalFishRenderState, EntityModel<TropicalFishRenderState>> renderer, EntityModelSet modelSet) WingsLayer(RenderLayerParent<S, M> renderer, EntityModelSet modelSet, EquipmentLayerRenderer equipmentRenderer) WitherArmorLayer(RenderLayerParent<WitherRenderState, WitherBossModel> renderer, EntityModelSet modelSet) WolfArmorLayer(RenderLayerParent<WolfRenderState, WolfModel> renderer, EntityModelSet modelSet, EquipmentLayerRenderer equipmentRenderer) -
Uses of EntityModelSet in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item declared as EntityModelSetModifier and TypeFieldDescriptionprivate final EntityModelSetItemModel.BakingContext.entityModelSetThe field for theentityModelSetrecord component.Methods in net.minecraft.client.renderer.item that return EntityModelSetModifier and TypeMethodDescriptionItemModel.BakingContext.entityModelSet()Returns the value of theentityModelSetrecord component.Constructors in net.minecraft.client.renderer.item with parameters of type EntityModelSetModifierConstructorDescriptionBakingContext(ModelBaker blockModelBaker, EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, MissingItemModel missingItemModel, @Nullable RegistryContextSwapper contextSwapper) BakingContext(ModelBaker blockModelBaker, EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, MissingItemModel missingItemModel, @Nullable RegistryContextSwapper contextSwapper, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aBakingContextrecord class. -
Uses of EntityModelSet in net.minecraft.client.renderer.special
Methods in net.minecraft.client.renderer.special that return EntityModelSet -
Uses of EntityModelSet in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as EntityModelSetModifier and TypeFieldDescriptionprivate final EntityModelSetModelBakery.entityModelSetprivate EntityModelSetModelManager.entityModelSetprivate final EntityModelSetModelManager.ReloadState.entityModelSetThe field for theentityModelSetrecord component.Methods in net.minecraft.client.resources.model that return EntityModelSetModifier and TypeMethodDescriptionModelManager.ReloadState.entityModelSet()Returns the value of theentityModelSetrecord component.Methods in net.minecraft.client.resources.model that return types with arguments of type EntityModelSetMethods in net.minecraft.client.resources.model with parameters of type EntityModelSetModifier and TypeMethodDescriptionprivate static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations blockAtlas, SpriteLoader.Preparations itemAtlas, ModelBakery bakery, LoadedBlockModels blockModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, EntityModelSet entityModelSet, Executor taskExecutor) private static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations blockAtlas, SpriteLoader.Preparations itemAtlas, ModelBakery bakery, LoadedBlockModels blockModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, EntityModelSet entityModelSet, Executor taskExecutor, AnimationLoader.PendingAnimations pendingAnimations) Constructors in net.minecraft.client.resources.model with parameters of type EntityModelSetModifierConstructorDescriptionModelBakery(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Map<BlockState, BlockStateModel.UnbakedRoot> unbakedBlockStateModels, Map<Identifier, ClientItem> clientInfos, Map<Identifier, ResolvedModel> resolvedModels, ResolvedModel missingModel) ModelBakery(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Map<BlockState, BlockStateModel.UnbakedRoot> unbakedBlockStateModels, Map<Identifier, ClientItem> clientInfos, Map<Identifier, ResolvedModel> resolvedModels, ResolvedModel missingModel, StandaloneModelLoader.LoadedModels standaloneModels, AnimationLoader.PendingAnimations pendingAnimations) privateReloadState(ModelBakery.BakingResult bakedModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, Map<BlockState, BlockStateModel> blockStateModels, Map<BlockState, BlockModel> blockModels, Map<Fluid, FluidModel> fluidModels, EntityModelSet entityModelSet) Creates an instance of aReloadStaterecord class. -
Uses of EntityModelSet in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type EntityModelSetModifier and TypeFieldDescriptionprivate static final Map<SkullBlock.Type, Function<EntityModelSet, SkullModelBase>> ClientHooks.skullModelsByTypeMethods in net.neoforged.neoforge.client with parameters of type EntityModelSetModifier and TypeMethodDescriptionstatic @Nullable SkullModelBaseClientHooks.getModdedSkullModel(EntityModelSet modelSet, SkullBlock.Type type) -
Uses of EntityModelSet in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type EntityModelSetModifier and TypeFieldDescriptionprivate final Map<SkullBlock.Type, Function<EntityModelSet, SkullModelBase>> EntityRenderersEvent.CreateSkullModels.skullModelsMethods in net.neoforged.neoforge.client.event that return EntityModelSetModifier and TypeMethodDescriptionEntityRenderersEvent.AddLayers.getEntityModels()Returns the set of entity models.Method parameters in net.neoforged.neoforge.client.event with type arguments of type EntityModelSetModifier and TypeMethodDescriptionvoidEntityRenderersEvent.CreateSkullModels.registerSkullModel(SkullBlock.Type type, Function<EntityModelSet, SkullModelBase> factory, @Nullable Identifier skullTexture) Registers the entity model for a skull block with the givenSkullBlock.Type, and optionally registers a skull texture to theSkullBlockRenderer.SKIN_BY_TYPEmap.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type EntityModelSetModifierConstructorDescriptionCreateSkullModels(Map<SkullBlock.Type, Function<EntityModelSet, SkullModelBase>> skullModels, Map<SkullBlock.Type, Identifier> skullTextures)
BakingContext(EntityModelSet, SpriteGetter, PlayerSkinRenderCache, Function, BlockModel, net.neoforged.neoforge.client.entity.animation.json.AnimationLoader.PendingAnimations)instead