Jump to content

[1.8] EntityRegistry.findGlobalUniqueEntityId() returns the same number again?


Tyron

Recommended Posts

Maybe I don't understand the concept right but shouldn't EntityRegistry.findGlobalUniqueEntityId() return a different number every time it's being called?

Or at least once I used one of the returned id via EntityRegistry.registerModEntity()?

 

I'm registering 2 entities in my mod and the packet handler is mixing up both of them because I registered them with the same number from 2 seperate calls on findGlobalUniqueEntityId()

 

I'm using Forge Build 1412 for MC 1.8

 

Link to comment
Share on other sites

findGlobalUniqueEntityId is, as the name says, for global IDs. Do not use them.

registerModEntity can take ANY number, you choose it. There is no possibility for conflict.

 

Ok, thank you very much for the clarification diesieben07.

 

By the way, if you had anywhere a donate button, I'd totally donate a few bucks - you answered so many of my questions already... I'm in your debt.

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.

Announcements



×
×
  • Create New...

Important Information

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