Uses of Enum Class
net.minecraft.client.gl.GlUniform.UniformType
Packages that use GlUniform.UniformType
-
Uses of GlUniform.UniformType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlUniform.UniformTypeModifier and TypeFieldDescriptionprivate final GlUniform.UniformTypeGlUniform.typeprivate final GlUniform.UniformTypeShaderProgramLayer.Uniform.typeThe field for thetyperecord component.Fields in net.minecraft.client.gl with type parameters of type GlUniform.UniformTypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<GlUniform.UniformType> GlUniform.UniformType.CODECMethods in net.minecraft.client.gl that return GlUniform.UniformTypeModifier and TypeMethodDescriptionGlUniform.getDataType()ShaderProgramLayer.Uniform.type()Returns the value of thetyperecord component.static GlUniform.UniformTypeReturns the enum constant of this class with the specified name.static GlUniform.UniformType[]GlUniform.UniformType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gl with parameters of type GlUniform.UniformTypeModifier and TypeMethodDescriptionShaderProgramLayer.Builder.addGlUniform(String name, GlUniform.UniformType type) Constructors in net.minecraft.client.gl with parameters of type GlUniform.UniformTypeModifierConstructorDescriptionGlUniform(String name, GlUniform.UniformType type) Uniform(String string, GlUniform.UniformType uniformType)