Storing info in mobs.

Discussion in 'Plugin Development' started by awesomelemonade, Mar 13, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    awesomelemonade

    Hello! I need help storing info in Entities.

    Currently, my solution would be using a HashMap or a HashSet. This, is not particularly efficient as it has to store tens and hundreds of UUIDS. Looping through each mob isn't a great thing either.

    I need a solution that works efficiently, and doesn't require looping each of the mobs/entities.

    Thanks for all the help! Once this is solved, I got another problem ;p
     
  2. Offline

    Heirteir

    awesomelemonade
    You didn't explain your question clearly get more in depth and tell us why so we can get more of an idea on what you need.
     
  3. Offline

    tissin

  4. Offline

    awesomelemonade

    tissin

    Thanks! I will look into it! :)
     
Thread Status:
Not open for further replies.

Share This Page