Uses of Class
net.minecraft.client.render.Tessellator
Packages that use Tessellator
Package
Description
The base package for all Minecraft classes.
-
Uses of Tessellator in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as TessellatorModifier and TypeFieldDescriptionprivate static final TessellatorRenderSystem.RENDER_THREAD_TESSELATORMethods in com.mojang.blaze3d.systems that return Tessellator -
Uses of Tessellator in net.minecraft
Methods in net.minecraft with parameters of type TessellatorModifier and TypeMethodDescriptionprivate @Nullable BuiltBufferclass_9955.method_62173(Tessellator tessellator, int int2, int int3, CloudRenderMode cloudRenderMode, class_9955.class_9956 class_9956, RenderLayer renderLayer) private voidclass_9975.method_62303(float float2, Tessellator tessellator, MatrixStack matrixStack) private voidclass_9975.method_62304(int int2, float float2, Tessellator tessellator, MatrixStack matrixStack) voidclass_9975.method_62306(MatrixStack matrixStack, Tessellator tessellator, float float2, int int2) voidclass_9975.method_62307(MatrixStack matrixStack, Tessellator tessellator, float float2, int int2, float float3, float float4, class_9958 class_9958) private BuiltBufferclass_9975.method_62308(Tessellator tessellator) private BuiltBufferclass_9975.method_62309(Tessellator tessellator, float float2) private voidclass_9976.method_62318(Tessellator tessellator, List<class_9976.class_9977> list, Vec3d vec3d, float float2, int int2, float float3) -
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 Tessellator