()
| 11 | private TileEntity tileEntity; |
| 12 | |
| 13 | public int getId() |
| 14 | { |
| 15 | return Config.getRandom(this.tileEntity.getPos(), this.tileEntity.getBlockMetadata()); |
| 16 | } |
| 17 | |
| 18 | public BlockPos getSpawnPosition() |
| 19 | { |
nothing calls this directly
no test coverage detected