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 WorldVersionDetectedVersion.BUILT_INprivate static WorldVersionSharedConstants.CURRENT_VERSIONMethods in net.minecraft that return WorldVersionModifier and TypeMethodDescriptionstatic WorldVersionDetectedVersion.createBuiltIn(String id, String name) static WorldVersionDetectedVersion.createBuiltIn(String id, String name, boolean stable) private static WorldVersionDetectedVersion.createFromJson(JsonObject json) static WorldVersionSharedConstants.getCurrentVersion()static WorldVersionDetectedVersion.tryDetectVersion()Methods in net.minecraft with parameters of type WorldVersionModifier and TypeMethodDescriptionstatic voidSharedConstants.setVersion(WorldVersion version) 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 WorldVersionConstructors in net.minecraft.data with parameters of type WorldVersionModifierConstructorDescriptionDataGenerator(Path rootOutputFolder, WorldVersion version, boolean alwaysGenerate) HashCache(Path rootDir, Collection<String> providers, WorldVersion version)