Uses of Record Class
net.minecraft.world.level.block.entity.BannerPattern
Packages that use BannerPattern
Package
Description
-
Uses of BannerPattern in net.minecraft.advancements.critereon
Method parameters in net.minecraft.advancements.critereon with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic EntityEquipmentPredicateEntityEquipmentPredicate.captainPredicate(HolderGetter<BannerPattern> patternRegistry) -
Uses of BannerPattern in net.minecraft.client.gui.screens.inventory
Method parameters in net.minecraft.client.gui.screens.inventory with type arguments of type BannerPatternModifier and TypeMethodDescriptionprivate voidLoomScreen.renderPattern(GuiGraphics guiGraphics, Holder<BannerPattern> patern, int x, int y) -
Uses of BannerPattern in net.minecraft.client.renderer
Method parameters in net.minecraft.client.renderer with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic MaterialSheets.getBannerMaterial(Holder<BannerPattern> pattern) static MaterialSheets.getShieldMaterial(Holder<BannerPattern> pattern) -
Uses of BannerPattern in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<BannerPattern>> Registries.BANNER_PATTERN -
Uses of BannerPattern in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final TagKey<BannerPattern> BannerPatternTags.NO_ITEM_REQUIREDstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_CREEPERstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_FLOWstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_FLOWERstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_GLOBEstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_GUSTERstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_MOJANGstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_PIGLINstatic final TagKey<BannerPattern> BannerPatternTags.PATTERN_ITEM_SKULLMethods in net.minecraft.tags that return types with arguments of type BannerPattern -
Uses of BannerPattern in net.minecraft.world.entity.raid
Method parameters in net.minecraft.world.entity.raid with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic ItemStackRaid.getLeaderBannerInstance(HolderGetter<BannerPattern> patternRegistry) -
Uses of BannerPattern in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final HolderGetter<BannerPattern> LoomMenu.patternGetterprivate List<Holder<BannerPattern>> LoomMenu.selectablePatternsMethods in net.minecraft.world.inventory that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionLoomMenu.getSelectablePatterns()private List<Holder<BannerPattern>> LoomMenu.getSelectablePatterns(ItemStack stack) Method parameters in net.minecraft.world.inventory with type arguments of type BannerPatternModifier and TypeMethodDescriptionprivate voidLoomMenu.setupResultSlot(Holder<BannerPattern> pattern) Creates an output banner ItemStack based on the patterns, dyes, etc. -
Uses of BannerPattern in net.minecraft.world.item
Fields in net.minecraft.world.item with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final TagKey<BannerPattern> BannerPatternItem.bannerPatternMethods in net.minecraft.world.item that return types with arguments of type BannerPatternConstructor parameters in net.minecraft.world.item with type arguments of type BannerPatternModifierConstructorDescriptionBannerPatternItem(TagKey<BannerPattern> bannerPattern, Item.Properties properties) -
Uses of BannerPattern in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final ResourceKey<BannerPattern> BannerPatterns.BASEstatic final ResourceKey<BannerPattern> BannerPatterns.BORDERstatic final ResourceKey<BannerPattern> BannerPatterns.BRICKSstatic final ResourceKey<BannerPattern> BannerPatterns.CIRCLE_MIDDLEstatic final com.mojang.serialization.Codec<Holder<BannerPattern>> BannerPattern.CODECstatic final ResourceKey<BannerPattern> BannerPatterns.CREEPERstatic final ResourceKey<BannerPattern> BannerPatterns.CROSSstatic final ResourceKey<BannerPattern> BannerPatterns.CURLY_BORDERstatic final ResourceKey<BannerPattern> BannerPatterns.DIAGONAL_LEFTstatic final ResourceKey<BannerPattern> BannerPatterns.DIAGONAL_LEFT_MIRRORstatic final ResourceKey<BannerPattern> BannerPatterns.DIAGONAL_RIGHTstatic final ResourceKey<BannerPattern> BannerPatterns.DIAGONAL_RIGHT_MIRRORstatic final com.mojang.serialization.Codec<BannerPattern> BannerPattern.DIRECT_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BannerPattern> BannerPattern.DIRECT_STREAM_CODECstatic final ResourceKey<BannerPattern> BannerPatterns.FLOWstatic final ResourceKey<BannerPattern> BannerPatterns.FLOWERstatic final ResourceKey<BannerPattern> BannerPatterns.GLOBEstatic final ResourceKey<BannerPattern> BannerPatterns.GRADIENTstatic final ResourceKey<BannerPattern> BannerPatterns.GRADIENT_UPstatic final ResourceKey<BannerPattern> BannerPatterns.GUSTERstatic final ResourceKey<BannerPattern> BannerPatterns.HALF_HORIZONTALstatic final ResourceKey<BannerPattern> BannerPatterns.HALF_HORIZONTAL_MIRRORstatic final ResourceKey<BannerPattern> BannerPatterns.HALF_VERTICALstatic final ResourceKey<BannerPattern> BannerPatterns.HALF_VERTICAL_MIRRORstatic final ResourceKey<BannerPattern> BannerPatterns.MOJANGprivate final Holder<BannerPattern> BannerPatternLayers.Layer.patternThe field for thepatternrecord component.static final ResourceKey<BannerPattern> BannerPatterns.PIGLINstatic final ResourceKey<BannerPattern> BannerPatterns.RHOMBUS_MIDDLEstatic final ResourceKey<BannerPattern> BannerPatterns.SKULLstatic final ResourceKey<BannerPattern> BannerPatterns.SQUARE_BOTTOM_LEFTstatic final ResourceKey<BannerPattern> BannerPatterns.SQUARE_BOTTOM_RIGHTstatic final ResourceKey<BannerPattern> BannerPatterns.SQUARE_TOP_LEFTstatic final ResourceKey<BannerPattern> BannerPatterns.SQUARE_TOP_RIGHTstatic final ResourceKey<BannerPattern> BannerPatterns.STRAIGHT_CROSSstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<BannerPattern>> BannerPattern.STREAM_CODECstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_BOTTOMstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_CENTERstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_DOWNLEFTstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_DOWNRIGHTstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_LEFTstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_MIDDLEstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_RIGHTstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_SMALLstatic final ResourceKey<BannerPattern> BannerPatterns.STRIPE_TOPstatic final ResourceKey<BannerPattern> BannerPatterns.TRIANGLE_BOTTOMstatic final ResourceKey<BannerPattern> BannerPatterns.TRIANGLE_TOPstatic final ResourceKey<BannerPattern> BannerPatterns.TRIANGLES_BOTTOMstatic final ResourceKey<BannerPattern> BannerPatterns.TRIANGLES_TOPMethods in net.minecraft.world.level.block.entity that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionprivate static ResourceKey<BannerPattern> BannerPatternLayers.Layer.pattern()Returns the value of thepatternrecord component.Method parameters in net.minecraft.world.level.block.entity with type arguments of type BannerPatternModifier and TypeMethodDescriptionBannerPatternLayers.Builder.add(Holder<BannerPattern> pattern, DyeColor color) BannerPatternLayers.Builder.addIfRegistered(HolderGetter<BannerPattern> patterns, ResourceKey<BannerPattern> patternKey, DyeColor color) Deprecated.BannerPatternLayers.Builder.addIfRegistered(HolderGetter<BannerPattern> patterns, ResourceKey<BannerPattern> patternKey, DyeColor color) Deprecated.static voidBannerPatterns.bootstrap(BootstrapContext<BannerPattern> context) static voidBannerPatterns.register(BootstrapContext<BannerPattern> context, ResourceKey<BannerPattern> resourceKey) static voidBannerPatterns.register(BootstrapContext<BannerPattern> context, ResourceKey<BannerPattern> resourceKey) Constructor parameters in net.minecraft.world.level.block.entity with type arguments of type BannerPatternModifierConstructorDescriptionLayer(Holder<BannerPattern> pattern, DyeColor color) Creates an instance of aLayerrecord class. -
Uses of BannerPattern in net.minecraft.world.level.storage.loot.functions
Method parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type BannerPatternModifier and TypeMethodDescriptionSetBannerPatternFunction.Builder.addPattern(Holder<BannerPattern> pattern, DyeColor color)