| Package | Description |
|---|---|
| org.cloudburstmc.api.block.behavior | |
| org.cloudburstmc.api.blockentity | |
| org.cloudburstmc.api.util.data |
| Modifier and Type | Method and Description |
|---|---|
BlockColor |
BlockBehavior.getColor(Block block) |
| Modifier and Type | Method and Description |
|---|---|
BlockColor |
Cauldron.getCustomColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cauldron.setCustomColor(BlockColor color) |
| Modifier and Type | Method and Description |
|---|---|
BlockColor |
TerracottaColor.getBlockColor(Identifier type) |
BlockColor |
DyeColor.getColor() |
static BlockColor |
BlockColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockColor[] |
BlockColor.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.fromBlockColor(BlockColor color) |
Copyright © 2021. All rights reserved.