Skip to content

Commit 61fb3ca

Browse files
committed
removed abstract type DOORINTERACT
1 parent 899f3c4 commit 61fb3ca

File tree

1 file changed

+0
-2
lines changed
  • src/java/de/ntcomputer/minecraft/controllablemobs/api/ai

1 file changed

+0
-2
lines changed

src/java/de/ntcomputer/minecraft/controllablemobs/api/ai/AIType.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import net.minecraft.server.v1_6_R3.PathfinderGoalBreakDoor;
1010
import net.minecraft.server.v1_6_R3.PathfinderGoalBreed;
1111
import net.minecraft.server.v1_6_R3.PathfinderGoalDefendVillage;
12-
import net.minecraft.server.v1_6_R3.PathfinderGoalDoorInteract;
1312
import net.minecraft.server.v1_6_R3.PathfinderGoalEatTile;
1413
import net.minecraft.server.v1_6_R3.PathfinderGoalFleeSun;
1514
import net.minecraft.server.v1_6_R3.PathfinderGoalFloat;
@@ -64,7 +63,6 @@ public enum AIType {
6463
ACTION_DOORBREAK(PathfinderGoalBreakDoor.class),
6564
ACTION_BREED(PathfinderGoalBreed.class),
6665
ACTION_DEFENDVILLAGE(PathfinderGoalDefendVillage.class),
67-
ACTION_DOORINTERACT(PathfinderGoalDoorInteract.class),
6866
ACTION_EATTILE(PathfinderGoalEatTile.class),
6967
MOVE_FLEESUN(PathfinderGoalFleeSun.class),
7068
MOVE_FLOAT(PathfinderGoalFloat.class),

0 commit comments

Comments
 (0)