public class TargetBlockInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TargetBlockInfo.FluidMode |
Constructor and Description |
---|
TargetBlockInfo(@NotNull Block block,
@NotNull BlockFace blockFace) |
Modifier and Type | Method and Description |
---|---|
@NotNull Block |
getBlock()
Get the block that is targeted
|
@NotNull BlockFace |
getBlockFace()
Get the targeted BlockFace
|
@NotNull Block |
getRelativeBlock()
Get the relative Block to the targeted block on the side it is targeted at
|
Copyright © 2021. All rights reserved.