Class ConfigurateOps

java.lang.Object
org.spongepowered.configurate.extra.dfu.v2.ConfigurateOps
All Implemented Interfaces:
DynamicOps<ConfigurationNode>

public final class ConfigurateOps extends Object implements DynamicOps<ConfigurationNode>
Implementation of DataFixerUpper's DynamicOps.

When possible, the first node's ConfigurationNode.copy() method will be used to create a new node to contain results. Otherwise, the provided factory will be used. The default factory creates a CommentedConfigurationNode with the default TypeSerializer collection, but a custom factory may be provided.

Since:
4.0.0