Uses of Enum Class
net.minecraft.tileentity.BannerPattern
Packages that use BannerPattern
Package
Description
-
Uses of BannerPattern in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate List<com.mojang.datafixers.util.Pair<BannerPattern,
DyeColor>> LoomScreen.resultBannerPatterns
-
Uses of BannerPattern in net.minecraft.client.renderer.tileentity
Method parameters in net.minecraft.client.renderer.tileentity with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic void
BannerTileEntityRenderer.renderPatterns
(MatrixStack p_230180_0_, IRenderTypeBuffer p_230180_1_, int p_230180_2_, int p_230180_3_, ModelRenderer p_230180_4_, RenderMaterial p_230180_5_, boolean p_230180_6_, List<com.mojang.datafixers.util.Pair<BannerPattern, DyeColor>> p_230180_7_) static void
BannerTileEntityRenderer.renderPatterns
(MatrixStack p_241717_0_, IRenderTypeBuffer p_241717_1_, int p_241717_2_, int p_241717_3_, ModelRenderer p_241717_4_, RenderMaterial p_241717_5_, boolean p_241717_6_, List<com.mojang.datafixers.util.Pair<BannerPattern, DyeColor>> p_241717_7_, boolean p_241717_8_) -
Uses of BannerPattern in net.minecraft.item
Fields in net.minecraft.item declared as BannerPatternMethods in net.minecraft.item that return BannerPatternConstructors in net.minecraft.item with parameters of type BannerPatternModifierConstructorDescriptionBannerPatternItem
(BannerPattern p_i50057_1_, Item.Properties p_i50057_2_) -
Uses of BannerPattern in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as BannerPatternFields in net.minecraft.tileentity with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final List<org.apache.commons.lang3.tuple.Pair<BannerPattern,
DyeColor>> BannerPattern.Builder.patterns
private List<com.mojang.datafixers.util.Pair<BannerPattern,
DyeColor>> BannerTileEntity.patterns
Methods in net.minecraft.tileentity that return BannerPatternModifier and TypeMethodDescriptionstatic BannerPattern
static BannerPattern
static BannerPattern
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.Methods in net.minecraft.tileentity that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionstatic List<com.mojang.datafixers.util.Pair<BannerPattern,
DyeColor>> BannerTileEntity.createPatterns
(DyeColor p_230138_0_, ListNBT p_230138_1_) List<com.mojang.datafixers.util.Pair<BannerPattern,
DyeColor>> BannerTileEntity.getPatterns()
Methods in net.minecraft.tileentity with parameters of type BannerPatternModifier and TypeMethodDescriptionBannerPattern.Builder.addPattern
(BannerPattern p_222477_1_, DyeColor p_222477_2_)