Uses of Enum Class
net.minecraft.client.PreferredGraphicsApi
Packages that use PreferredGraphicsApi
-
Uses of PreferredGraphicsApi in net.minecraft.client
Subclasses with type arguments of type PreferredGraphicsApi in net.minecraft.clientFields in net.minecraft.client declared as PreferredGraphicsApiFields in net.minecraft.client with type parameters of type PreferredGraphicsApiModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PreferredGraphicsApi> PreferredGraphicsApi.CODECprivate final OptionInstance<PreferredGraphicsApi> Options.preferredGraphicsBackendMethods in net.minecraft.client that return PreferredGraphicsApiModifier and TypeMethodDescriptionstatic PreferredGraphicsApiReturns the enum constant of this class with the specified name.static PreferredGraphicsApi[]PreferredGraphicsApi.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client that return types with arguments of type PreferredGraphicsApi -
Uses of PreferredGraphicsApi in net.minecraft.client.main
Fields in net.minecraft.client.main declared as PreferredGraphicsApiConstructors in net.minecraft.client.main with parameters of type PreferredGraphicsApiModifierConstructorDescriptionGameData(boolean demo, String launchVersion, String versionType, boolean disableMultiplayer, boolean disableChat, boolean captureTracyImages, boolean vulkanValidation, boolean renderDebugLabels, @Nullable PreferredGraphicsApi forcedGraphicsApi, boolean offlineDeveloperMode)