Method | Description | |
---|---|---|
Neighbor ( this block, BlockFacing face ) : IBlock |
Returns a neighboring block from the same IBlockStorage.
|
|
Relative ( this block, int x, int y, int z ) : IBlock |
Returns another block from the same IBlockStorage relative to this block.
|
public static Neighbor ( this block, BlockFacing face ) : IBlock | ||
block | this | |
face | BlockFacing | |
return | IBlock |
public static Relative ( this block, int x, int y, int z ) : IBlock | ||
block | this | |
x | int | |
y | int | |
z | int | |
return | IBlock |