Uses of Enum Class
net.minecraft.world.level.block.entity.BannerPattern
Package
Description
-
Uses of BannerPattern in net.minecraft.client.gui.screens.inventory
Modifier and TypeFieldDescriptionprivate List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
LoomScreen.resultBannerPatterns
-
Uses of BannerPattern in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionstatic Map<BannerPattern,Material>
Sheets.BANNER_MATERIALS
static Map<BannerPattern,Material>
Sheets.SHIELD_MATERIALS
Modifier and TypeMethodDescriptionprivate static Material
Sheets.createBannerMaterial(BannerPattern p_173388_)
private static Material
Sheets.createShieldMaterial(BannerPattern p_173390_)
static Material
Sheets.getBannerMaterial(BannerPattern p_173380_)
static Material
Sheets.getShieldMaterial(BannerPattern p_173384_)
-
Uses of BannerPattern in net.minecraft.client.renderer.blockentity
Modifier and TypeMethodDescriptionstatic void
BannerRenderer.renderPatterns(PoseStack p_112066_, MultiBufferSource p_112067_, int p_112068_, int p_112069_, ModelPart p_112070_, Material p_112071_, boolean p_112072_, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> p_112073_)
static void
BannerRenderer.renderPatterns(PoseStack p_112075_, MultiBufferSource p_112076_, int p_112077_, int p_112078_, ModelPart p_112079_, Material p_112080_, boolean p_112081_, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> p_112082_, boolean p_112083_)
-
Uses of BannerPattern in net.minecraft.world.item
ModifierConstructorDescriptionBannerPatternItem(BannerPattern p_40548_, Item.Properties p_40549_)
-
Uses of BannerPattern in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionprivate List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerBlockEntity.patterns
private List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerPattern.Builder.patterns
Modifier and TypeMethodDescriptionstatic BannerPattern
BannerPattern.byFilename(String p_155046_)
static BannerPattern
static BannerPattern
static BannerPattern
BannerPattern.create(String enumName, String fileNameIn, String hashNameIn, boolean hasPatternItem)
static BannerPattern
Returns the enum constant of this class with the specified name.static BannerPattern[]
BannerPattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerBlockEntity.createPatterns(DyeColor p_58485_, ListTag p_58486_)
List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerBlockEntity.getPatterns()
Modifier and TypeMethodDescriptionBannerPattern.Builder.addPattern(BannerPattern p_58589_, DyeColor p_58590_)
Modifier and TypeMethodDescriptionBannerPattern.Builder.addPattern(com.mojang.datafixers.util.Pair<BannerPattern,DyeColor> p_155049_)
-
Uses of BannerPattern in net.minecraft.world.level.storage.loot.functions
Modifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList.Builder<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
SetBannerPatternFunction.Builder.patterns
(package private) List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
SetBannerPatternFunction.patterns
Modifier and TypeMethodDescriptionSetBannerPatternFunction.Builder.addPattern(BannerPattern p_165290_, DyeColor p_165291_)
ModifierConstructorDescription(package private)
SetBannerPatternFunction(LootItemCondition[] p_165275_, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> p_165276_, boolean p_165277_)