Uses of Record Class
net.minecraft.client.renderer.entity.ArmorModelSet
Packages that use ArmorModelSet
Package
Description
-
Uses of ArmorModelSet in net.minecraft.client.model
Methods in net.minecraft.client.model that return ArmorModelSetModifier and TypeMethodDescriptionprotected static ArmorModelSet<MeshDefinition> HumanoidModel.createArmorMeshSet(Function<CubeDeformation, MeshDefinition> baseFactory, Map<EquipmentSlot, Set<String>> partsPerSlot, CubeDeformation innerDeformation, CubeDeformation outerDeformation) static ArmorModelSet<MeshDefinition> HumanoidModel.createArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) static ArmorModelSet<MeshDefinition> HumanoidModel.createBabyArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation, PartPose armOffset) -
Uses of ArmorModelSet in net.minecraft.client.model.geom
Fields in net.minecraft.client.model.geom declared as ArmorModelSetModifier and TypeFieldDescriptionstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ARMOR_STAND_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ARMOR_STAND_SMALL_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.BOGGED_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.DROWNED_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.DROWNED_BABY_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.GIANT_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.HUSK_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.HUSK_BABY_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.PARCHED_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.PIGLIN_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.PIGLIN_BABY_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.PIGLIN_BRUTE_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.PLAYER_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.PLAYER_SLIM_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.SKELETON_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.STRAY_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.WITHER_SKELETON_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ZOMBIE_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ZOMBIE_BABY_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ZOMBIE_VILLAGER_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ZOMBIE_VILLAGER_BABY_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ZOMBIFIED_PIGLIN_ARMORstatic final ArmorModelSet<ModelLayerLocation> ModelLayers.ZOMBIFIED_PIGLIN_BABY_ARMORMethods in net.minecraft.client.model.geom that return ArmorModelSetModifier and TypeMethodDescriptionprivate static ArmorModelSet<ModelLayerLocation> ModelLayers.registerArmorSet(String modelId) -
Uses of ArmorModelSet in net.minecraft.client.model.monster.piglin
Methods in net.minecraft.client.model.monster.piglin that return ArmorModelSetModifier and TypeMethodDescriptionstatic ArmorModelSet<MeshDefinition> AbstractPiglinModel.createArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) static ArmorModelSet<MeshDefinition> AbstractPiglinModel.createBabyArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation, PartPose armOffset) -
Uses of ArmorModelSet in net.minecraft.client.model.monster.zombie
Methods in net.minecraft.client.model.monster.zombie that return ArmorModelSetModifier and TypeMethodDescriptionstatic ArmorModelSet<LayerDefinition> ZombieVillagerModel.createArmorLayerSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) -
Uses of ArmorModelSet in net.minecraft.client.model.object.armorstand
Methods in net.minecraft.client.model.object.armorstand that return ArmorModelSetModifier and TypeMethodDescriptionstatic ArmorModelSet<LayerDefinition> ArmorStandArmorModel.createArmorLayerSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) -
Uses of ArmorModelSet in net.minecraft.client.model.player
Methods in net.minecraft.client.model.player that return ArmorModelSetModifier and TypeMethodDescriptionstatic ArmorModelSet<MeshDefinition> PlayerModel.createArmorMeshSet(CubeDeformation innerDeformation, CubeDeformation outerDeformation) -
Uses of ArmorModelSet in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return ArmorModelSetModifier and TypeMethodDescriptionstatic <M extends HumanoidModel<?>>
ArmorModelSet<M> ArmorModelSet.bake(ArmorModelSet<ModelLayerLocation> locations, EntityModelSet modelSet, Function<ModelPart, M> factory) <U> ArmorModelSet<U> Methods in net.minecraft.client.renderer.entity with parameters of type ArmorModelSetModifier and TypeMethodDescriptionstatic <M extends HumanoidModel<?>>
ArmorModelSet<M> ArmorModelSet.bake(ArmorModelSet<ModelLayerLocation> locations, EntityModelSet modelSet, Function<ModelPart, M> factory) voidArmorModelSet.putFrom(ArmorModelSet<LayerDefinition> values, ImmutableMap.Builder<T, LayerDefinition> output) Constructors in net.minecraft.client.renderer.entity with parameters of type ArmorModelSetModifierConstructorDescriptionAbstractSkeletonRenderer(EntityRendererProvider.Context context, ModelLayerLocation body, ArmorModelSet<ModelLayerLocation> armorSet) AbstractSkeletonRenderer(EntityRendererProvider.Context context, ArmorModelSet<ModelLayerLocation> armorSet, SkeletonModel<S> bodyModel) protectedAbstractZombieRenderer(EntityRendererProvider.Context context, M model, M babyModel, ArmorModelSet<M> armorSet, ArmorModelSet<M> babyArmorSet) PiglinRenderer(EntityRendererProvider.Context context, ModelLayerLocation body, ModelLayerLocation babyBody, ArmorModelSet<ModelLayerLocation> armorSet, ArmorModelSet<ModelLayerLocation> babyArmorSet) ZombieRenderer(EntityRendererProvider.Context context, ModelLayerLocation body, ModelLayerLocation babyBody, ArmorModelSet<ModelLayerLocation> armorSet, ArmorModelSet<ModelLayerLocation> babyArmorSet) ZombifiedPiglinRenderer(EntityRendererProvider.Context context, ModelLayerLocation body, ModelLayerLocation babyBody, ArmorModelSet<ModelLayerLocation> armorSet, ArmorModelSet<ModelLayerLocation> babyArmorSet) -
Uses of ArmorModelSet in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as ArmorModelSetModifier and TypeFieldDescriptionprivate final ArmorModelSet<A> HumanoidArmorLayer.babyModelSetprivate final ArmorModelSet<A> HumanoidArmorLayer.modelSetConstructors in net.minecraft.client.renderer.entity.layers with parameters of type ArmorModelSetModifierConstructorDescriptionHumanoidArmorLayer(RenderLayerParent<S, M> renderer, ArmorModelSet<A> modelSet, ArmorModelSet<A> babyModelSet, EquipmentLayerRenderer equipmentRenderer) HumanoidArmorLayer(RenderLayerParent<S, M> renderer, ArmorModelSet<A> modelSet, EquipmentLayerRenderer equipmentRenderer)