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:NodePathGets a specific element from the path array -
size
Description copied from interface:NodePathGets the length of the path -
getArray
Description copied from interface:NodePathReturns a copy of the original path array -
iterator
Description copied from interface:NodePathReturns an iterator over the path.
-