Uses of Enum Class
net.minecraft.client.gl.UniformType
Packages that use UniformType
-
Uses of UniformType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as UniformTypeModifier and TypeFieldDescriptionprivate final UniformTypeGlUniform.typeprivate final UniformTypeShaderPipeline.Uniform.typeThe field for thetyperecord component.Fields in net.minecraft.client.gl with type parameters of type UniformTypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<UniformType> UniformType.CODECMethods in net.minecraft.client.gl that return UniformTypeModifier and TypeMethodDescriptionGlUniform.getType()private static @Nullable UniformTypeShaderProgram.getType(int id) ShaderPipeline.Uniform.type()Returns the value of thetyperecord component.static 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.Methods in net.minecraft.client.gl with parameters of type UniformTypeConstructors in net.minecraft.client.gl with parameters of type UniformTypeModifierConstructorDescriptionGlUniform(String name, UniformType type) Uniform(String string, UniformType uniformType)