Posted April 26, 201411 yr Hello guys, I'm currently creating a tile entity and I need to assign it the Name of Player who created him by placing the block of this tile entity, but the function who generate the tile entity in Block class, have just two parameter, World and Blockdata... So how I can assign to my TileEntity (in constructor) the owner of it ? Thanks in advance for your help !
April 26, 201411 yr Author So I found a solution to do that. When someone right click to my block entity, I get the Entity for this Block if my variable who containing the name of owner is empty, I set the owner to this player ! But... I prefere your solution, because with my, if I don't right click now into the block, someone else can be the owner... and it's not good... Thank u too again for your help !
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.