Uses of Class
com.mojang.blaze3d.vertex.Tesselator
Package
Description
-
Uses of Tesselator in com.mojang.blaze3d.systems
Modifier and TypeFieldDescriptionprivate static final Tesselator
RenderSystem.RENDER_THREAD_TESSELATOR
-
Uses of Tesselator in com.mojang.blaze3d.vertex
-
Uses of Tesselator in net.minecraft.client.particle
Modifier and TypeMethodDescriptionParticleRenderType.begin
(Tesselator p_350949_, TextureManager p_107437_) -
Uses of Tesselator in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionprivate MeshData
LevelRenderer.buildClouds
(Tesselator p_350398_, double p_234263_, double p_234264_, double p_234265_, Vec3 p_234266_) private static MeshData
LevelRenderer.buildSkyDisc
(Tesselator p_350585_, float p_234269_) private MeshData
LevelRenderer.drawStars
(Tesselator p_350542_) -
Uses of Tesselator in net.neoforged.neoforge.client.gui
Modifier and TypeMethodDescriptionprotected void
ModListScreen.InfoPanel.drawPanel
(GuiGraphics guiGraphics, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) protected void
ModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel
(GuiGraphics guiGraphics, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) -
Uses of Tesselator in net.neoforged.neoforge.client.gui.widget
Modifier and TypeMethodDescriptionprotected void
ScrollPanel.drawBackground
(GuiGraphics guiGraphics, Tesselator tess, float partialTick) Draws the background of the scroll panel.protected abstract void
ScrollPanel.drawPanel
(GuiGraphics guiGraphics, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) Draw anything special on the screen.