| Package | Description |
|---|---|
| org.cloudburstmc.api.block | |
| org.cloudburstmc.api.blockentity | |
| org.cloudburstmc.api.item.data | |
| org.cloudburstmc.api.util.data |
| Modifier and Type | Field and Description |
|---|---|
static EnumBlockTrait<DyeColor> |
BlockTraits.COLOR |
static EnumBlockTrait<DyeColor> |
BlockTraits.CORAL_COLOR |
static EnumBlockTrait<DyeColor> |
BlockTraits.CORAL_HANG_COLOR |
| Modifier and Type | Method and Description |
|---|---|
DyeColor |
Banner.getBase() |
DyeColor |
Bed.getColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Banner.setBase(DyeColor color) |
void |
Bed.setColor(DyeColor color) |
| Modifier and Type | Method and Description |
|---|---|
static BannerData |
BannerData.of(int type,
DyeColor base,
List<BannerPattern> patterns) |
| Modifier and Type | Method and Description |
|---|---|
static DyeColor |
DyeColor.getByDyeData(int dyeColorMeta) |
static DyeColor |
DyeColor.getByWoolData(int woolColorMeta) |
DyeColor |
BannerPattern.getColor() |
DyeColor |
TerracottaColor.getDyeColor(Identifier type) |
static DyeColor |
DyeColor.valueOf(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 |
|---|---|
Identifier |
TerracottaColor.fromDyeColor(DyeColor color) |
| Modifier and Type | Method and Description |
|---|---|
static FireworkData.FireworkExplosion |
FireworkData.FireworkExplosion.of(List<DyeColor> colors,
List<DyeColor> fades,
boolean flicker,
boolean trail,
FireworkData.FireworkExplosion.ExplosionType type) |
static FireworkData.FireworkExplosion |
FireworkData.FireworkExplosion.of(List<DyeColor> colors,
List<DyeColor> fades,
boolean flicker,
boolean trail,
FireworkData.FireworkExplosion.ExplosionType type) |
Copyright © 2021. All rights reserved.