Jump to content

Av3ng3r5

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Av3ng3r5's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. World world = mc.world; List<Entity> entities = world.loadedEntityList; public void onTick(TickEvent.PlayerTickEvent e) { int i = 0; if (i < entities.size(); i++) { if (entities.get(i) instanceof EntityPlayer) { EntityPlayer targets = (EntityPlayer) entities.get(i); } } } Hi I am pretty new to mod development and am having some issues getting the (EntityList) of the players and i am getting errors in the following code i'm not sure about that i'm not sure about and if someone could help me out i would really appreciate it. Thanks.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.