Uses of Record Class
net.minecraft.block.entity.BannerPattern
Packages that use BannerPattern
Package
Description
-
Uses of BannerPattern in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final RegistryKey<BannerPattern> BannerPatterns.BASEstatic final RegistryKey<BannerPattern> BannerPatterns.BORDERstatic final RegistryKey<BannerPattern> BannerPatterns.BRICKSstatic final RegistryKey<BannerPattern> BannerPatterns.CIRCLEstatic final RegistryKey<BannerPattern> BannerPatterns.CREEPERstatic final RegistryKey<BannerPattern> BannerPatterns.CROSSstatic final RegistryKey<BannerPattern> BannerPatterns.CURLY_BORDERstatic final RegistryKey<BannerPattern> BannerPatterns.DIAGONAL_LEFTstatic final RegistryKey<BannerPattern> BannerPatterns.DIAGONAL_RIGHTstatic final RegistryKey<BannerPattern> BannerPatterns.DIAGONAL_UP_LEFTstatic final RegistryKey<BannerPattern> BannerPatterns.DIAGONAL_UP_RIGHTstatic final com.mojang.serialization.Codec<BannerPattern> BannerPattern.field_49757static final PacketCodec<RegistryByteBuf, BannerPattern> BannerPattern.field_49758static final com.mojang.serialization.Codec<RegistryEntry<BannerPattern>> BannerPattern.field_49759static final PacketCodec<RegistryByteBuf, RegistryEntry<BannerPattern>> BannerPattern.field_49760static final RegistryKey<BannerPattern> BannerPatterns.FLOWERstatic final RegistryKey<BannerPattern> BannerPatterns.GLOBEstatic final RegistryKey<BannerPattern> BannerPatterns.GRADIENTstatic final RegistryKey<BannerPattern> BannerPatterns.GRADIENT_UPstatic final RegistryKey<BannerPattern> BannerPatterns.HALF_HORIZONTALstatic final RegistryKey<BannerPattern> BannerPatterns.HALF_HORIZONTAL_BOTTOMstatic final RegistryKey<BannerPattern> BannerPatterns.HALF_VERTICALstatic final RegistryKey<BannerPattern> BannerPatterns.HALF_VERTICAL_RIGHTstatic final RegistryKey<BannerPattern> BannerPatterns.MOJANGstatic final RegistryKey<BannerPattern> BannerPatterns.PIGLINstatic final RegistryKey<BannerPattern> BannerPatterns.RHOMBUSstatic final RegistryKey<BannerPattern> BannerPatterns.SKULLstatic final RegistryKey<BannerPattern> BannerPatterns.SMALL_STRIPESstatic final RegistryKey<BannerPattern> BannerPatterns.SQUARE_BOTTOM_LEFTstatic final RegistryKey<BannerPattern> BannerPatterns.SQUARE_BOTTOM_RIGHTstatic final RegistryKey<BannerPattern> BannerPatterns.SQUARE_TOP_LEFTstatic final RegistryKey<BannerPattern> BannerPatterns.SQUARE_TOP_RIGHTstatic final RegistryKey<BannerPattern> BannerPatterns.STRAIGHT_CROSSstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_BOTTOMstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_CENTERstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_DOWNLEFTstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_DOWNRIGHTstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_LEFTstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_MIDDLEstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_RIGHTstatic final RegistryKey<BannerPattern> BannerPatterns.STRIPE_TOPstatic final RegistryKey<BannerPattern> BannerPatterns.TRIANGLE_BOTTOMstatic final RegistryKey<BannerPattern> BannerPatterns.TRIANGLE_TOPstatic final RegistryKey<BannerPattern> BannerPatterns.TRIANGLES_BOTTOMstatic final RegistryKey<BannerPattern> BannerPatterns.TRIANGLES_TOPMethods in net.minecraft.block.entity that return types with arguments of type BannerPatternMethod parameters in net.minecraft.block.entity with type arguments of type BannerPatternModifier and TypeMethodDescriptionprivate static voidBannerPatterns.register(Registerable<BannerPattern> registerable, RegistryKey<BannerPattern> key) private static voidBannerPatterns.register(Registerable<BannerPattern> registerable, RegistryKey<BannerPattern> key) static voidBannerPatterns.registerAndGetDefault(Registerable<BannerPattern> registerable) -
Uses of BannerPattern in net.minecraft.client.gui.screen.ingame
Method parameters in net.minecraft.client.gui.screen.ingame with type arguments of type BannerPatternModifier and TypeMethodDescriptionprivate voidLoomScreen.drawBanner(DrawContext context, RegistryEntry<BannerPattern> pattern, int x, int y) -
Uses of BannerPattern in net.minecraft.client.render
Method parameters in net.minecraft.client.render with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic SpriteIdentifierTexturedRenderLayers.getBannerPatternTextureId(RegistryEntry<BannerPattern> registryEntry) static SpriteIdentifierTexturedRenderLayers.getShieldPatternTextureId(RegistryEntry<BannerPattern> registryEntry) -
Uses of BannerPattern in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final RegistryEntry<BannerPattern> BannerPatternsComponent.Layer.patternThe field for thepatternrecord component.Methods in net.minecraft.component.type that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionBannerPatternsComponent.Layer.pattern()Returns the value of thepatternrecord component.Method parameters in net.minecraft.component.type with type arguments of type BannerPatternModifier and TypeMethodDescriptionBannerPatternsComponent.Builder.add(RegistryEntry<BannerPattern> pattern, DyeColor color) BannerPatternsComponent.Builder.method_58124(RegistryEntryLookup<BannerPattern> registryEntryLookup, RegistryKey<BannerPattern> registryKey, DyeColor dyeColor) Deprecated.BannerPatternsComponent.Builder.method_58124(RegistryEntryLookup<BannerPattern> registryEntryLookup, RegistryKey<BannerPattern> registryKey, DyeColor dyeColor) Deprecated.Constructor parameters in net.minecraft.component.type with type arguments of type BannerPatternModifierConstructorDescriptionLayer(RegistryEntry<BannerPattern> registryEntry, DyeColor dyeColor) -
Uses of BannerPattern in net.minecraft.item
Fields in net.minecraft.item with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final TagKey<BannerPattern> BannerPatternItem.patternItemTagMethods in net.minecraft.item that return types with arguments of type BannerPatternConstructor parameters in net.minecraft.item with type arguments of type BannerPatternModifierConstructorDescriptionBannerPatternItem(TagKey<BannerPattern> patternItemTag, Item.Settings settings) -
Uses of BannerPattern in net.minecraft.loot.function
Method parameters in net.minecraft.loot.function with type arguments of type BannerPatternModifier and TypeMethodDescriptionSetBannerPatternLootFunction.Builder.pattern(RegistryEntry<BannerPattern> pattern, DyeColor color) -
Uses of BannerPattern in net.minecraft.predicate.entity
Method parameters in net.minecraft.predicate.entity with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic EntityEquipmentPredicateEntityEquipmentPredicate.method_58057(RegistryEntryLookup<BannerPattern> registryEntryLookup) -
Uses of BannerPattern in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<BannerPattern>> RegistryKeys.BANNER_PATTERN -
Uses of BannerPattern in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final TagKey<BannerPattern> BannerPatternTags.CREEPER_PATTERN_ITEMstatic final TagKey<BannerPattern> BannerPatternTags.FLOWER_PATTERN_ITEMstatic final TagKey<BannerPattern> BannerPatternTags.GLOBE_PATTERN_ITEMstatic final TagKey<BannerPattern> BannerPatternTags.MOJANG_PATTERN_ITEMstatic final TagKey<BannerPattern> BannerPatternTags.NO_ITEM_REQUIREDstatic final TagKey<BannerPattern> BannerPatternTags.PIGLIN_PATTERN_ITEMstatic final TagKey<BannerPattern> BannerPatternTags.SKULL_PATTERN_ITEMMethods in net.minecraft.registry.tag that return types with arguments of type BannerPattern -
Uses of BannerPattern in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate List<RegistryEntry<BannerPattern>> LoomScreenHandler.bannerPatternsprivate final RegistryEntryLookup<BannerPattern> LoomScreenHandler.field_49741Methods in net.minecraft.screen that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionLoomScreenHandler.getBannerPatterns()private List<RegistryEntry<BannerPattern>> LoomScreenHandler.getPatternsFor(ItemStack stack) Method parameters in net.minecraft.screen with type arguments of type BannerPatternModifier and TypeMethodDescriptionprivate voidLoomScreenHandler.updateOutputSlot(RegistryEntry<BannerPattern> pattern) -
Uses of BannerPattern in net.minecraft.village.raid
Method parameters in net.minecraft.village.raid with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic ItemStackRaid.getOminousBanner(RegistryEntryLookup<BannerPattern> registryEntryLookup)