(TileEntity tileEntityIn)
| 941 | } |
| 942 | |
| 943 | public void addTileEntity(TileEntity tileEntityIn) |
| 944 | { |
| 945 | this.addTileEntity(tileEntityIn.getPos(), tileEntityIn); |
| 946 | |
| 947 | if (this.isChunkLoaded) |
| 948 | { |
| 949 | this.worldObj.addTileEntity(tileEntityIn); |
| 950 | } |
| 951 | } |
| 952 | |
| 953 | public void addTileEntity(BlockPos pos, TileEntity tileEntityIn) |
| 954 | { |
no test coverage detected