Property | Type | Description | |
---|---|---|---|
start | BlockPos, |
Method | Description | |
---|---|---|
BlockRegion ( BlockPos, start, BlockPos, end ) : System | ||
BlockRegion ( int startX, int startY, int startZ, int endX, int endY, int endZ ) : System | ||
Contains ( BlockPos, pos ) : bool |
Returns if the BlockPos is contained in this region.
|
|
Equals ( object obj ) : bool | ||
Expand ( int size ) : BlockRegion, |
Returns a region that is the specified number of blocks larger in all 6 directions.
|
|
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
operator ( ) : bool |
public BlockRegion ( BlockPos, start, BlockPos, end ) : System | ||
start | BlockPos, | |
end | BlockPos, | |
return | System |
public BlockRegion ( int startX, int startY, int startZ, int endX, int endY, int endZ ) : System | ||
startX | int | |
startY | int | |
startZ | int | |
endX | int | |
endY | int | |
endZ | int | |
return | System |