Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol import net.minecraft.util.EnumHand

Closed this issue ยท 2 comments

commented

GenericNullItem.java:24: error: cannot find symbol
import net.minecraft.util.EnumHand;

commented

Solution is to replace usage of net.minecraft.util.EnumHand with type net.minecraft.util.Hand.

commented

Closed with commit a19ff39.