Package net.minecraft.client.particle
Interface ParticleTextureSheet
@Environment(CLIENT)
public interface ParticleTextureSheet
-
Field Summary
Fields Modifier and Type Field Description static ParticleTextureSheet
CUSTOM
static ParticleTextureSheet
NO_RENDER
static ParticleTextureSheet
PARTICLE_SHEET_LIT
static ParticleTextureSheet
PARTICLE_SHEET_OPAQUE
static ParticleTextureSheet
PARTICLE_SHEET_TRANSLUCENT
static ParticleTextureSheet
TERRAIN_SHEET
-
Method Summary
Modifier and Type Method Description void
begin(BufferBuilder bufferBuilder, TextureManager textureManager)
void
draw(Tessellator tessellator)
-
Field Details
-
TERRAIN_SHEET
-
PARTICLE_SHEET_OPAQUE
-
PARTICLE_SHEET_TRANSLUCENT
-
PARTICLE_SHEET_LIT
-
CUSTOM
-
NO_RENDER
-
-
Method Details
-
begin
-
draw
-