Jump to content

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


Recommended Posts

Posted

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/

Posted

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/

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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