Uses of Record Class
net.minecraft.world.item.equipment.trim.TrimPattern
Packages that use TrimPattern
Package
Description
-
Uses of TrimPattern in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type TrimPatternModifier and TypeFieldDescriptionprivate static final List<ResourceKey<TrimPattern>> AtlasProvider.VANILLA_PATTERNS -
Uses of TrimPattern in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates with type parameters of type TrimPatternModifier and TypeFieldDescriptionprivate final Optional<HolderSet<TrimPattern>> TrimPredicate.patternThe field for thepatternrecord component.Methods in net.minecraft.core.component.predicates that return types with arguments of type TrimPatternModifier and TypeMethodDescriptionTrimPredicate.pattern()Returns the value of thepatternrecord component. -
Uses of TrimPattern in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type TrimPatternModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<TrimPattern>> Registries.TRIM_PATTERN -
Uses of TrimPattern in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes with type parameters of type TrimPatternModifier and TypeFieldDescriptionprivate final Holder<TrimPattern> SmithingTrimRecipeBuilder.patternMethod parameters in net.minecraft.data.recipes with type arguments of type TrimPatternModifier and TypeMethodDescriptionstatic SmithingTrimRecipeBuilderSmithingTrimRecipeBuilder.smithingTrim(Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, Holder<TrimPattern> pPattern, RecipeCategory pCategory) protected voidRecipeProvider.trimSmithing(Item pTemplate, ResourceKey<TrimPattern> pPattern, ResourceKey<Recipe<?>> pRecipe) Constructor parameters in net.minecraft.data.recipes with type arguments of type TrimPatternModifierConstructorDescriptionSmithingTrimRecipeBuilder(RecipeCategory pCategory, Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, Holder<TrimPattern> pPattern) -
Uses of TrimPattern in net.minecraft.data.recipes.packs
Fields in net.minecraft.data.recipes.packs with type parameters of type TrimPatternModifier and TypeFieldDescriptionprivate final ResourceKey<TrimPattern> VanillaRecipeProvider.TrimTemplate.patternIdThe field for thepatternIdrecord component.Methods in net.minecraft.data.recipes.packs that return types with arguments of type TrimPatternModifier and TypeMethodDescriptionVanillaRecipeProvider.TrimTemplate.patternId()Returns the value of thepatternIdrecord component.Constructor parameters in net.minecraft.data.recipes.packs with type arguments of type TrimPatternModifierConstructorDescriptionTrimTemplate(Item template, ResourceKey<TrimPattern> patternId, ResourceKey<Recipe<?>> recipeId) Creates an instance of aTrimTemplaterecord class. -
Uses of TrimPattern in net.minecraft.server.commands
Fields in net.minecraft.server.commands with type parameters of type TrimPatternModifier and TypeFieldDescriptionprivate static final ToIntFunction<ResourceKey<TrimPattern>> SpawnArmorTrimsCommand.TRIM_PATTERN_ORDERprivate static final List<ResourceKey<TrimPattern>> SpawnArmorTrimsCommand.VANILLA_TRIM_PATTERNSMethod parameters in net.minecraft.server.commands with type arguments of type TrimPatternModifier and TypeMethodDescriptionprivate static intSpawnArmorTrimsCommand.spawnArmorTrim(CommandSourceStack pSource, Player pPlayer, ResourceKey<TrimPattern> pPattern) private static intSpawnArmorTrimsCommand.spawnArmorTrims(CommandSourceStack pSource, Player pPlayer, Stream<Holder.Reference<TrimPattern>> pPatterns) -
Uses of TrimPattern in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting with type parameters of type TrimPatternModifier and TypeFieldDescription(package private) final Holder<TrimPattern> SmithingTrimRecipe.patternMethod parameters in net.minecraft.world.item.crafting with type arguments of type TrimPatternModifier and TypeMethodDescriptionstatic ItemStackSmithingTrimRecipe.applyTrim(HolderLookup.Provider pRegistries, ItemStack pBase, ItemStack pAddition, Holder<TrimPattern> pPattern) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type TrimPatternModifierConstructorDescriptionSmithingTrimRecipe(Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, Holder<TrimPattern> pPattern) -
Uses of TrimPattern in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display with type parameters of type TrimPatternModifier and TypeFieldDescriptionprivate final Holder<TrimPattern> SlotDisplay.SmithingTrimDemoSlotDisplay.patternThe field for thepatternrecord component.Methods in net.minecraft.world.item.crafting.display that return types with arguments of type TrimPatternModifier and TypeMethodDescriptionSlotDisplay.SmithingTrimDemoSlotDisplay.pattern()Returns the value of thepatternrecord component.Constructor parameters in net.minecraft.world.item.crafting.display with type arguments of type TrimPatternModifierConstructorDescriptionSmithingTrimDemoSlotDisplay(SlotDisplay base, SlotDisplay material, Holder<TrimPattern> pattern) Creates an instance of aSmithingTrimDemoSlotDisplayrecord class. -
Uses of TrimPattern in net.minecraft.world.item.equipment.trim
Fields in net.minecraft.world.item.equipment.trim with type parameters of type TrimPatternModifier and TypeFieldDescriptionstatic final ResourceKey<TrimPattern> TrimPatterns.BOLTstatic final ResourceKey<TrimPattern> TrimPatterns.COASTstatic final com.mojang.serialization.Codec<Holder<TrimPattern>> TrimPattern.CODECstatic final com.mojang.serialization.Codec<TrimPattern> TrimPattern.DIRECT_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TrimPattern> TrimPattern.DIRECT_STREAM_CODECstatic final ResourceKey<TrimPattern> TrimPatterns.DUNEstatic final ResourceKey<TrimPattern> TrimPatterns.EYEstatic final ResourceKey<TrimPattern> TrimPatterns.FLOWstatic final ResourceKey<TrimPattern> TrimPatterns.HOSTprivate final Holder<TrimPattern> ArmorTrim.patternThe field for thepatternrecord component.static final ResourceKey<TrimPattern> TrimPatterns.RAISERstatic final ResourceKey<TrimPattern> TrimPatterns.RIBstatic final ResourceKey<TrimPattern> TrimPatterns.SENTRYstatic final ResourceKey<TrimPattern> TrimPatterns.SHAPERstatic final ResourceKey<TrimPattern> TrimPatterns.SILENCEstatic final ResourceKey<TrimPattern> TrimPatterns.SNOUTstatic final ResourceKey<TrimPattern> TrimPatterns.SPIREstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<TrimPattern>> TrimPattern.STREAM_CODECstatic final ResourceKey<TrimPattern> TrimPatterns.TIDEstatic final ResourceKey<TrimPattern> TrimPatterns.VEXstatic final ResourceKey<TrimPattern> TrimPatterns.WARDstatic final ResourceKey<TrimPattern> TrimPatterns.WAYFINDERstatic final ResourceKey<TrimPattern> TrimPatterns.WILDMethods in net.minecraft.world.item.equipment.trim that return types with arguments of type TrimPatternModifier and TypeMethodDescriptionArmorTrim.pattern()Returns the value of thepatternrecord component.private static ResourceKey<TrimPattern> TrimPatterns.registryKey(String pName) Method parameters in net.minecraft.world.item.equipment.trim with type arguments of type TrimPatternModifier and TypeMethodDescriptionstatic voidTrimPatterns.bootstrap(BootstrapContext<TrimPattern> pContext) static IdentifierTrimPatterns.defaultAssetId(ResourceKey<TrimPattern> pKey) static voidTrimPatterns.register(BootstrapContext<TrimPattern> pContext, ResourceKey<TrimPattern> pKey) static voidTrimPatterns.register(BootstrapContext<TrimPattern> pContext, ResourceKey<TrimPattern> pKey)