Uses of Enum Class
com.mojang.blaze3d.platform.PolygonMode
Packages that use PolygonMode
Package
Description
-
Uses of PolygonMode in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type PolygonMode -
Uses of PolygonMode in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as PolygonModeFields in com.mojang.blaze3d.pipeline with type parameters of type PolygonModeModifier and TypeFieldDescriptionprivate Optional<PolygonMode> RenderPipeline.Builder.polygonModeprivate final Optional<PolygonMode> RenderPipeline.Snippet.polygonModeThe field for thepolygonModerecord component.Methods in com.mojang.blaze3d.pipeline that return PolygonModeMethods in com.mojang.blaze3d.pipeline that return types with arguments of type PolygonModeModifier and TypeMethodDescriptionRenderPipeline.Snippet.polygonMode()Returns the value of thepolygonModerecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type PolygonModeModifier and TypeMethodDescriptionRenderPipeline.Builder.withPolygonMode(PolygonMode polygonMode) Constructors in com.mojang.blaze3d.pipeline with parameters of type PolygonModeModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, ColorTargetState colorTargetState, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, int sortKey) Deprecated.protectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, ColorTargetState colorTargetState, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, int sortKey, Optional<StencilTest> stencilTest) -
Uses of PolygonMode in com.mojang.blaze3d.platform
Subclasses with type arguments of type PolygonMode in com.mojang.blaze3d.platformMethods in com.mojang.blaze3d.platform 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.
RenderPipeline(Identifier, Identifier, Identifier, ShaderDefines, List, List, ColorTargetState, DepthStencilState, PolygonMode, boolean, VertexFormat, VertexFormat.Mode, int, Optional)instead