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
-
Uses of Tesselator in net.minecraftforge.client.gui
Modifier and TypeMethodDescriptionprotected void
ModListScreen.InfoPanel.drawPanel
(PoseStack poseStack, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) protected void
ModMismatchDisconnectedScreen.MismatchInfoPanel.drawPanel
(PoseStack stack, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) -
Uses of Tesselator in net.minecraftforge.client.gui.widget
Modifier and TypeMethodDescriptionprotected void
ScrollPanel.drawBackground
(PoseStack matrix, Tesselator tess, float partialTick) Draws the background of the scroll panel.protected abstract void
ScrollPanel.drawPanel
(PoseStack poseStack, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) Draw anything special on the screen.