Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol import net.minecraft.entity.monster.EntityMob

Closed this issue ยท 2 comments

commented

command\AttackNearestMobCommand.java:16: error: cannot find symbol
import net.minecraft.entity.monster.EntityMob;

commented

Solution: It seems that type EntityMob has been renamed to MobEntity.

commented

Closed with commit ac3f8e8.