Uses of Class
net.minecraft.client.render.Tessellator
Packages that use Tessellator
Package
Description
-
Uses of Tessellator in net.minecraft
Fields in net.minecraft declared as Tessellator -
Uses of Tessellator in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type TessellatorModifier and TypeMethodDescriptionprotected voidStats.BlocksTab.renderEntry(int entryID, int x, int y, int int2, Tessellator tessellator) protected voidStats.GeneralTab.renderEntry(int entryID, int x, int y, int int2, Tessellator tessellator) protected voidStats.ItemsTab.renderEntry(int entryID, int x, int y, int int2, Tessellator tessellator) protected voidStats.BlocksTab.renderStatItemSlot(int x, int y, Tessellator tessellator) protected voidStats.ItemsTab.renderStatItemSlot(int x, int y, Tessellator tessellator) protected voidStats.StatsItemTabBase.renderStatItemSlot(int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.gui.widgets
Methods in net.minecraft.client.gui.widgets with parameters of type TessellatorModifier and TypeMethodDescriptionprotected abstract voidScrollableBase.renderEntry(int entryID, int x, int y, int int2, Tessellator tessellator) protected voidScrollableBase.renderStatItemSlot(int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.render
Fields in net.minecraft.client.render declared as TessellatorMethods in net.minecraft.client.render with parameters of type TessellatorModifier and TypeMethodDescriptionvoidTexturedQuad.method_1926(Tessellator tessellator, float float2) -
Uses of Tessellator in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type TessellatorModifier and TypeMethodDescriptionprivate voidItemRenderer.method_1485(Tessellator tessellator, int int2, int int3, int int4, int int5, int int6) -
Uses of Tessellator in net.minecraft.client.render.particle
Methods in net.minecraft.client.render.particle with parameters of type TessellatorModifier and TypeMethodDescriptionvoidDigging.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidExplosion.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidFire.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidFootstep.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidHeart.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidLava.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidNote.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidPickupItem.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidPoof.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidPortal.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidRain.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidRedstone.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidSmoke.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) voidSnowPuff.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7) -
Uses of Tessellator in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type TessellatorModifier and TypeMethodDescriptionvoidParticleBase.method_2002(Tessellator tessellator, float float2, float float3, float float4, float float5, float float6, float float7)