implements GuiElementRenderState
| gpb | |
| net.minecraft.client.gui.render.state.TiledBlitRenderState | |
| net.minecraft.class_12035 | |
| net.minecraft.client.gui.render.state.TiledTexturedQuadGuiElementRenderState |
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 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 tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, ScreenRectangle scissorArea) |
| public | (RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, 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 int |
| ||||||||
| public int |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public float |
| ||||||||
| public int |
| ||||||||
| public ScreenRectangle |
| ||||||||
| public ScreenRectangle |
|