使用Minecraft mod,标题出现在下面的代码中
this.getNavigator().setAvoidsWater(true);
this.getNavigator().setCanSwim(false);
this.getNavigator().setEnterDoors(true);
this.getNavigator().setAvoidSun(false);
this.getNavigator().setBreakDoors(false);
就像第一行一样,我得到的是
方法setAvoidsWater(boolean)未定义为PathNavigate类型
看着所有人,但除非我看了一些东西,否则其他人都没有这样的东西。