Interface isEnabled method

This commit is contained in:
PikaMug 2023-10-09 20:56:29 -04:00
parent 19c6f02cc8
commit 16ee58326b
1 changed files with 2 additions and 0 deletions

View File

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