implements GuiElementRenderState
| got | |
| net.minecraft.client.gui.render.state.BlitRenderState | |
| net.minecraft.class_11241 | |
| net.minecraft.client.gui.render.state.TexturedQuadGuiElementRenderState |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final RenderPipeline |
| ||||||||
| private final TextureSetup |
| ||||||||
| private final org.joml.Matrix3x2f |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final float |
| ||||||||
| private final float |
| ||||||||
| private final float |
| ||||||||
| private final float |
| ||||||||
| private final int |
| ||||||||
| private final ScreenRectangle |
| ||||||||
| private final ScreenRectangle |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color, ScreenRectangle scissorArea) |
| public | (RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color, ScreenRectangle scissorArea, ScreenRectangle bounds) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public void |
| ||||||||
| private static ScreenRectangle |
| ||||||||
| public RenderPipeline |
| ||||||||
| public TextureSetup |
| ||||||||
| public org.joml.Matrix3x2f |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public int |
| ||||||||
| public ScreenRectangle |
| ||||||||
| public ScreenRectangle |
|