Class MCDataConverter
java.lang.Object
ca.spottedleaf.dataconverter.minecraft.MCDataConverter
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,R> R static com.google.gson.JsonObjectconvertJson(MCDataType type, com.google.gson.JsonObject data, boolean compressed, int fromVersion, int toVersion) static net.kyori.adventure.nbt.CompoundBinaryTagconvertTag(MCDataType type, net.kyori.adventure.nbt.CompoundBinaryTag data, int fromVersion, int toVersion) static <T> Tcopy(T type)
-
Method Details
-
copy
public static <T> T copy(T type) -
convertTag
public static net.kyori.adventure.nbt.CompoundBinaryTag convertTag(MCDataType type, net.kyori.adventure.nbt.CompoundBinaryTag data, int fromVersion, int toVersion) -
convertJson
public static com.google.gson.JsonObject convertJson(MCDataType type, com.google.gson.JsonObject data, boolean compressed, int fromVersion, int toVersion) -
convert
-