Package com.sk89q.worldedit.world
Interface DataFixer
@Beta
public interface DataFixer
This entire class is subject to heavy changes. Do not use this as API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T> T
fixUp(DataFixer.FixType<T> type, T original)
<T> T
fixUp(DataFixer.FixType<T> type, T original, int srcVer)
-
Method Details
-
fixUp
-
fixUp
-