Uses of Record Class
net.minecraft.item.trim.ArmorTrimMaterial
Packages that use ArmorTrimMaterial
Package
Description
-
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.AMETHYSTstatic final com.mojang.serialization.Codec<ArmorTrimMaterial>ArmorTrimMaterial.CODECstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.COPPERstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.DIAMONDstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.EMERALDstatic final com.mojang.serialization.Codec<RegistryEntry<ArmorTrimMaterial>>ArmorTrimMaterial.ENTRY_CODECstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.GOLDstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.IRONstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.LAPISprivate final RegistryEntry<ArmorTrimMaterial>ArmorTrim.materialstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.NETHERITEstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.QUARTZstatic final RegistryKey<ArmorTrimMaterial>ArmorTrimMaterials.REDSTONEMethods in net.minecraft.item.trim that return ArmorTrimMaterialModifier and TypeMethodDescriptionstatic ArmorTrimMaterialArmorTrimMaterial.of(String assetName, Item ingredient, float itemModelIndex, Optional<ArmorMaterials> incompatibleArmorMaterial, Text description) Methods in net.minecraft.item.trim that return types with arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionArmorTrimMaterials.get(DynamicRegistryManager registryManager, ItemStack stack) ArmorTrim.getMaterial()private static RegistryKey<ArmorTrimMaterial>Method parameters in net.minecraft.item.trim with type arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionstatic voidArmorTrimMaterials.bootstrap(Registerable<ArmorTrimMaterial> registry) ArmorTrimPattern.getDescription(RegistryEntry<ArmorTrimMaterial> material) static voidArmorTrimMaterials.oneTwentyBootstrap(Registerable<ArmorTrimMaterial> registry) private static voidArmorTrimMaterials.register(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Optional<ArmorMaterials> incompatibleArmorMaterial) private static voidArmorTrimMaterials.register(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Optional<ArmorMaterials> incompatibleArmorMaterial) Constructor parameters in net.minecraft.item.trim with type arguments of type ArmorTrimMaterialModifierConstructorDescriptionArmorTrim(RegistryEntry<ArmorTrimMaterial> material, RegistryEntry<ArmorTrimPattern> pattern) -
Uses of ArmorTrimMaterial in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type ArmorTrimMaterialModifier and TypeMethodDescriptionprivate booleanSmithingTrimRecipe.hasIncompatibleArmorMaterial(ItemStack stack, ArmorTrimMaterial trimMaterial) -
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_GETTERprivate static final List<RegistryKey<ArmorTrimMaterial>>SpawnArmorTrimsCommand.MATERIALS