Posted May 17, 20205 yr Greetings I am very new to modding and I would like to know how to get a list of all entities loaded, For my specific case I want to find all "Sapling" item entities. Also if someone could point me to a central place for a all minecraft and forge methods that would be great! Thanks in advance
May 17, 20205 yr 7 hours ago, CaptainDoge said: Also if someone could point me to a central place for a all minecraft and forge methods that would be great! If you look in the Referenced Libraries of your IDE, there is a forge jar with all the MC/Forge sources for you to browse. A lot/most of the forge stuff has comments/javadocs, but as far as I can tell the majority of the vanilla stuff is not. If you mean like an actual reference manual describing all the methods, there is not one, you more or less have to dig in and read the code. As for your other question, I haven't tried to find all instances of a specific item entity before, sorry!
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.