(BlockPos center, int size)
| 115 | } |
| 116 | |
| 117 | public void initializeCenter(BlockPos center, int size) { |
| 118 | initializeCenter(center, new BlockPos(size, size, size)); |
| 119 | } |
| 120 | |
| 121 | public void initializeCenter(BlockPos center, Vec3i size) { |
| 122 | extendToEncompassBoth(center.subtract(size), center.add(size)); |
nothing calls this directly
no test coverage detected