Uses of Class
com.mojang.blaze3d.vertex.Tesselator
Packages that use Tesselator
Package
Description
-
Uses of Tesselator in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as TesselatorModifier and TypeFieldDescriptionprivate static final TesselatorRenderSystem.RENDER_THREAD_TESSELATORMethods in com.mojang.blaze3d.systems that return Tesselator -
Uses of Tesselator in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as TesselatorMethods in com.mojang.blaze3d.vertex that return Tesselator -
Uses of Tesselator in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type TesselatorModifier and TypeMethodDescriptionParticleRenderType.begin(Tesselator p_350949_, TextureManager p_107437_) -
Uses of Tesselator in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type TesselatorModifier and TypeMethodDescriptionprivate MeshDataLevelRenderer.buildClouds(Tesselator p_350398_, double p_234263_, double p_234264_, double p_234265_, Vec3 p_234266_) private static MeshDataLevelRenderer.buildSkyDisc(Tesselator p_350585_, float p_234269_) private MeshDataLevelRenderer.drawStars(Tesselator p_350542_) -
Uses of Tesselator in net.neoforged.neoforge.client.gui
Methods in net.neoforged.neoforge.client.gui with parameters of type TesselatorModifier and TypeMethodDescriptionprotected voidModListScreen.InfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) protected voidModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) -
Uses of Tesselator in net.neoforged.neoforge.client.gui.widget
Methods in net.neoforged.neoforge.client.gui.widget with parameters of type TesselatorModifier and TypeMethodDescriptionprotected voidScrollPanel.drawBackground(GuiGraphics guiGraphics, Tesselator tess, float partialTick) Draws the background of the scroll panel.protected abstract voidScrollPanel.drawPanel(GuiGraphics guiGraphics, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) Draw anything special on the screen.