Interface isEnabled method

This commit is contained in:
PikaMug 2023-10-09 20:56:29 -04:00
parent 19c6f02cc8
commit 16ee58326b

View File

@ -32,6 +32,8 @@ import java.util.logging.Logger;
public interface Quests {
boolean isEnabled();
boolean isLoading();
String getDetectedServerSoftwareVersion();