Package net.minecraft.client.particle
Interface ParticleRenderType
public interface ParticleRenderType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParticleRenderTypestatic final ParticleRenderTypestatic final ParticleRenderTypestatic final ParticleRenderTypestatic final ParticleRenderTypestatic final ParticleRenderType -
Method Summary
Modifier and TypeMethodDescriptionbegin(Tesselator pTesselator, TextureManager pTextureManager) default booleanReturns whether this type renders before or after the translucent chunk layer.
-
Field Details
-
TERRAIN_SHEET
-
PARTICLE_SHEET_OPAQUE
-
PARTICLE_SHEET_TRANSLUCENT
-
PARTICLE_SHEET_LIT
-
CUSTOM
-
NO_RENDER
-
-
Method Details
-
begin
-
isTranslucent
default boolean isTranslucent()Returns whether this type renders before or after the translucent chunk layer.- Returns:
- whether this type renders before or after the translucent chunk layer
-