(float minX, float minY, float minZ, float maxX, float maxY, float maxZ)
| 441 | } |
| 442 | |
| 443 | protected final void setBlockBounds(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) |
| 444 | { |
| 445 | this.minX = minX; |
| 446 | this.minY = minY; |
| 447 | this.minZ = minZ; |
| 448 | this.maxX = maxX; |
| 449 | this.maxY = maxY; |
| 450 | this.maxZ = maxZ; |
| 451 | } |
| 452 | |
| 453 | public int getMixedBrightnessForBlock(IBlockAccess worldIn, BlockPos pos) |
| 454 | { |
no outgoing calls
no test coverage detected