Interface IMonster<T extends net.minecraft.entity.monster.EntityMob>

  • Type Parameters:
    T - The underlying Minecraft EntityMob type.
    All Superinterfaces:
    IEntity<T>, IEntityLiving<T>, IEntityLivingBase<T>

    public interface IMonster<T extends net.minecraft.entity.monster.EntityMob>
    extends IEntityLiving<T>
    Represents a monster entity. This interface does not add new methods, but allows type checking against the EntityType.MONSTER.