gitignore
This commit is contained in:
parent
87bcca13b5
commit
a378c69d26
3 changed files with 6 additions and 7 deletions
|
@ -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