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