Uses of Enum Class
net.minecraft.class_10879
Packages that use class_10879
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10879 in net.minecraft
Methods in net.minecraft that return class_10879Modifier and TypeMethodDescriptionstatic class_10879Returns the enum constant of this class with the specified name.static class_10879[]class_10879.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_10879 in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as class_10879Fields in net.minecraft.client.gl with type parameters of type class_10879Modifier and TypeFieldDescriptionprivate Optional<class_10879> ShaderPipeline.Builder.colorLogicprivate final Optional<class_10879> ShaderPipeline.Stage.colorLogicThe field for thecolorLogicrecord component.Methods in net.minecraft.client.gl that return class_10879Methods in net.minecraft.client.gl that return types with arguments of type class_10879Modifier and TypeMethodDescriptionShaderPipeline.Stage.colorLogic()Returns the value of thecolorLogicrecord component.Methods in net.minecraft.client.gl with parameters of type class_10879Constructors in net.minecraft.client.gl with parameters of type class_10879ModifierConstructorDescriptionprotectedShaderPipeline(Identifier id, Identifier vertices, Identifier pass, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, class_10880 class_10880, boolean bool, boolean bool2, boolean bool3, boolean bool4, class_10879 class_10879, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, float float2, float float3)