220221222223224225226227228229
target = world.getEntityByID((Integer)packetReadout[1]); } if(owner instanceof EntityLiving) { EntityRocket r = new EntityRocket(world, ((EntityLiving)owner), target); world.spawnEntityInWorld(r); } } }