Posted November 29, 201212 yr Is there any way to add a Tile Entity to a block that inherits from say, BlockStairs, without causing a NPE whenever Minecraft's code checks against a BlockContainer? I've been stuck on this code for a while and just realised Minecraft has a couple of places where it uses InstanceOf BlockContainer to handle TileEntities. And as Java doesn't have multiple inheritance, I'm kind of hoping I don't have to write an entirely new Stairs class and use up seventeen block IDs in the process. I'm almost resigned to it though. Recommendation for MC developers; move getTileEntity to Block?
November 30, 201212 yr protip, it already has been. Search before posting. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
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.