Uses of Class
net.minecraft.item.equipment.EquipmentAsset
Packages that use EquipmentAsset
Package
Description
-
Uses of EquipmentAsset in net.minecraft.client.data
Method parameters in net.minecraft.client.data with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionprivate static void
EquipmentAssetProvider.bootstrap
(BiConsumer<RegistryKey<EquipmentAsset>, EquipmentModel> equipmentBiConsumer) private void
ItemModelGenerator.registerArmor
(Item item, RegistryKey<EquipmentAsset> equipmentKey, Identifier trimIdPrefix, 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.equipmentAssetId
The field for theequipmentAssetId
record component.private Map
<RegistryKey<EquipmentAsset>, EquipmentModel> EquipmentModelLoader.models
Methods in net.minecraft.client.render.entity.equipment that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionEquipmentRenderer.TrimSpriteKey.equipmentAssetId()
Returns the value of theequipmentAssetId
record component.Method parameters in net.minecraft.client.render.entity.equipment with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionEquipmentModelLoader.get
(RegistryKey<EquipmentAsset> assetKey) void
EquipmentRenderer.render
(EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> assetKey, Model model, ItemStack stack, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light) void
EquipmentRenderer.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 void
LlamaDecorFeatureRenderer.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.assetId
The field for theassetId
record component.private Optional
<RegistryKey<EquipmentAsset>> EquippableComponent.Builder.model
Methods in net.minecraft.component.type that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionEquippableComponent.assetId()
Returns the value of theassetId
record 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, boolean bool5, RegistryEntry<SoundEvent> registryEntry2) -
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_SCUTE
private final RegistryKey
<EquipmentAsset> ArmorMaterial.assetId
The field for theassetId
record component.static final Map
<DyeColor, RegistryKey<EquipmentAsset>> EquipmentAssetKeys.CARPET_FROM_COLOR
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.CHAINMAIL
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.DIAMOND
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.ELYTRA
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.GOLD
static final Map
<DyeColor, RegistryKey<EquipmentAsset>> EquipmentAssetKeys.HARNESS_FROM_COLOR
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.IRON
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.LEATHER
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.NETHERITE
static final RegistryKey
<? extends Registry<EquipmentAsset>> EquipmentAssetKeys.REGISTRY_KEY
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.SADDLE
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.TRADER_LLAMA
static final RegistryKey
<EquipmentAsset> EquipmentAssetKeys.TURTLE_SCUTE
Methods in net.minecraft.item.equipment that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionArmorMaterial.assetId()
Returns the value of theassetId
record 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
Fields in net.minecraft.item.equipment.trim with type parameters of type EquipmentAssetModifier and TypeFieldDescriptionprivate final Map
<RegistryKey<EquipmentAsset>, ArmorTrimAssets.AssetId> ArmorTrimAssets.overrides
The field for theoverrides
record component.Methods in net.minecraft.item.equipment.trim that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionArmorTrimAssets.overrides()
Returns the value of theoverrides
record component.Method parameters in net.minecraft.item.equipment.trim with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionArmorTrimAssets.getAssetId
(RegistryKey<EquipmentAsset> equipmentAsset) ArmorTrim.getTextureId
(String trimsDirectory, RegistryKey<EquipmentAsset> equipmentAsset) static ArmorTrimAssets
ArmorTrimAssets.of
(String suffix, Map<RegistryKey<EquipmentAsset>, String> overrides) Constructor parameters in net.minecraft.item.equipment.trim with type arguments of type EquipmentAssetModifierConstructorDescriptionArmorTrimAssets
(ArmorTrimAssets.AssetId assetId, Map<RegistryKey<EquipmentAsset>, ArmorTrimAssets.AssetId> map)