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()
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 GameVersionMethods in net.minecraft.data with parameters of type GameVersionModifier and TypeMethodDescriptionstatic DataGenerator
Main.create
(Path output, Collection<Path> inputs, boolean includeClient, boolean includeServer, boolean includeDev, boolean includeReports, boolean validate, GameVersion gameVersion, boolean ignoreCache) Constructors in net.minecraft.data with parameters of type GameVersionModifierConstructorDescriptionDataCache
(Path root, Collection<String> providerNames, GameVersion gameVersion) DataGenerator
(Path outputPath, GameVersion gameVersion, boolean ignoreCache)