cast to net.minecraft.entity.entityliving

  1. A

    cannot be cast to net.minecraft.entity.EntityLiving

    @Override public void onUpdate(ItemStack stack, World world, Entity entity, int par1, boolean par2) { if(entity instanceof EntityPlayer && par2 == true) { if (entityNotSpawned) { EntityItem entityItem = new EntityVintorez(world, entity.posX, entity.posY...
Сверху