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.particle
Methods in net.minecraft.client.particle with parameters of type TessellatorModifier and TypeMethodDescriptionParticleTextureSheet.begin
(Tessellator tessellator, TextureManager textureManager) Called to set up OpenGL render state for drawing particles of a given type. -
Uses of Tessellator in net.minecraft.client.render
Fields in net.minecraft.client.render declared as TessellatorMethods in net.minecraft.client.render that return TessellatorMethods in net.minecraft.client.render with parameters of type TessellatorModifier and TypeMethodDescriptionprivate BuiltBuffer
WorldRenderer.buildCloudsBuffer
(Tessellator tessellator, double x, double y, double z, Vec3d color) private static BuiltBuffer
WorldRenderer.buildSkyBuffer
(Tessellator tessellator, float float2) private BuiltBuffer
WorldRenderer.buildStarsBuffer
(Tessellator tessellator)