Class GuiLayerBoundaryRenderState
java.lang.Object
com.render.api.gui.internal.GuiLayerBoundaryRenderState
- All Implemented Interfaces:
net.minecraft.client.renderer.state.gui.GuiElementRenderState, net.minecraft.client.renderer.state.gui.ScreenArea
public final class GuiLayerBoundaryRenderState
extends Object
implements net.minecraft.client.renderer.state.gui.GuiElementRenderState
Transparent marker draw that splits extracted GUI command ranges.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.blaze3d.pipeline.RenderPipelinenet.minecraft.client.gui.navigation.ScreenRectanglebounds()voidbuildVertices(com.mojang.blaze3d.vertex.VertexConsumer consumer) static voidclear()com.mojang.blaze3d.pipeline.RenderPipelinepipeline()static GuiLayerBoundarypoll()net.minecraft.client.gui.navigation.ScreenRectanglenet.minecraft.client.gui.render.TextureSetup
-
Constructor Details
-
GuiLayerBoundaryRenderState
-
-
Method Details
-
boundaryPipeline
public static com.mojang.blaze3d.pipeline.RenderPipeline boundaryPipeline() -
poll
-
clear
public static void clear() -
buildVertices
public void buildVertices(com.mojang.blaze3d.vertex.VertexConsumer consumer) - Specified by:
buildVerticesin interfacenet.minecraft.client.renderer.state.gui.GuiElementRenderState
-
pipeline
public com.mojang.blaze3d.pipeline.RenderPipeline pipeline()- Specified by:
pipelinein interfacenet.minecraft.client.renderer.state.gui.GuiElementRenderState
-
textureSetup
public net.minecraft.client.gui.render.TextureSetup textureSetup()- Specified by:
textureSetupin interfacenet.minecraft.client.renderer.state.gui.GuiElementRenderState
-
scissorArea
public net.minecraft.client.gui.navigation.ScreenRectangle scissorArea()- Specified by:
scissorAreain interfacenet.minecraft.client.renderer.state.gui.GuiElementRenderState
-
bounds
public net.minecraft.client.gui.navigation.ScreenRectangle bounds()- Specified by:
boundsin interfacenet.minecraft.client.renderer.state.gui.ScreenArea
-