(int size)
| 181 | } |
| 182 | |
| 183 | public static int sizeInBytes(int size) { |
| 184 | return size / 8; |
| 185 | } |
| 186 | |
| 187 | private final void setSpecial() { |
| 188 | for (Map.Entry<String, List<BlockPos>> entry : specialBlockLocations.entrySet()) { |
no outgoing calls
no test coverage detected