larsgerrits Posted February 13, 2014 Posted February 13, 2014 Hello, i want to get a list of players that's looking in my gui, and it extends GuiContainer. But there's no way to get the players directly. I can get all of the players from the Container class, but that's not what i want. Do you guys know of a way to get all the players looking into a gui? If anyone needs code, i can provide it. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
larsgerrits Posted February 13, 2014 Author Posted February 13, 2014 And how would i go about tracking all the players in the TileEntity/GUI? I've never done anything with player based gui's before. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
ruabmbua Posted February 13, 2014 Posted February 13, 2014 Before a player can access an TileEntity implementing IInventory the method IInventory.isUseableByPlayer() will be called, to check if the player is permitted to use it. You can use the method, to register your player in a Map in your TileEntity. I have no idea, how you would be able to unregister players. Quote try { ... }catch(Throwable t) { MagicAppErrorSolver.solveProblem(t, this); } //Programmers will lose work
Recommended Posts
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.