Package net.minecraft.client.particle
Interface ParticleRenderType
public interface ParticleRenderType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParticleRenderType
static final ParticleRenderType
static final ParticleRenderType
static final ParticleRenderType
static final ParticleRenderType
static final ParticleRenderType
-
Method Summary
Modifier and TypeMethodDescriptionbegin
(Tesselator p_350949_, TextureManager p_107437_) default boolean
Returns 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
-