public interface Directional
Modifier and Type | Method and Description |
---|---|
@NotNull BlockFace |
getFacing()
Gets the direction this block is facing
|
void |
setFacingDirection(@NotNull BlockFace face)
Sets the direction that this block is facing in
|
void setFacingDirection(@NotNull @NotNull BlockFace face)
face
- The facing direction@NotNull @NotNull BlockFace getFacing()
Copyright © 2022. All rights reserved.