| Package | Description |
|---|---|
| org.cloudburstmc.server.block.serializer |
| Modifier and Type | Method and Description |
|---|---|
static DirectionHelper.SeqType |
DirectionHelper.SeqType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectionHelper.SeqType[] |
DirectionHelper.SeqType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
DirectionHelper.fromMeta(int meta,
DirectionHelper.SeqType type) |
void |
DirectionHelper.register(DirectionHelper.SeqType type,
Identifier... identifiers) |
void |
DirectionHelper.serialize(com.nukkitx.nbt.NbtMapBuilder builder,
BlockState state,
DirectionHelper.SeqType type) |
short |
DirectionHelper.toMeta(Direction direction,
DirectionHelper.SeqType type) |
Copyright © 2020. All rights reserved.