Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol import net.minecraft.entity.player.EntityPlayer

Closed this issue ยท 2 comments

commented

MobCommanderRepository.java:3: error: cannot find symbol
import net.minecraft.entity.player.EntityPlayer;

commented

Solution: Type EntityPlayer seems to have been renamed to PlayerEntity

commented

Closed with commit d2792f1.