Uses of Class
net.minecraft.client.render.Tessellator
Packages that use Tessellator
Package
Description
-
Uses of Tessellator in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type TessellatorModifier and TypeMethodDescriptionprotected voidStatsScreen.BlockStatsListWidget.renderEntry(int index, int x, int y, int int2, Tessellator tessellator) protected voidStatsScreen.GeneralStatsListWidget.renderEntry(int index, int x, int y, int int2, Tessellator tessellator) protected voidStatsScreen.ItemStatsListWidget.renderEntry(int index, int x, int y, int int2, Tessellator tessellator) protected voidStatsScreen.AbstractStatsListWidget.renderHeader(int x, int y, Tessellator tessellator) protected voidStatsScreen.BlockStatsListWidget.renderHeader(int x, int y, Tessellator tessellator) protected voidStatsScreen.ItemStatsListWidget.renderHeader(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 voidPackScreen.PackListWidget.renderEntry(int index, int x, int y, int int2, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type TessellatorModifier and TypeMethodDescriptionprotected voidSelectWorldScreen.WorldListWidget.renderEntry(int index, int x, int y, int int2, 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 abstract voidEntryListWidget.renderEntry(int index, int x, int y, int int2, Tessellator tessellator) protected voidEntryListWidget.renderHeader(int x, int y, Tessellator tessellator) -
Uses of Tessellator in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type Tessellator -
Uses of Tessellator in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type TessellatorModifier and TypeMethodDescriptionvoidBlockParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidExplosionParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidFireSmokeParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidFlameParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidFootstepParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidHeartParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidItemParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidLavaEmberParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidNoteParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidPickupParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidPortalParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidRainSplashParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidRedDustParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) voidSnowParticle.render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset) -
Uses of Tessellator in net.minecraft.client.render
Fields in net.minecraft.client.render declared as Tessellator -
Uses of Tessellator in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as Tessellator -
Uses of Tessellator in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type TessellatorModifier and TypeMethodDescriptionprivate voidItemRenderer.fillRect(Tessellator tessellator, int x, int y, int width, int height, int color)