Class ConfigurationTransformation.NodePath
java.lang.Object
ninja.leaping.configurate.transformation.ConfigurationTransformation.NodePath
- Enclosing class:
- ConfigurationTransformation
public static final class ConfigurationTransformation.NodePath extends Object implements NodePath
Implementation of
NodePath
used by this class.-
Method Details
-
get
Description copied from interface:NodePath
Gets a specific element from the path array -
size
Description copied from interface:NodePath
Gets the length of the path -
getArray
Description copied from interface:NodePath
Returns a copy of the original path array -
iterator
Description copied from interface:NodePath
Returns an iterator over the path.
-