aether-legacy/src/main/java/com/gildedgames/the_aether/api/player/util/IAetherBoss.java
2023-03-13 19:53:26 +01:00

9 lines
191 B
Java

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