aether-legacy/src/main/java/com/legacy/aether/api/player/util/IAetherBoss.java
2018-12-06 23:32:48 -06:00

11 lines
175 B
Java

package com.legacy.aether.api.player.util;
public interface IAetherBoss {
public String getBossName();
public float getBossHealth();
public float getMaxBossHealth();
}