Uses of Record Class
net.minecraft.item.trim.ArmorTrimMaterial
Packages that use ArmorTrimMaterial
-
Uses of ArmorTrimMaterial in net.minecraft.item.trim
Fields in net.minecraft.item.trim with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionstatic final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.AMETHYST
static final com.mojang.serialization.Codec
<ArmorTrimMaterial> ArmorTrimMaterial.CODEC
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.COPPER
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.DIAMOND
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.EMERALD
static final com.mojang.serialization.Codec
<RegistryEntry<ArmorTrimMaterial>> ArmorTrimMaterial.ENTRY_CODEC
static final PacketCodec
<RegistryByteBuf, RegistryEntry<ArmorTrimMaterial>> ArmorTrimMaterial.ENTRY_PACKET_CODEC
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.GOLD
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.IRON
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.LAPIS
private final RegistryEntry
<ArmorTrimMaterial> ArmorTrim.material
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.NETHERITE
static final PacketCodec
<RegistryByteBuf, ArmorTrimMaterial> ArmorTrimMaterial.PACKET_CODEC
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.QUARTZ
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.REDSTONE
Methods in net.minecraft.item.trim that return ArmorTrimMaterialModifier and TypeMethodDescriptionstatic ArmorTrimMaterial
ArmorTrimMaterial.of
(String assetName, Item ingredient, float itemModelIndex, Text description, Map<RegistryEntry<ArmorMaterial>, String> overrideArmorMaterials) Methods in net.minecraft.item.trim that return types with arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionArmorTrimMaterials.get
(RegistryWrapper.WrapperLookup registriesLookup, ItemStack stack) ArmorTrim.getMaterial()
private static RegistryKey
<ArmorTrimMaterial> Method parameters in net.minecraft.item.trim with type arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionstatic void
ArmorTrimMaterials.bootstrap
(Registerable<ArmorTrimMaterial> registry) ArmorTrimPattern.getDescription
(RegistryEntry<ArmorTrimMaterial> material) private static String
ArmorTrim.getMaterialAssetNameFor
(RegistryEntry<ArmorTrimMaterial> material, RegistryEntry<ArmorMaterial> armorMaterial) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Map<RegistryEntry<ArmorMaterial>, String> overrideArmorMaterials) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Map<RegistryEntry<ArmorMaterial>, String> overrideArmorMaterials) Constructor parameters in net.minecraft.item.trim with type arguments of type ArmorTrimMaterialModifierConstructorDescriptionArmorTrim
(RegistryEntry<ArmorTrimMaterial> material, RegistryEntry<ArmorTrimPattern> pattern) ArmorTrim
(RegistryEntry<ArmorTrimMaterial> material, RegistryEntry<ArmorTrimPattern> pattern, boolean showInTooltip) private
ArmorTrim
(RegistryEntry<ArmorTrimMaterial> material, RegistryEntry<ArmorTrimPattern> pattern, boolean showInTooltip, Function<RegistryEntry<ArmorMaterial>, Identifier> leggingsModelIdGetter, Function<RegistryEntry<ArmorMaterial>, Identifier> genericModelIdGetter) -
Uses of ArmorTrimMaterial in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<ArmorTrimMaterial>> RegistryKeys.TRIM_MATERIAL
-
Uses of ArmorTrimMaterial in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionprivate static final ToIntFunction
<RegistryKey<ArmorTrimMaterial>> SpawnArmorTrimsCommand.MATERIAL_INDEX_GETTER
private static final List
<RegistryKey<ArmorTrimMaterial>> SpawnArmorTrimsCommand.MATERIALS