| Package | Description |
|---|---|
| org.cloudburstmc.server.block | |
| org.cloudburstmc.server.block.behavior | |
| org.cloudburstmc.server.block.trait.serializer | |
| org.cloudburstmc.server.math |
| Modifier and Type | Field and Description |
|---|---|
static EnumBlockTrait<Direction.Axis> |
BlockTraits.AXIS |
static EnumBlockTrait<Direction.Axis> |
BlockTraits.PORTAL_AXIS |
| Modifier and Type | Method and Description |
|---|---|
Direction.Axis |
BlockBehaviorWood.getAxis(BlockState state) |
| Modifier and Type | Method and Description |
|---|---|
Comparable<?> |
AxisSerializer.serialize(com.nukkitx.nbt.NbtMapBuilder builder,
BlockState state,
Direction.Axis axis) |
| Modifier and Type | Method and Description |
|---|---|
Direction.Axis |
Direction.getAxis()
Get the Axis of this BlockFace
|
static Direction.Axis |
Direction.Axis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction.Axis[] |
Direction.Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.fromAxis(Direction.AxisDirection axisDirection,
Direction.Axis axis) |
Copyright © 2020. All rights reserved.