Interface ImNbtConfig

All Known Implementing Classes:
SessionConfig

public interface ImNbtConfig
A configuration interface for ImNbt.
Configurations don't need to be saved, but make the user experience better.
  • Field Details

  • Method Details

    • getBoolean

      boolean getBoolean(String key, boolean def)
    • setBoolean

      void setBoolean(String key, boolean value)
    • toggle

      default void toggle(String key, boolean def)