public interface LocatableBlock extends ImmutableDataHolder<LocatableBlock>, Locatable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LocatableBlock.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LocatableBlock.Builder |
builder()
Creates a new
LocatableBlock.Builder for creating new LocatableBlocks. |
BlockState |
getBlockState()
Gets the
BlockState for this locatable block. |
default com.flowpowered.math.vector.Vector3i |
getPosition()
Gets the
position for this locatable block. |
getManipulatorsgetContentVersion, toContainergetApplicableProperties, getPropertyget, getContainers, getOrCreate, merge, merge, supports, transform, with, with, with, with, withoutcopy, get, getKeys, getOrElse, getOrNull, getValue, getValues, require, supports, supportsgetLocation, getWorldstatic LocatableBlock.Builder builder()
LocatableBlock.Builder for creating new LocatableBlocks.BlockState getBlockState()
BlockState for this locatable block.default com.flowpowered.math.vector.Vector3i getPosition()
position for this locatable block.