Uses of Class
net.minecraft.client.render.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.ItemStatsListWidget. renderHeader(MatrixStack matrices, int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack with parameters of type Tessellator Modifier and Type Method Description protected voidPackListWidget. renderHeader(MatrixStack matrices, int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type Tessellator Modifier and Type Method Description protected voidEntryListWidget. renderHeader(MatrixStack matrices, int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type Tessellator Modifier and Type Method Description voidParticleTextureSheet. draw(Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.render
Fields in net.minecraft.client.render declared as Tessellator Modifier and Type Field Description private static TessellatorTessellator. INSTANCEMethods in net.minecraft.client.render that return Tessellator Modifier and Type Method Description static TessellatorTessellator. getInstance()