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 ArmorTrimAssetsItemModelGenerator.TrimMaterial.assetsThe field for theassetsrecord component.Methods in net.minecraft.client.data that return ArmorTrimAssetsModifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.assets()Returns the value of theassetsrecord 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 ArmorTrimAssetsArmorTrimAssets.AMETHYSTprivate final ArmorTrimAssetsArmorTrimMaterial.assetsThe field for theassetsrecord component.static final ArmorTrimAssetsArmorTrimAssets.COPPERstatic final ArmorTrimAssetsArmorTrimAssets.DIAMONDstatic final ArmorTrimAssetsArmorTrimAssets.EMERALDstatic final ArmorTrimAssetsArmorTrimAssets.GOLDstatic final ArmorTrimAssetsArmorTrimAssets.IRONstatic final ArmorTrimAssetsArmorTrimAssets.LAPISstatic final ArmorTrimAssetsArmorTrimAssets.NETHERITEstatic final ArmorTrimAssetsArmorTrimAssets.QUARTZstatic final ArmorTrimAssetsArmorTrimAssets.REDSTONEstatic final ArmorTrimAssetsArmorTrimAssets.RESINFields in net.minecraft.item.equipment.trim with type parameters of type ArmorTrimAssetsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ArmorTrimAssets> ArmorTrimAssets.CODECstatic final PacketCodec<ByteBuf, ArmorTrimAssets> ArmorTrimAssets.PACKET_CODECMethods in net.minecraft.item.equipment.trim that return ArmorTrimAssetsModifier and TypeMethodDescriptionArmorTrimMaterial.assets()Returns the value of theassetsrecord component.static ArmorTrimAssetsstatic ArmorTrimAssetsArmorTrimAssets.of(String suffix, Map<RegistryKey<EquipmentAsset>, String> overrides) Methods in net.minecraft.item.equipment.trim with parameters of type ArmorTrimAssetsModifier and TypeMethodDescriptionprivate static voidArmorTrimMaterials.register(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Style style, ArmorTrimAssets assets) Constructors in net.minecraft.item.equipment.trim with parameters of type ArmorTrimAssets