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