Uses of Class
net.minecraft.item.equipment.EquipmentAsset
Packages that use EquipmentAsset
Package
Description
-
Uses of EquipmentAsset in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type EquipmentAssetModifier and TypeFieldDescriptionprivate final Map
<RegistryKey<EquipmentAsset>, String> ItemModelGenerator.TrimMaterial.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Methods in net.minecraft.client.data that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.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, String type, boolean dyeable) ItemModelGenerator.TrimMaterial.texture
(RegistryKey<EquipmentAsset> equipmentKey) Constructor parameters in net.minecraft.client.data with type arguments of type EquipmentAssetModifierConstructorDescription(package private)
TrimMaterial
(String string, RegistryKey<ArmorTrimMaterial> registryKey, Map<RegistryKey<EquipmentAsset>, String> map) -
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) private static String
EquipmentRenderer.TrimSpriteKey.getAssetName
(RegistryEntry<ArmorTrimMaterial> material, 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> registryKey) 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) -
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 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.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>, String> ArmorTrimMaterial.overrideArmorAssets
The field for theoverrideArmorAssets
record component.Methods in net.minecraft.item.equipment.trim that return types with arguments of type EquipmentAssetModifier and TypeMethodDescriptionArmorTrimMaterial.overrideArmorAssets()
Returns the value of theoverrideArmorAssets
record component.Method parameters in net.minecraft.item.equipment.trim with type arguments of type EquipmentAssetModifier and TypeMethodDescriptionstatic ArmorTrimMaterial
ArmorTrimMaterial.of
(String assetName, Item ingredient, Text description, Map<RegistryKey<EquipmentAsset>, String> overrideArmorAssets) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, Map<RegistryKey<EquipmentAsset>, String> overrideArmorAssets) Constructor parameters in net.minecraft.item.equipment.trim with type arguments of type EquipmentAssetModifierConstructorDescriptionArmorTrimMaterial
(String string, RegistryEntry<Item> registryEntry, Map<RegistryKey<EquipmentAsset>, String> map, Text text)