Class NGEAppSettings

java.lang.Object
org.ngengine.config.NGEAppSettings

public class NGEAppSettings extends Object
  • Constructor Details

    • NGEAppSettings

      public NGEAppSettings()
  • Method Details

    • checkRestartRequired

      public void checkRestartRequired(String key)
    • isRestartRequired

      public boolean isRestartRequired()
    • hasUnsavedChanges

      public boolean hasUnsavedChanges()
    • save

      public void save(DataStore store) throws IOException
      Throws:
      IOException
    • load

      public void load(DataStore store) throws IOException
      Throws:
      IOException
    • reset

      public void reset()
    • getJmeAppSettings

      public AppSettings getJmeAppSettings()
    • getNumber

      public Number getNumber(String key, Number def)
    • getString

      public String getString(String key, String def)
    • getBoolean

      public boolean getBoolean(String key, boolean def)
    • setInt

      public void setInt(String key, long val)
    • setFloat

      public void setFloat(String key, double val)
    • get

      public <T> T get(String key)
    • put

      public void put(String key, Object val)
    • setString

      public void setString(String key, String val)
    • setBoolean

      public void setBoolean(String key, boolean val)
    • getNostrRelays

      public RelayList getNostrRelays()
    • getBlossomRelays

      public RelayList getBlossomRelays()
    • getAppId

      public org.ngengine.nostr4j.keypair.NostrPublicKey getAppId()