aether-legacy/src/main/java/com/gildedgames/the_aether/api/player/util/IAetherBoss.java
2020-08-13 23:29:22 -07:00

11 lines
184 B
Java

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