Uses of Record Class
net.minecraft.item.equipment.trim.ArmorTrim
Packages that use ArmorTrim
Package
Description
-
Uses of ArmorTrim in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment declared as ArmorTrimModifier and TypeFieldDescriptionprivate final ArmorTrimEquipmentRenderer.TrimSpriteKey.trimThe field for thetrimrecord component.Methods in net.minecraft.client.render.entity.equipment that return ArmorTrimModifier and TypeMethodDescriptionEquipmentRenderer.TrimSpriteKey.trim()Returns the value of thetrimrecord component.Constructors in net.minecraft.client.render.entity.equipment with parameters of type ArmorTrimModifierConstructorDescription(package private)TrimSpriteKey(ArmorTrim armorTrim, EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> registryKey) -
Uses of ArmorTrim in net.minecraft.component
Fields in net.minecraft.component with type parameters of type ArmorTrim -
Uses of ArmorTrim in net.minecraft.data.loottable.vanilla
Methods in net.minecraft.data.loottable.vanilla with parameters of type ArmorTrimModifier and TypeMethodDescriptionstatic LootTable.BuilderVanillaEquipmentLootTableGenerator.createEquipmentTableBuilder(Item helmet, Item chestplate, ArmorTrim trim, RegistryWrapper.Impl<Enchantment> enchantmentRegistryWrapper) -
Uses of ArmorTrim in net.minecraft.item.equipment.trim
Fields in net.minecraft.item.equipment.trim with type parameters of type ArmorTrimModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ArmorTrim> ArmorTrim.CODECstatic final PacketCodec<RegistryByteBuf, ArmorTrim> ArmorTrim.PACKET_CODEC -
Uses of ArmorTrim in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item that return types with arguments of type ArmorTrimMethods in net.minecraft.predicate.item with parameters of type ArmorTrim