Uses of Record Class
net.minecraft.item.equipment.trim.ArmorTrimPattern
Packages that use ArmorTrimPattern
Package
Description
-
Uses of ArmorTrimPattern in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type ArmorTrimPatternModifier and TypeFieldDescriptionprivate static final List<RegistryKey<ArmorTrimPattern>> AtlasDefinitionProvider.ARMOR_TRIM_PATTERN_KEYS -
Uses of ArmorTrimPattern in net.minecraft.data.recipe
Fields in net.minecraft.data.recipe with type parameters of type ArmorTrimPatternModifier and TypeFieldDescriptionprivate final RegistryEntry<ArmorTrimPattern> SmithingTrimRecipeJsonBuilder.patternprivate final RegistryKey<ArmorTrimPattern> VanillaRecipeGenerator.SmithingTemplate.patternIdThe field for thepatternIdrecord component.Methods in net.minecraft.data.recipe that return types with arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionVanillaRecipeGenerator.SmithingTemplate.patternId()Returns the value of thepatternIdrecord component.Method parameters in net.minecraft.data.recipe with type arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionSmithingTrimRecipeJsonBuilder.create(Ingredient template, Ingredient base, Ingredient addition, RegistryEntry<ArmorTrimPattern> pattern, RecipeCategory category) protected voidRecipeGenerator.offerSmithingTrimRecipe(Item input, RegistryKey<ArmorTrimPattern> pattern, RegistryKey<Recipe<?>> recipeKey) Constructor parameters in net.minecraft.data.recipe with type arguments of type ArmorTrimPatternModifierConstructorDescriptionSmithingTemplate(Item item, RegistryKey<ArmorTrimPattern> registryKey, RegistryKey<Recipe<?>> registryKey2) SmithingTrimRecipeJsonBuilder(RecipeCategory category, Ingredient template, Ingredient base, Ingredient addition, RegistryEntry<ArmorTrimPattern> pattern) -
Uses of ArmorTrimPattern in net.minecraft.item.equipment.trim
Fields in net.minecraft.item.equipment.trim with type parameters of type ArmorTrimPatternModifier and TypeFieldDescriptionstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.BOLTstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.COASTstatic final com.mojang.serialization.Codec<ArmorTrimPattern> ArmorTrimPattern.CODECstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.DUNEstatic final com.mojang.serialization.Codec<RegistryEntry<ArmorTrimPattern>> ArmorTrimPattern.ENTRY_CODECstatic final PacketCodec<RegistryByteBuf, RegistryEntry<ArmorTrimPattern>> ArmorTrimPattern.ENTRY_PACKET_CODECstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.EYEstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.FLOWstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.HOSTstatic final PacketCodec<RegistryByteBuf, ArmorTrimPattern> ArmorTrimPattern.PACKET_CODECprivate final RegistryEntry<ArmorTrimPattern> ArmorTrim.patternThe field for thepatternrecord component.static final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.RAISERstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.RIBstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.SENTRYstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.SHAPERstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.SILENCEstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.SNOUTstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.SPIREstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.TIDEstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.VEXstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.WARDstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.WAYFINDERstatic final RegistryKey<ArmorTrimPattern> ArmorTrimPatterns.WILDMethods in net.minecraft.item.equipment.trim that return types with arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionprivate static RegistryKey<ArmorTrimPattern> ArmorTrim.pattern()Returns the value of thepatternrecord component.Method parameters in net.minecraft.item.equipment.trim with type arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionstatic voidArmorTrimPatterns.bootstrap(Registerable<ArmorTrimPattern> registry) static IdentifierArmorTrimPatterns.getId(RegistryKey<ArmorTrimPattern> key) static voidArmorTrimPatterns.register(Registerable<ArmorTrimPattern> registry, RegistryKey<ArmorTrimPattern> key) static voidArmorTrimPatterns.register(Registerable<ArmorTrimPattern> registry, RegistryKey<ArmorTrimPattern> key) -
Uses of ArmorTrimPattern in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type ArmorTrimPatternModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<ArmorTrimPattern>> TrimPredicate.patternThe field for thepatternrecord component.Methods in net.minecraft.predicate.item that return types with arguments of type ArmorTrimPattern -
Uses of ArmorTrimPattern in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type ArmorTrimPatternModifier and TypeFieldDescription(package private) final RegistryEntry<ArmorTrimPattern> SmithingTrimRecipe.patternMethod parameters in net.minecraft.recipe with type arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionstatic ItemStackSmithingTrimRecipe.craft(RegistryWrapper.WrapperLookup registries, ItemStack base, ItemStack addition, RegistryEntry<ArmorTrimPattern> pattern) Constructor parameters in net.minecraft.recipe with type arguments of type ArmorTrimPatternModifierConstructorDescriptionSmithingTrimRecipe(Ingredient template, Ingredient base, Ingredient addition, RegistryEntry<ArmorTrimPattern> pattern) -
Uses of ArmorTrimPattern in net.minecraft.recipe.display
Fields in net.minecraft.recipe.display with type parameters of type ArmorTrimPatternModifier and TypeFieldDescriptionprivate final RegistryEntry<ArmorTrimPattern> SlotDisplay.SmithingTrimSlotDisplay.patternThe field for thepatternrecord component.Methods in net.minecraft.recipe.display that return types with arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionSlotDisplay.SmithingTrimSlotDisplay.pattern()Returns the value of thepatternrecord component.Constructor parameters in net.minecraft.recipe.display with type arguments of type ArmorTrimPatternModifierConstructorDescriptionSmithingTrimSlotDisplay(SlotDisplay slotDisplay, SlotDisplay slotDisplay2, RegistryEntry<ArmorTrimPattern> registryEntry) -
Uses of ArmorTrimPattern in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ArmorTrimPatternModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<ArmorTrimPattern>> RegistryKeys.TRIM_PATTERN -
Uses of ArmorTrimPattern in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type ArmorTrimPatternModifier and TypeFieldDescriptionprivate static final ToIntFunction<RegistryKey<ArmorTrimPattern>> SpawnArmorTrimsCommand.PATTERN_INDEX_GETTERprivate static final List<RegistryKey<ArmorTrimPattern>> SpawnArmorTrimsCommand.PATTERNSMethod parameters in net.minecraft.server.command with type arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionprivate static intSpawnArmorTrimsCommand.execute(ServerCommandSource source, PlayerEntity player, Stream<RegistryEntry.Reference<ArmorTrimPattern>> patterns) private static intSpawnArmorTrimsCommand.execute(ServerCommandSource source, PlayerEntity player, RegistryKey<ArmorTrimPattern> pattern)