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 Tesselator
RenderSystem.RENDER_THREAD_TESSELATOR
Methods 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.gui.components
Methods in net.minecraft.client.gui.components with parameters of type TesselatorModifier 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
Methods in net.minecraft.client.gui.screens.achievement with parameters of type TesselatorModifier 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
Methods in net.minecraft.client.gui.screens.packs with parameters of type TesselatorModifier 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
Methods in net.minecraft.client.particle with parameters of type Tesselator -
Uses of Tesselator in net.minecraftforge.client.gui
Methods in net.minecraftforge.client.gui with parameters of type TesselatorModifier 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.