Uses of Enum Class
net.minecraft.class_10880
Packages that use class_10880
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10880 in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type class_10880 -
Uses of class_10880 in net.minecraft
Methods in net.minecraft that return class_10880Modifier and TypeMethodDescriptionstatic class_10880Returns the enum constant of this class with the specified name.static class_10880[]class_10880.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_10880 in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as class_10880Fields in net.minecraft.client.gl with type parameters of type class_10880Modifier and TypeFieldDescriptionprivate Optional<class_10880> ShaderPipeline.Builder.field_57899private final Optional<class_10880> ShaderPipeline.Stage.polygonModeThe field for thepolygonModerecord component.Methods in net.minecraft.client.gl that return class_10880Methods in net.minecraft.client.gl that return types with arguments of type class_10880Modifier and TypeMethodDescriptionShaderPipeline.Stage.polygonMode()Returns the value of thepolygonModerecord component.Methods in net.minecraft.client.gl with parameters of type class_10880Constructors in net.minecraft.client.gl with parameters of type class_10880ModifierConstructorDescriptionprotectedShaderPipeline(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)