get
Equivalent to Settings.getInt
Equivalent to Settings.getLong
Equivalent to Settings.getString
Equivalent to Settings.getFloat
Equivalent to Settings.getDouble
Equivalent to Settings.getBoolean
Get the typed value stored at key if present, or return null if not. Throws IllegalArgumentException if T is not one of Int
, Long
, String
, Float
, Double
, or Boolean
.
Return Singleton CoreClient