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 TessellatorRenderSystem. RENDER_THREAD_TESSELATORMethods in com.mojang.blaze3d.systems that return Tessellator Modifier and Type Method Description static TessellatorRenderSystem. 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 voidStatsScreen.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 voidAbstractList. renderHeader(MatrixStack p_230448_1_, int p_230448_2_, int p_230448_3_, Tessellator p_230448_4_)protected voidResourcePackList. 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 voidIParticleRenderType. 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 TessellatorTessellator. INSTANCEMethods in net.minecraft.client.renderer that return Tessellator Modifier and Type Method Description static TessellatorTessellator. 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 voidScrollPanel. 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 voidModListScreen.InfoPanel. drawPanel(MatrixStack mStack, int entryRight, int relativeY, Tessellator tess, int mouseX, int mouseY)
-