Uses of Enum Class
com.mojang.blaze3d.GpuFormat.ComponentType
Packages that use GpuFormat.ComponentType
-
Uses of GpuFormat.ComponentType in com.mojang.blaze3d
Subclasses with type arguments of type GpuFormat.ComponentType in com.mojang.blaze3dFields in com.mojang.blaze3d declared as GpuFormat.ComponentTypeMethods in com.mojang.blaze3d that return GpuFormat.ComponentTypeModifier and TypeMethodDescriptionGpuFormat.componentType()static GpuFormat.ComponentTypeReturns the enum constant of this class with the specified name.static GpuFormat.ComponentType[]GpuFormat.ComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.blaze3d with parameters of type GpuFormat.ComponentTypeModifierConstructorDescriptionprivateGpuFormat(GpuFormat.ComponentType componentType, int componentCount)