Class Minion<T extends Mob>

java.lang.Object
me.gamercoder215.mobchip.bosses.Minion<T>
Type Parameters:
T - Type of Minion

public final class Minion<T extends Mob> extends Object
Represents a Boss Minion

Any methods that will call a class update (i.e. setHealth(double)) will not update the actual entity if spawned. Call updates directly from the entity received at spawn(Location).