Posted August 22, 201411 yr Hello, I have a version of TileEnity for my mod , lets say MyTileEntity , then I I use the world.getTileEnity() method , making sure that the TileEnity is a MyTileEntity ; the method still returns a TIleEntity , but can I do this : public MyTileEntity = (MyTileEnity) world.getTileEntity(x,y,z) ?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.