Modifier and Type | Field and Description |
---|---|
private DyeColor |
StainedGlassPaneBlock.color |
private DyeColor |
BedBlock.color |
private DyeColor |
AbstractBannerBlock.color |
private DyeColor |
ShulkerBoxBlock.color |
private DyeColor |
CarpetBlock.color |
private DyeColor |
StainedGlassBlock.color |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<DyeColor,Block> |
BannerBlock.BANNERS_BY_COLOR |
Modifier and Type | Method and Description |
---|---|
DyeColor |
BeaconBlock.getColor() |
DyeColor |
StainedGlassPaneBlock.getColor() |
DyeColor |
BedBlock.getColor() |
DyeColor |
AbstractBannerBlock.getColor() |
DyeColor |
ShulkerBoxBlock.getColor() |
DyeColor |
CarpetBlock.getColor() |
DyeColor |
IBeaconBeamColorProvider.getColor() |
DyeColor |
StainedGlassBlock.getColor() |
static DyeColor |
ShulkerBoxBlock.getColorFromBlock(Block blockIn) |
static DyeColor |
ShulkerBoxBlock.getColorFromItem(Item itemIn) |
Modifier and Type | Method and Description |
---|---|
static Block.Properties |
Block.Properties.create(Material materialIn,
DyeColor color) |
static Block |
BannerBlock.forColor(DyeColor p_196287_0_) |
static Block |
ShulkerBoxBlock.getBlockByColor(DyeColor colorIn) |
static ItemStack |
ShulkerBoxBlock.getColoredItemStack(DyeColor colorIn) |
Constructor and Description |
---|
AbstractBannerBlock(DyeColor color,
Block.Properties properties) |
BannerBlock(DyeColor color,
Block.Properties properties) |
BedBlock(DyeColor colorIn,
Block.Properties properties) |
CarpetBlock(DyeColor colorIn,
Block.Properties properties) |
ShulkerBoxBlock(DyeColor color,
Block.Properties properties) |
StainedGlassBlock(DyeColor colorIn,
Block.Properties properties) |
StainedGlassPaneBlock(DyeColor colorIn,
Block.Properties properties) |
WallBannerBlock(DyeColor color,
Block.Properties properties) |
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 | Method and Description |
---|---|
private ItemStack |
CelebrateRaidVictoryTask.makeFirework(DyeColor color,
int flightTime) |
Modifier and Type | Method and Description |
---|---|
DyeColor |
ShulkerEntity.getColor() |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<DyeColor,float[]> |
SheepEntity.DYE_TO_RGB |
private static java.util.Map<DyeColor,IItemProvider> |
SheepEntity.WOOL_BY_COLOR |
Modifier and Type | Method and Description |
---|---|
DyeColor |
WolfEntity.getCollarColor() |
DyeColor |
CatEntity.getCollarColor() |
private DyeColor |
SheepEntity.getDyeColorMixFromParents(AnimalEntity father,
AnimalEntity mother) |
DyeColor |
SheepEntity.getFleeceColor() |
static DyeColor |
SheepEntity.getRandomSheepColor(java.util.Random random) |
Modifier and Type | Method and Description |
---|---|
private static CraftingInventory |
SheepEntity.createDyeColorCraftingInventory(DyeColor color,
DyeColor color1) |
private static float[] |
SheepEntity.createSheepColor(DyeColor dyeColorIn) |
static float[] |
SheepEntity.getDyeRgb(DyeColor dyeColor) |
void |
WolfEntity.setCollarColor(DyeColor collarcolor) |
void |
CatEntity.setCollarColor(DyeColor color) |
void |
SheepEntity.setFleeceColor(DyeColor color) |
Modifier and Type | Method and Description |
---|---|
static DyeColor |
TropicalFishEntity.func_212323_p(int p_212323_0_) |
static DyeColor |
TropicalFishEntity.func_212326_d(int p_212326_0_) |
Modifier and Type | Method and Description |
---|---|
private static int |
TropicalFishEntity.pack(TropicalFishEntity.Type size,
DyeColor pattern,
DyeColor bodyColor) |
Modifier and Type | Method and Description |
---|---|
private static DyeColor |
LlamaEntity.getCarpetColor(ItemStack p_195403_0_) |
DyeColor |
LlamaEntity.getColor() |
Modifier and Type | Method and Description |
---|---|
private void |
LlamaEntity.setColor(DyeColor color) |
Modifier and Type | Field and Description |
---|---|
private DyeColor |
DyeItem.dyeColor |
private static DyeColor[] |
DyeColor.VALUES |
Modifier and Type | Field and Description |
---|---|
private static it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<DyeColor> |
DyeColor.BY_FIREWORK_COLOR |
private static java.util.Map<DyeColor,DyeItem> |
DyeItem.COLOR_DYE_ITEM_MAP |
Modifier and Type | Method and Description |
---|---|
static DyeColor |
DyeColor.byFireworkColor(int fireworkColorIn) |
static DyeColor |
DyeColor.byId(int colorId) |
static DyeColor |
DyeColor.byTranslationKey(java.lang.String translationKeyIn,
DyeColor fallback) |
DyeColor |
BannerItem.getColor() |
static DyeColor |
DyeColor.getColor(ItemStack stack) |
static DyeColor |
ShieldItem.getColor(ItemStack stack) |
DyeColor |
DyeItem.getDyeColor() |
static DyeColor |
DyeColor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DyeColor[] |
DyeColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DyeColor |
DyeColor.byTranslationKey(java.lang.String translationKeyIn,
DyeColor fallback) |
static DyeItem |
DyeItem.getItem(DyeColor color) |
Constructor and Description |
---|
DyeItem(DyeColor dyeColorIn,
Item.Properties builder) |
Modifier and Type | Field and Description |
---|---|
private DyeColor |
BannerTileEntity.baseColor |
private DyeColor |
BedTileEntity.color |
private DyeColor |
ShulkerBoxTileEntity.color |
private DyeColor |
SignTileEntity.textColor |
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 |
---|---|
DyeColor |
BannerTileEntity.getBaseColor(java.util.function.Supplier<BlockState> p_195533_1_) |
DyeColor |
BedTileEntity.getColor() |
DyeColor |
ShulkerBoxTileEntity.getColor() |
DyeColor |
SignTileEntity.getTextColor() |
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 |
---|---|
static java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> |
BannerTileEntity.func_230138_a_(DyeColor p_230138_0_,
ListNBT p_230138_1_) |
void |
BannerTileEntity.loadFromItemStack(ItemStack p_195534_1_,
DyeColor p_195534_2_) |
void |
BedTileEntity.setColor(DyeColor color) |
BannerPattern.Builder |
BannerPattern.Builder.setPatternWithColor(BannerPattern p_222477_1_,
DyeColor p_222477_2_) |
boolean |
SignTileEntity.setTextColor(DyeColor newColor) |
Constructor and Description |
---|
BannerTileEntity(DyeColor p_i47731_1_) |
BedTileEntity(DyeColor colorIn) |
ShulkerBoxTileEntity(DyeColor colorIn) |
Modifier and Type | Field and Description |
---|---|
private DyeColor |
MapBanner.color |
Constructor and Description |
---|
MapBanner(BlockPos p_i48876_1_,
DyeColor p_i48876_2_,
ITextComponent p_i48876_3_) |
Modifier and Type | Method and Description |
---|---|
default boolean |
IForgeBlock.recolorBlock(BlockState state,
IWorld world,
BlockPos pos,
Direction facing,
DyeColor color)
//TODO: Re-Evaluate
Gathers how much experience this block drops when broken.
|
default boolean |
IForgeBlockState.recolorBlock(IWorld world,
BlockPos pos,
Direction facing,
DyeColor color)
//TODO: Re-Evaluate
Gathers how much experience this block drops when broken.
|