Uses of Class
net.minecraft.client.render.Tessellator
Packages that use Tessellator
Package
Description
-
Uses of Tessellator in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as TessellatorModifier and TypeFieldDescriptionprivate static final Tessellator
RenderSystem.RENDER_THREAD_TESSELATOR
Methods in com.mojang.blaze3d.systems that return Tessellator -
Uses of Tessellator in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type TessellatorModifier and TypeMethodDescriptionprotected void
StatsScreen.ItemStatsListWidget.renderHeader
(MatrixStack matrices, int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack with parameters of type TessellatorModifier and TypeMethodDescriptionprotected void
PackListWidget.renderHeader
(MatrixStack matrices, int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type TessellatorModifier and TypeMethodDescriptionprotected void
EntryListWidget.renderHeader
(MatrixStack matrices, int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type TessellatorModifier and TypeMethodDescriptionvoid
ParticleTextureSheet.draw
(Tessellator tessellator) Called after all particles of a sheet have finished drawing. -
Uses of Tessellator in net.minecraft.client.render
Fields in net.minecraft.client.render declared as TessellatorMethods in net.minecraft.client.render that return Tessellator