Uses of Class
net.minecraft.item.equipment.EquipmentAsset
Packages that use EquipmentAsset
Package
Description
The base package for all Minecraft classes.
-
Uses of EquipmentAsset in net.minecraft
Fields in net.minecraft with type parameters of type EquipmentAssetModifier and TypeFieldDescriptionprivate final Map<RegistryKey<EquipmentAsset>, class_10714.class_10715> class_10714.overridesThe field for theoverridesrecord component.Methods in net.minecraft that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionclass_10714.overrides()Returns the value of theoverridesrecord component.Method parameters in net.minecraft with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionclass_10714.method_67227(RegistryKey<EquipmentAsset> registryKey) static class_10714class_10714.method_67230(String string, Map<RegistryKey<EquipmentAsset>, String> map) Constructor parameters in net.minecraft with type arguments of type EquipmentAssetModifierConstructorDescriptionclass_10714(class_10714.class_10715 class_10715, Map<RegistryKey<EquipmentAsset>, class_10714.class_10715> map) -
Uses of EquipmentAsset in net.minecraft.client.data
Method parameters in net.minecraft.client.data with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionprivate static voidEquipmentAssetProvider.bootstrap(BiConsumer<RegistryKey<EquipmentAsset>, EquipmentModel> equipmentBiConsumer) private voidItemModelGenerator.registerArmor(Item item, RegistryKey<EquipmentAsset> equipmentKey, Identifier identifier, boolean dyeable) -
Uses of EquipmentAsset in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment with type parameters of type EquipmentAssetModifier and TypeFieldDescriptionprivate final RegistryKey<EquipmentAsset> EquipmentRenderer.TrimSpriteKey.equipmentAssetIdThe field for theequipmentAssetIdrecord component.private Map<RegistryKey<EquipmentAsset>, EquipmentModel> EquipmentModelLoader.modelsMethods in net.minecraft.client.render.entity.equipment that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionEquipmentRenderer.TrimSpriteKey.equipmentAssetId()Returns the value of theequipmentAssetIdrecord component.Method parameters in net.minecraft.client.render.entity.equipment with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionEquipmentModelLoader.get(RegistryKey<EquipmentAsset> assetKey) voidEquipmentRenderer.render(EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> assetKey, Model model, ItemStack stack, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light) voidEquipmentRenderer.render(EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> assetKey, Model model, ItemStack stack, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, @Nullable Identifier texture) Constructor parameters in net.minecraft.client.render.entity.equipment with type arguments of type EquipmentAssetModifierConstructorDescription(package private)TrimSpriteKey(ArmorTrim armorTrim, EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> registryKey) -
Uses of EquipmentAsset in net.minecraft.client.render.entity.feature
Method parameters in net.minecraft.client.render.entity.feature with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionprivate voidLlamaDecorFeatureRenderer.render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, LlamaEntityRenderState state, ItemStack stack, RegistryKey<EquipmentAsset> registryKey, int light) -
Uses of EquipmentAsset in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type EquipmentAssetModifier and TypeFieldDescriptionprivate final Optional<RegistryKey<EquipmentAsset>> EquippableComponent.assetIdThe field for theassetIdrecord component.private Optional<RegistryKey<EquipmentAsset>> EquippableComponent.Builder.modelMethods in net.minecraft.component.type that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionEquippableComponent.assetId()Returns the value of theassetIdrecord component.Method parameters in net.minecraft.component.type with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionEquippableComponent.Builder.model(RegistryKey<EquipmentAsset> model) Constructor parameters in net.minecraft.component.type with type arguments of type EquipmentAssetModifierConstructorDescriptionEquippableComponent(EquipmentSlot equipmentSlot, RegistryEntry<SoundEvent> registryEntry, Optional<RegistryKey<EquipmentAsset>> optional, Optional<Identifier> optional2, Optional<RegistryEntryList<EntityType<?>>> optional3, boolean bool, boolean bool2, boolean bool3, boolean bool4) -
Uses of EquipmentAsset in net.minecraft.item.equipment
Fields in net.minecraft.item.equipment with type parameters of type EquipmentAssetModifier and TypeFieldDescriptionstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.ARMADILLO_SCUTEprivate final RegistryKey<EquipmentAsset> ArmorMaterial.assetIdThe field for theassetIdrecord component.static final Map<DyeColor, RegistryKey<EquipmentAsset>> EquipmentAssetKeys.CARPET_FROM_COLORstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.CHAINMAILstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.DIAMONDstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.ELYTRAstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.GOLDstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.IRONstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.LEATHERstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.NETHERITEstatic final RegistryKey<? extends Registry<EquipmentAsset>> EquipmentAssetKeys.REGISTRY_KEYstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.SADDLEstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.TRADER_LLAMAstatic final RegistryKey<EquipmentAsset> EquipmentAssetKeys.TURTLE_SCUTEMethods in net.minecraft.item.equipment that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionArmorMaterial.assetId()Returns the value of theassetIdrecord component.static RegistryKey<EquipmentAsset> Constructor parameters in net.minecraft.item.equipment with type arguments of type EquipmentAssetModifierConstructorDescriptionArmorMaterial(int int2, Map<EquipmentType, Integer> map, int int3, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, TagKey<Item> tagKey, RegistryKey<EquipmentAsset> registryKey) -
Uses of EquipmentAsset in net.minecraft.item.equipment.trim
Method parameters in net.minecraft.item.equipment.trim with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionArmorTrim.method_67225(String string, RegistryKey<EquipmentAsset> registryKey)