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 ArmorTrim
EquipmentRenderer.TrimSpriteKey.trim
The field for thetrim
record component.Methods in net.minecraft.client.render.entity.equipment that return ArmorTrimModifier and TypeMethodDescriptionEquipmentRenderer.TrimSpriteKey.trim()
Returns the value of thetrim
record 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.Builder
VanillaEquipmentLootTableGenerator.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.CODEC
static final PacketCodec
<RegistryByteBuf, ArmorTrim> ArmorTrim.PACKET_CODEC
Methods in net.minecraft.item.equipment.trim that return ArmorTrim -
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