Posted March 16, 201411 yr Hi, i have tried to get item ids of loaded entities. It seems to give a random entity id with like six numbers. I used this Minecraft.getMinecraft().theWorld.getLoadedEntityList(). Is there some way to get item ids of all loaded entities and also check if its actually item and not like mob?
March 16, 201411 yr Author Instead of using Minecraft.getMinecraft(), what should i use? Could you give me a simple code that returns a list of loaded item ids. I mean items on ground that are loaded. I also mean client side. Items loaded around player.
March 16, 201411 yr Author I didnt find a way to get the item id with that code, the code works but i still didnt get the item id with it. How to get the item id like 1 for stone? Entityid seems to be random 5 numbers
March 16, 201411 yr Author EntityItem#getItem() Is that even java? There is no getItem method in EntityItem.
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.