Class WalkerUtils
java.lang.Object
ca.spottedleaf.dataconverter.minecraft.walkers.generic.WalkerUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvert(MCDataType type, MapType<String> data, String path, long fromVersion, long toVersion) static voidconvert(MCValueType type, ListType data, long fromVersion, long toVersion) static voidconvert(MCValueType type, MapType<String> data, String path, long fromVersion, long toVersion) static voidconvertKeys(MCValueType type, MapType<String> data, long fromVersion, long toVersion) static voidconvertKeys(MCValueType type, MapType<String> data, String path, long fromVersion, long toVersion) static voidconvertList(MCDataType type, MapType<String> data, String path, long fromVersion, long toVersion) static voidconvertList(MCValueType type, MapType<String> data, String path, long fromVersion, long toVersion) static voidconvertListPath(MCDataType type, MapType<String> data, String listPath, String elementPath, long fromVersion, long toVersion) static voidconvertListPath(MCDataType type, MapType<String> data, String listPath, String elementPath1, String elementPath2, long fromVersion, long toVersion) static voidconvertListPath(MCValueType type, MapType<String> data, String listPath, String elementPath, long fromVersion, long toVersion) static voidconvertListPath(MCValueType type, MapType<String> data, String listPath, String elementPath1, String elementPath2, long fromVersion, long toVersion) static voidconvertValues(MCDataType type, MapType<String> data, long fromVersion, long toVersion) static voidconvertValues(MCDataType type, MapType<String> data, String path, long fromVersion, long toVersion)
-
Constructor Details
-
WalkerUtils
public WalkerUtils()
-
-
Method Details
-
convert
public static void convert(MCDataType type, MapType<String> data, String path, long fromVersion, long toVersion) -
convertList
public static void convertList(MCDataType type, MapType<String> data, String path, long fromVersion, long toVersion) -
convertListPath
public static void convertListPath(MCDataType type, MapType<String> data, String listPath, String elementPath, long fromVersion, long toVersion) -
convertListPath
-
convert
public static void convert(MCValueType type, MapType<String> data, String path, long fromVersion, long toVersion) -
convert
-
convertList
public static void convertList(MCValueType type, MapType<String> data, String path, long fromVersion, long toVersion) -
convertListPath
public static void convertListPath(MCValueType type, MapType<String> data, String listPath, String elementPath, long fromVersion, long toVersion) -
convertListPath
-
convertKeys
public static void convertKeys(MCValueType type, MapType<String> data, String path, long fromVersion, long toVersion) -
convertKeys
public static void convertKeys(MCValueType type, MapType<String> data, long fromVersion, long toVersion) -
convertValues
public static void convertValues(MCDataType type, MapType<String> data, String path, long fromVersion, long toVersion) -
convertValues
public static void convertValues(MCDataType type, MapType<String> data, long fromVersion, long toVersion)
-