Uses of Interface
net.minecraft.GameVersion
Packages that use GameVersion
-
Uses of GameVersion in net.minecraft
Classes in net.minecraft that implement GameVersionFields in net.minecraft declared as GameVersionModifier and TypeFieldDescriptionstatic final GameVersion
MinecraftVersion.CURRENT
private static @Nullable GameVersion
SharedConstants.gameVersion
Methods in net.minecraft that return GameVersionModifier and TypeMethodDescriptionstatic GameVersion
MinecraftVersion.create()
private static GameVersion
MinecraftVersion.createCurrent()
private static GameVersion
MinecraftVersion.fromJson
(JsonObject json) static GameVersion
SharedConstants.getGameVersion()
Methods in net.minecraft with parameters of type GameVersionModifier and TypeMethodDescriptionstatic void
SharedConstants.setGameVersion
(GameVersion gameVersion) -
Uses of GameVersion in net.minecraft.data
Fields in net.minecraft.data declared as GameVersionConstructors in net.minecraft.data with parameters of type GameVersionModifierConstructorDescriptionDataCache
(Path root, Collection<String> providerNames, GameVersion gameVersion) DataGenerator
(Path outputPath, GameVersion gameVersion, boolean ignoreCache)