We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d239cd commit 850dddaCopy full SHA for 850ddda
1 file changed
src/main/java/com/minecolonies/core/entity/pathfinding/pathjobs/AbstractPathJob.java
@@ -43,8 +43,7 @@
43
import java.util.*;
44
import java.util.concurrent.Callable;
45
46
-import static com.minecolonies.api.util.constant.PathingConstants.HALF_A_BLOCK;
47
-import static com.minecolonies.api.util.constant.PathingConstants.MAX_JUMP_HEIGHT;
+import static com.minecolonies.api.util.constant.PathingConstants.*;
48
import static com.minecolonies.core.entity.pathfinding.PathingOptions.MAX_COST;
49
50
/**
0 commit comments