package minefantasy.entity.ai;
/**
*
* @author Anonymous Productions
*
* Sources are provided for educational reasons.
* though small bits of code, or methods can be used in your own creations.
*/
public interface IGuardingEntity {
public boolean isGuarding();
}