| Package | Description |
|---|---|
| org.cloudburstmc.server.block | |
| org.cloudburstmc.server.block.trait.serializer | |
| org.cloudburstmc.server.utils.data |
| Modifier and Type | Field and Description |
|---|---|
static EnumBlockTrait<SandStoneType> |
BlockTraits.SAND_STONE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
Comparable<?> |
SandstoneTypeSerializer.serialize(com.nukkitx.nbt.NbtMapBuilder builder,
BlockState state,
SandStoneType sandStoneType) |
| Modifier and Type | Method and Description |
|---|---|
static SandStoneType |
SandStoneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SandStoneType[] |
SandStoneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.