Uses of Enum Class
com.mojang.blaze3d.systems.DeviceType
Packages that use DeviceType
Package
Description
-
Uses of DeviceType in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl that return DeviceTypeModifier and TypeMethodDescriptionprivate DeviceTypeGlHeuristics.guessDeviceType(String renderer, String vendor) -
Uses of DeviceType in com.mojang.blaze3d.systems
Subclasses with type arguments of type DeviceType in com.mojang.blaze3d.systemsFields in com.mojang.blaze3d.systems declared as DeviceTypeModifier and TypeFieldDescriptionprivate final DeviceTypeDeviceInfo.typeThe field for thetyperecord component.Methods in com.mojang.blaze3d.systems that return DeviceTypeModifier and TypeMethodDescriptionDeviceInfo.type()Returns the value of thetyperecord component.static DeviceTypeReturns the enum constant of this class with the specified name.static DeviceType[]DeviceType.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 DeviceTypeModifierConstructorDescriptionDeviceInfo(String name, String vendorName, String driverInfo, boolean isZZeroToOne, String backendName, float timestampPeriod, DeviceLimits limits, DeviceFeatures features, Set<String> underlyingExtensions, HintsAndWorkarounds hintsAndWorkarounds, DeviceType type) Creates an instance of aDeviceInforecord class. -
Uses of DeviceType in com.mojang.blaze3d.vulkan
Methods in com.mojang.blaze3d.vulkan that return DeviceType -
Uses of DeviceType in net.minecraft.client.gui.components.debug
Methods in net.minecraft.client.gui.components.debug with parameters of type DeviceType