Package | Description |
---|---|
net.minecraft.client.gui.screen | |
net.minecraft.client.renderer.tileentity | |
net.minecraft.item | |
net.minecraft.tileentity |
Modifier and Type | Field and Description |
---|---|
private java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> |
LoomScreen.field_230155_n_ |
Modifier and Type | Method and Description |
---|---|
static void |
BannerTileEntityRenderer.func_230180_a_(MatrixStack p_230180_0_,
IRenderTypeBuffer p_230180_1_,
int p_230180_2_,
int p_230180_3_,
ModelRenderer p_230180_4_,
Material p_230180_5_,
boolean p_230180_6_,
java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> p_230180_7_) |
Modifier and Type | Field and Description |
---|---|
private BannerPattern |
BannerPatternItem.field_219982_a |
Modifier and Type | Method and Description |
---|---|
BannerPattern |
BannerPatternItem.func_219980_b() |
Constructor and Description |
---|
BannerPatternItem(BannerPattern p_i50057_1_,
Item.Properties p_i50057_2_) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.apache.commons.lang3.tuple.Pair<BannerPattern,DyeColor>> |
BannerPattern.Builder.field_222478_a |
private java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> |
BannerTileEntity.patternList |
Modifier and Type | Method and Description |
---|---|
static BannerPattern |
BannerPattern.byHash(java.lang.String hash) |
static BannerPattern |
BannerPattern.create(java.lang.String enumName,
java.lang.String fileNameIn,
java.lang.String hashNameIn,
ItemStack craftingStack) |
static BannerPattern |
BannerPattern.create(java.lang.String enumName,
java.lang.String fileNameIn,
java.lang.String hashNameIn,
java.lang.String p_i47247_5_,
java.lang.String p_i47247_6_,
java.lang.String p_i47247_7_) |
static BannerPattern |
BannerPattern.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BannerPattern[] |
BannerPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> |
BannerTileEntity.func_230138_a_(DyeColor p_230138_0_,
ListNBT p_230138_1_) |
java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> |
BannerTileEntity.getPatternList() |
Modifier and Type | Method and Description |
---|---|
BannerPattern.Builder |
BannerPattern.Builder.setPatternWithColor(BannerPattern p_222477_1_,
DyeColor p_222477_2_) |