Uses of Record Class
net.minecraft.item.equipment.trim.ArmorTrimAssets
Packages that use ArmorTrimAssets
-
Uses of ArmorTrimAssets in net.minecraft.client.data
Fields in net.minecraft.client.data declared as ArmorTrimAssetsModifier and TypeFieldDescriptionprivate final ArmorTrimAssets
ItemModelGenerator.TrimMaterial.assets
The field for theassets
record component.Methods in net.minecraft.client.data that return ArmorTrimAssetsModifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.assets()
Returns the value of theassets
record component.Constructors in net.minecraft.client.data with parameters of type ArmorTrimAssetsModifierConstructorDescriptionTrimMaterial
(ArmorTrimAssets armorTrimAssets, RegistryKey<ArmorTrimMaterial> registryKey) -
Uses of ArmorTrimAssets in net.minecraft.item.equipment.trim
Fields in net.minecraft.item.equipment.trim declared as ArmorTrimAssetsModifier and TypeFieldDescriptionstatic final ArmorTrimAssets
ArmorTrimAssets.AMETHYST
private final ArmorTrimAssets
ArmorTrimMaterial.assets
The field for theassets
record component.static final ArmorTrimAssets
ArmorTrimAssets.COPPER
static final ArmorTrimAssets
ArmorTrimAssets.DIAMOND
static final ArmorTrimAssets
ArmorTrimAssets.EMERALD
static final ArmorTrimAssets
ArmorTrimAssets.GOLD
static final ArmorTrimAssets
ArmorTrimAssets.IRON
static final ArmorTrimAssets
ArmorTrimAssets.LAPIS
static final ArmorTrimAssets
ArmorTrimAssets.NETHERITE
static final ArmorTrimAssets
ArmorTrimAssets.QUARTZ
static final ArmorTrimAssets
ArmorTrimAssets.REDSTONE
static final ArmorTrimAssets
ArmorTrimAssets.RESIN
Fields in net.minecraft.item.equipment.trim with type parameters of type ArmorTrimAssetsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ArmorTrimAssets> ArmorTrimAssets.CODEC
static final PacketCodec
<ByteBuf, ArmorTrimAssets> ArmorTrimAssets.PACKET_CODEC
Methods in net.minecraft.item.equipment.trim that return ArmorTrimAssetsModifier and TypeMethodDescriptionArmorTrimMaterial.assets()
Returns the value of theassets
record component.static ArmorTrimAssets
static ArmorTrimAssets
ArmorTrimAssets.of
(String suffix, Map<RegistryKey<EquipmentAsset>, String> overrides) Methods in net.minecraft.item.equipment.trim with parameters of type ArmorTrimAssetsModifier and TypeMethodDescriptionprivate static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Style style, ArmorTrimAssets assets) Constructors in net.minecraft.item.equipment.trim with parameters of type ArmorTrimAssets