Uses of Record Class
com.mojang.blaze3d.pipeline.BlendFunction
Packages that use BlendFunction
-
Uses of BlendFunction in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as BlendFunctionModifier and TypeFieldDescriptionstatic final BlendFunction
BlendFunction.ADDITIVE
static final BlendFunction
BlendFunction.ENTITY_OUTLINE_BLIT
static final BlendFunction
BlendFunction.GLINT
static final BlendFunction
BlendFunction.LIGHTNING
static final BlendFunction
BlendFunction.OVERLAY
static final BlendFunction
BlendFunction.PANORAMA
static final BlendFunction
BlendFunction.TRANSLUCENT
Fields in com.mojang.blaze3d.pipeline with type parameters of type BlendFunctionModifier and TypeFieldDescriptionprivate final Optional
<BlendFunction> RenderPipeline.blendFunction
private Optional
<BlendFunction> RenderPipeline.Builder.blendFunction
private final Optional
<BlendFunction> RenderPipeline.Snippet.blendFunction
The field for theblendFunction
record component.Methods in com.mojang.blaze3d.pipeline that return types with arguments of type BlendFunctionModifier and TypeMethodDescriptionRenderPipeline.Snippet.blendFunction()
Returns the value of theblendFunction
record component.RenderPipeline.getBlendFunction()
Methods in com.mojang.blaze3d.pipeline with parameters of type BlendFunctionConstructor parameters in com.mojang.blaze3d.pipeline with type arguments of type BlendFunctionModifierConstructorDescriptionprotected
RenderPipeline
(ResourceLocation pLocation, ResourceLocation pVertexShader, ResourceLocation pFragmentShader, ShaderDefines pShaderDefines, List<String> pSamplers, List<RenderPipeline.UniformDescription> pUniforms, Optional<BlendFunction> pBlendFunction, DepthTestFunction pDepthTestFunction, PolygonMode pPolygonMode, boolean pCull, boolean pWriteColor, boolean pWriteAlpha, boolean pWriteDepth, LogicOp pColorLogic, VertexFormat pVertexFormat, VertexFormat.Mode pVertexFormatMode, float pDepthBiasScaleFactor, float pDepthBiasConstant)