Posted February 2, 201510 yr I wanna make it so when the player enters my dimension it would switch it from EntityPlayer to EntityPlayerDimension (which extends EntityPlayer). Anyone know How i would go about doing so?
February 2, 201510 yr Nope, nope. nope. You should NEVER extend EntityPlayer. Use IExtendedEntityProperties to store additional data of player. As for changing dim - PlayerChangedDimensionEvent (in cpw game events). This event is server-side only. Tut: http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/1571567-forge-1-6-4-1-8-eventhandler-and (2nd post) 1.7.10 is no longer supported by forge, you are on your own.
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.