Class ConfigVariant<T>
java.lang.Object
com.beansgalaxy.backpacks.config.types.ConfigVariant<T>
- All Implemented Interfaces:
ConfigLine
- Direct Known Subclasses:
BoolConfigVariant,EnumConfigVariant,HSetConfigVariant,IntConfigVariant,ListConfigVariant,MapConfigVariant
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.beansgalaxy.backpacks.config.types.ConfigLine
decode, encode, punctuate
-
Field Details
-
name
-
comment
-
hasComment
protected final boolean hasComment -
value
-
-
Constructor Details
-
ConfigVariant
-
-
Method Details
-
comment
- Specified by:
commentin interfaceConfigLine
-
autoComment
-
name
-
toString
-
set
-
get
-
getDefau
-