I'm making the mod and I wanna get all entities in world.
Currently, I'm using Minecraft.getMinecraft().theWorld.loadedEntityList method to get entities in world but it seems it only returns entities loaded in my client.
So how can I get all entities in world?
Important Information
By using this site, you agree to our Terms of Use.