Uses of Enum Class
net.minecraft.client.gl.UniformType
Packages that use UniformType
-
Uses of UniformType in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as UniformTypeModifier and TypeFieldDescriptionprivate final UniformTypeRenderPipeline.UniformDescription.typeThe field for thetyperecord component.Methods in com.mojang.blaze3d.pipeline that return UniformTypeModifier and TypeMethodDescriptionRenderPipeline.UniformDescription.type()Returns the value of thetyperecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type UniformTypeModifier and TypeMethodDescriptionRenderPipeline.Builder.withUniform(String name, UniformType type) RenderPipeline.Builder.withUniform(String name, UniformType type, TextureFormat format) Constructors in com.mojang.blaze3d.pipeline with parameters of type UniformTypeModifierConstructorDescriptionUniformDescription(String name, UniformType type) UniformDescription(String name, UniformType type, @Nullable TextureFormat textureFormat) Creates an instance of aUniformDescriptionrecord class. -
Uses of UniformType in net.minecraft.client.gl
Methods in net.minecraft.client.gl that return UniformTypeModifier and TypeMethodDescriptionstatic UniformTypeReturns the enum constant of this class with the specified name.static UniformType[]UniformType.values()Returns an array containing the constants of this enum class, in the order they are declared.