gitignore
This commit is contained in:
parent
87bcca13b5
commit
a378c69d26
3 changed files with 6 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
|||
/java/run
|
||||
/java/bin
|
||||
/java/dev
|
||||
/jdk
|
||||
/export
|
||||
/.metadata
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package game;
|
||||
|
||||
|
||||
/*
|
||||
package game.gui.server;
|
||||
|
||||
import game.SKC;
|
||||
|
@ -208,7 +209,7 @@ public class GuiServer extends GuiScreen {
|
|||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
@ -385,3 +386,6 @@ public class GuiServer extends GuiScreen {
|
|||
|
||||
|
||||
*/
|
||||
|
||||
class Temp1 {
|
||||
}
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
package game.ai;
|
||||
|
||||
import game.block.Block;
|
||||
import game.entity.types.EntityLiving;
|
||||
import game.entity.types.EntityTameable;
|
||||
import game.init.Blocks;
|
||||
import game.pathfinding.PathNavigate;
|
||||
import game.pathfinding.PathNavigateGround;
|
||||
import game.world.BlockPos;
|
||||
import game.world.State;
|
||||
import game.world.World;
|
||||
|
||||
public class EntityAIFollowOwner extends EntityAIBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue