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 LocatableBlock s. |
BlockState |
getBlockState()
Gets the
BlockState for this locatable block. |
default com.flowpowered.math.vector.Vector3i |
getPosition()
Gets the
position for this locatable block. |
getManipulators
getContentVersion, toContainer
getApplicableProperties, getProperty
get, getContainers, getOrCreate, merge, merge, supports, transform, with, with, with, with, without
copy, get, getKeys, getOrElse, getOrNull, getValue, getValues, require, supports, supports
getLocation, getWorld
static LocatableBlock.Builder builder()
LocatableBlock.Builder
for creating new LocatableBlock
s.BlockState getBlockState()
BlockState
for this locatable block.default com.flowpowered.math.vector.Vector3i getPosition()
position
for this locatable block.