Posted October 19, 201510 yr I'm making a mod where I need a list of all mobs in the game and I'm trying to figure out how to get a list of them but I'm not sure how. It would be trivial if EntityRegistry exposed some of it's private members but it doesn't. I could do some complicated stuff with Reflection or repeatedly querying the EntityRegistry but that seems horribly inefficient. It seems that functionality like this for items and blocks is there, how can I similarly get all entities in the game?
October 19, 201510 yr Author Thanks. I'll look into that. Edit: Looks like that'll work great. Thanks again.
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.