Jump to content

[1.6.4] How to get all the players lokking into a gui? [Unsolved]


larsgerrits

Recommended Posts

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.

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/

Link to comment
Share on other sites

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.

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/

Link to comment
Share on other sites

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.

try {

...

}catch(Throwable t) {

    MagicAppErrorSolver.solveProblem(t, this);

}

//Programmers will lose work

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.