Package net.lenni0451.imnbt.config
Class SessionConfig
java.lang.Object
net.lenni0451.imnbt.config.SessionConfig
- All Implemented Interfaces:
ImNbtConfig
A default config implementation which stores the values in a map.
Options are not preserved between sessions.
Options are not preserved between sessions.
-
Field Summary
Fields inherited from interface net.lenni0451.imnbt.config.ImNbtConfig
ADVANCED_FORMAT_DETECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String key, boolean def) voidsetBoolean(String key, boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.lenni0451.imnbt.config.ImNbtConfig
toggle
-
Constructor Details
-
SessionConfig
public SessionConfig()
-
-
Method Details
-
getBoolean
- Specified by:
getBooleanin interfaceImNbtConfig
-
setBoolean
- Specified by:
setBooleanin interfaceImNbtConfig
-