Package | Description |
---|---|
ninja.leaping.configurate | |
ninja.leaping.configurate.util |
Modifier and Type | Method and Description |
---|---|
MapFactory |
ConfigurationOptions.getMapFactory()
Get the key comparator currently being used for this configuration
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOptions |
ConfigurationOptions.setMapFactory(MapFactory factory)
Return a new options object with the provided option set.
|
Modifier and Type | Method and Description |
---|---|
static MapFactory |
MapFactories.insertionOrdered() |
static MapFactory |
MapFactories.sorted(Comparator<Object> comparator) |
static MapFactory |
MapFactories.sortedNatural() |
static MapFactory |
MapFactories.unordered() |
Copyright © 2014–2017. All rights reserved.