@Environment(value=CLIENT)
public interface ParticleTextureSheet
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
void |
begin(BufferBuilder bufferBuilder,
TextureManager textureManager) |
void |
draw(Tessellator tessellator) |
static final ParticleTextureSheet TERRAIN_SHEET
static final ParticleTextureSheet PARTICLE_SHEET_OPAQUE
static final ParticleTextureSheet PARTICLE_SHEET_TRANSLUCENT
static final ParticleTextureSheet PARTICLE_SHEET_LIT
static final ParticleTextureSheet CUSTOM
static final ParticleTextureSheet NO_RENDER
void begin(BufferBuilder bufferBuilder, TextureManager textureManager)
void draw(Tessellator tessellator)