Uses of Class
net.minecraft.client.renderer.Tessellator
-
-
Uses of Tessellator in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as Tessellator Modifier and Type Field Description private static Tessellator
RenderSystem. RENDER_THREAD_TESSELATOR
Methods in com.mojang.blaze3d.systems that return Tessellator Modifier and Type Method Description static Tessellator
RenderSystem. renderThreadTesselator()
-
Uses of Tessellator in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type Tessellator Modifier and Type Method Description protected void
StatsScreen.StatsList. renderHeader(MatrixStack p_230448_1_, int p_230448_2_, int p_230448_3_, Tessellator p_230448_4_)
-
Uses of Tessellator in net.minecraft.client.gui.widget.list
Methods in net.minecraft.client.gui.widget.list with parameters of type Tessellator Modifier and Type Method Description protected void
AbstractList. renderHeader(MatrixStack p_230448_1_, int p_230448_2_, int p_230448_3_, Tessellator p_230448_4_)
protected void
ResourcePackList. renderHeader(MatrixStack p_230448_1_, int p_230448_2_, int p_230448_3_, Tessellator p_230448_4_)
-
Uses of Tessellator in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type Tessellator Modifier and Type Method Description void
IParticleRenderType. end(Tessellator p_217599_1_)
-
Uses of Tessellator in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as Tessellator Modifier and Type Field Description private static Tessellator
Tessellator. INSTANCE
Methods in net.minecraft.client.renderer that return Tessellator Modifier and Type Method Description static Tessellator
Tessellator. getInstance()
-
Uses of Tessellator in net.minecraftforge.client.gui
Methods in net.minecraftforge.client.gui with parameters of type Tessellator Modifier and Type Method Description protected abstract void
ScrollPanel. drawPanel(MatrixStack mStack, int entryRight, int relativeY, Tessellator tess, int mouseX, int mouseY)
Draw anything special on the screen. -
Uses of Tessellator in net.minecraftforge.fml.client.gui.screen
Methods in net.minecraftforge.fml.client.gui.screen with parameters of type Tessellator Modifier and Type Method Description protected void
ModListScreen.InfoPanel. drawPanel(MatrixStack mStack, int entryRight, int relativeY, Tessellator tess, int mouseX, int mouseY)
-