File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/java/de/ntcomputer/minecraft/controllablemobs/api/ai Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 99import net .minecraft .server .v1_6_R3 .PathfinderGoalBreakDoor ;
1010import net .minecraft .server .v1_6_R3 .PathfinderGoalBreed ;
1111import net .minecraft .server .v1_6_R3 .PathfinderGoalDefendVillage ;
12- import net .minecraft .server .v1_6_R3 .PathfinderGoalDoorInteract ;
1312import net .minecraft .server .v1_6_R3 .PathfinderGoalEatTile ;
1413import net .minecraft .server .v1_6_R3 .PathfinderGoalFleeSun ;
1514import 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 ),
You can’t perform that action at this time.
0 commit comments