(Random rand)
| 235 | } |
| 236 | |
| 237 | @Override |
| 238 | public BlockPos getRandomBlockPos(Random rand) { |
| 239 | return PositionUtil.randomBlockPos(rand, min, max.add(1, 1, 1)); |
| 240 | } |
| 241 | |
| 242 | public void readData(PacketBuffer stream) { |
| 243 | if (stream.readBoolean()) { |
no test coverage detected