Uses of Enum Class
com.mojang.blaze3d.systems.BackendCreationException.Reason
Packages that use BackendCreationException.Reason
-
Uses of BackendCreationException.Reason in com.mojang.blaze3d.systems
Subclasses with type arguments of type BackendCreationException.Reason in com.mojang.blaze3d.systemsFields in com.mojang.blaze3d.systems declared as BackendCreationException.ReasonModifier and TypeFieldDescriptionprivate final BackendCreationException.ReasonBackendCreationException.reasonMethods in com.mojang.blaze3d.systems that return BackendCreationException.ReasonModifier and TypeMethodDescriptionBackendCreationException.getReason()Returns the enum constant of this class with the specified name.static BackendCreationException.Reason[]BackendCreationException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.blaze3d.systems with parameters of type BackendCreationException.ReasonModifierConstructorDescriptionBackendCreationException(String message, BackendCreationException.Reason reason) BackendCreationException(String message, BackendCreationException.Reason reason, List<String> missingCapabilities) -
Uses of BackendCreationException.Reason in com.mojang.blaze3d.vulkan
Methods in com.mojang.blaze3d.vulkan with parameters of type BackendCreationException.ReasonModifier and TypeMethodDescriptionstatic voidVulkanUtils.throwIfFailure(int result, String message, BackendCreationException.Reason reason)