Package com.sk89q.worldedit.internal
Class Constants
java.lang.Object
com.sk89q.worldedit.internal.Constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Deprecated, for removal: This API element is subject to removal in a future version.If Fawe drops interaction with 1.13, this method is subject to removal.static final int
Deprecated, for removal: This API element is subject to removal in a future version.If Fawe drops interaction with 1.13, this method is subject to removal.static final int
The DataVersion for Minecraft 1.15static final int
The DataVersion for Minecraft 1.16static final int
The DataVersion for Minecraft 1.17static final int
The DataVersion for Minecraft 1.18static final int
The DataVersion for Minecraft 1.19static final int
The DataVersion for Minecraft 1.20List of top level NBT fields that should not be copied to a world, such as UUIDLeast and UUIDMost. -
Method Summary
-
Field Details
-
NO_COPY_ENTITY_NBT_FIELDS
List of top level NBT fields that should not be copied to a world, such as UUIDLeast and UUIDMost. -
DATA_VERSION_MC_1_13
Deprecated, for removal: This API element is subject to removal in a future version.If Fawe drops interaction with 1.13, this method is subject to removal.The DataVersion for Minecraft 1.13- See Also:
-
DATA_VERSION_MC_1_13_2
Deprecated, for removal: This API element is subject to removal in a future version.If Fawe drops interaction with 1.13, this method is subject to removal.The DataVersion for Minecraft 1.13.2- See Also:
-
DATA_VERSION_MC_1_15
public static final int DATA_VERSION_MC_1_15The DataVersion for Minecraft 1.15- See Also:
-
DATA_VERSION_MC_1_16
public static final int DATA_VERSION_MC_1_16The DataVersion for Minecraft 1.16- See Also:
-
DATA_VERSION_MC_1_17
public static final int DATA_VERSION_MC_1_17The DataVersion for Minecraft 1.17- See Also:
-
DATA_VERSION_MC_1_18
public static final int DATA_VERSION_MC_1_18The DataVersion for Minecraft 1.18- See Also:
-
DATA_VERSION_MC_1_19
public static final int DATA_VERSION_MC_1_19The DataVersion for Minecraft 1.19- See Also:
-
DATA_VERSION_MC_1_20
public static final int DATA_VERSION_MC_1_20The DataVersion for Minecraft 1.20- See Also:
-