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.pattern
private final RegistryKey
<ArmorTrimPattern> VanillaRecipeGenerator.SmithingTemplate.patternId
The field for thepatternId
record component.Methods in net.minecraft.data.recipe that return types with arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionVanillaRecipeGenerator.SmithingTemplate.patternId()
Returns the value of thepatternId
record 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 void
RecipeGenerator.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.BOLT
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.COAST
static final com.mojang.serialization.Codec
<ArmorTrimPattern> ArmorTrimPattern.CODEC
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.DUNE
static final com.mojang.serialization.Codec
<RegistryEntry<ArmorTrimPattern>> ArmorTrimPattern.ENTRY_CODEC
static final PacketCodec
<RegistryByteBuf, RegistryEntry<ArmorTrimPattern>> ArmorTrimPattern.ENTRY_PACKET_CODEC
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.EYE
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.FLOW
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.HOST
static final PacketCodec
<RegistryByteBuf, ArmorTrimPattern> ArmorTrimPattern.PACKET_CODEC
private final RegistryEntry
<ArmorTrimPattern> ArmorTrim.pattern
The field for thepattern
record component.static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.RAISER
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.RIB
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.SENTRY
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.SHAPER
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.SILENCE
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.SNOUT
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.SPIRE
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.TIDE
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.VEX
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.WARD
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.WAYFINDER
static final RegistryKey
<ArmorTrimPattern> ArmorTrimPatterns.WILD
Methods 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 thepattern
record component.Method parameters in net.minecraft.item.equipment.trim with type arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionstatic void
ArmorTrimPatterns.bootstrap
(Registerable<ArmorTrimPattern> registry) static Identifier
ArmorTrimPatterns.getId
(RegistryKey<ArmorTrimPattern> key) static void
ArmorTrimPatterns.register
(Registerable<ArmorTrimPattern> registry, RegistryKey<ArmorTrimPattern> key) static void
ArmorTrimPatterns.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.pattern
The field for thepattern
record 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.pattern
Method parameters in net.minecraft.recipe with type arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionstatic ItemStack
SmithingTrimRecipe.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.pattern
The field for thepattern
record component.Methods in net.minecraft.recipe.display that return types with arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionSlotDisplay.SmithingTrimSlotDisplay.pattern()
Returns the value of thepattern
record 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_GETTER
private static final List
<RegistryKey<ArmorTrimPattern>> SpawnArmorTrimsCommand.PATTERNS
Method parameters in net.minecraft.server.command with type arguments of type ArmorTrimPatternModifier and TypeMethodDescriptionprivate static int
SpawnArmorTrimsCommand.execute
(ServerCommandSource source, PlayerEntity player, Stream<RegistryEntry.Reference<ArmorTrimPattern>> patterns) private static int
SpawnArmorTrimsCommand.execute
(ServerCommandSource source, PlayerEntity player, RegistryKey<ArmorTrimPattern> pattern)