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
Modifier and TypeInterfaceDescriptionstatic final class
static final 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
-