Uses of Enum Class
net.minecraft.client.render.PolygonMode
Packages that use PolygonMode
-
Uses of PolygonMode in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type PolygonMode -
Uses of PolygonMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as PolygonModeFields in net.minecraft.client.gl with type parameters of type PolygonModeModifier and TypeFieldDescriptionprivate Optional<PolygonMode> ShaderPipeline.Builder.polygonModeprivate final Optional<PolygonMode> ShaderPipeline.Stage.polygonModeThe field for thepolygonModerecord component.Methods in net.minecraft.client.gl that return PolygonModeMethods in net.minecraft.client.gl that return types with arguments of type PolygonModeModifier and TypeMethodDescriptionShaderPipeline.Stage.polygonMode()Returns the value of thepolygonModerecord component.Methods in net.minecraft.client.gl with parameters of type PolygonModeConstructors in net.minecraft.client.gl with parameters of type PolygonModeModifierConstructorDescriptionprotectedShaderPipeline(Identifier id, Identifier vertexShader, Identifier fragmentShader, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTestState, PolygonMode polygonMode, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, ColorLogic colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode, float polygonOffsetFactor, float polygonOffsetUnits) -
Uses of PolygonMode in net.minecraft.client.render
Methods in net.minecraft.client.render that return PolygonModeModifier and TypeMethodDescriptionstatic PolygonModeReturns the enum constant of this class with the specified name.static PolygonMode[]PolygonMode.values()Returns an array containing the constants of this enum class, in the order they are declared.