Uses of Interface
net.minecraft.WorldVersion
Packages that use WorldVersion
-
Uses of WorldVersion in net.minecraft
Classes in net.minecraft that implement WorldVersionFields in net.minecraft declared as WorldVersionModifier and TypeFieldDescriptionstatic final WorldVersion
DetectedVersion.BUILT_IN
private static WorldVersion
SharedConstants.CURRENT_VERSION
Methods in net.minecraft that return WorldVersionModifier and TypeMethodDescriptionstatic WorldVersion
SharedConstants.getCurrentVersion()
static WorldVersion
DetectedVersion.tryDetectVersion()
Methods in net.minecraft with parameters of type WorldVersionModifier and TypeMethodDescriptionstatic void
SharedConstants.setVersion
(WorldVersion pVersion) Sets the world version, failing if a different world version is already present. -
Uses of WorldVersion in net.minecraft.data
Fields in net.minecraft.data declared as WorldVersionMethods in net.minecraft.data with parameters of type WorldVersionModifier and TypeMethodDescriptionstatic DataGenerator
Main.createStandardGenerator
(Path pOutputFolder, Collection<Path> pInputFolders, boolean pClient, boolean pServer, boolean pDev, boolean pReports, boolean pValidate, WorldVersion pVersion, boolean pAlwaysGenerate) Constructors in net.minecraft.data with parameters of type WorldVersionModifierConstructorDescriptionDataGenerator
(Path pRootOutputFolder, WorldVersion pVersion, boolean pAlwaysGenerate) HashCache
(Path pRootDir, Collection<String> pProviders, WorldVersion pVersion)