Jump to content

[1.12] How to get Player entity on multiplayer client-side?


Hanashi

Recommended Posts

Hi,

 

I need the player object client-side on multiplayer. I found "Minecraft.getMinecraft().thePlayer" in the WWW, but "thePlayer" is not a property of class "Minecraft". How can I get the local player?

 

kind regards

Hanashi

Edited by Hanashi
Link to comment
Share on other sites

2 minutes ago, diesieben07 said:

Post more of your code. What are you trying to achieve?

Currently I tested this:

@SubscribeEvent
public void onClientConnect(FMLNetworkEvent.ClientConnectedToServerEvent e) {
	EntityPlayerSP player = Minecraft.getMinecraft().player;
	System.out.println(player);
}

I would get the player name and later in another event the position, but I need the player entity for this.

 

@That_Martin_Guy what did you mean with "common code"?

Link to comment
Share on other sites

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.

×
×
  • Create New...

Important Information

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