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.gui.components
Modifier and TypeMethodDescriptionprotected void
AbstractSelectionList.renderHeader
(PoseStack p_93458_, int p_93459_, int p_93460_, Tesselator p_93461_) -
Uses of Tesselator in net.minecraft.client.gui.screens.achievement
Modifier and TypeMethodDescriptionprotected void
StatsScreen.ItemStatisticsList.renderHeader
(PoseStack p_97049_, int p_97050_, int p_97051_, Tesselator p_97052_) -
Uses of Tesselator in net.minecraft.client.gui.screens.packs
Modifier and TypeMethodDescriptionprotected void
TransferableSelectionList.renderHeader
(PoseStack p_100063_, int p_100064_, int p_100065_, Tesselator p_100066_) -
Uses of Tesselator in net.minecraft.client.particle
-
Uses of Tesselator in net.minecraftforge.client.gui
Modifier and TypeMethodDescriptionprotected void
ScrollPanel.drawBackground
(PoseStack matrix, Tesselator tess, float partialTick) Draws the background of the scroll panel.protected 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) protected abstract void
ScrollPanel.drawPanel
(PoseStack poseStack, int entryRight, int relativeY, Tesselator tess, int mouseX, int mouseY) Draw anything special on the screen.