net.minecraft.client.particle

public record BillboardParticle$RenderType

net.minecraft.client.particle.SingleQuadParticle$Layer
net.minecraft.class_3940$class_11941
net.minecraft.client.particle.BillboardParticle$RenderType

Field summary

Modifier and TypeField
private final boolean
translucent
comp_4894
translucent
private final Identifier
textureAtlasLocation
comp_4895
textureAtlasLocation
private final RenderPipeline
pipeline
comp_4896
pipeline
public static final BillboardParticle$RenderType
OPAQUE_TERRAIN
field_1_1849
BLOCK_ATLAS_OPAQUE
public static final BillboardParticle$RenderType
TRANSLUCENT_TERRAIN
field_62639
BLOCK_ATLAS_TRANSLUCENT
public static final BillboardParticle$RenderType
OPAQUE_ITEMS
field_1_1848
ITEM_ATLAS_OPAQUE
public static final BillboardParticle$RenderType
TRANSLUCENT_ITEMS
field_64447
ITEM_ATLAS_TRANSLUCENT
public static final BillboardParticle$RenderType
OPAQUE
field_62640
PARTICLE_ATLAS_OPAQUE
public static final BillboardParticle$RenderType
TRANSLUCENT
field_62641
PARTICLE_ATLAS_TRANSLUCENT

Constructor summary

ModifierConstructor
public (boolean translucent, Identifier textureAtlasLocation, RenderPipeline pipeline)

Method summary

Modifier and TypeMethod
public static BillboardParticle$RenderType
bySprite(TextureAtlasSprite sprite)
method_1_2272(class_1058 arg0)
forSprite(Sprite sprite)
public boolean
translucent()
comp_4894()
translucent()
public Identifier
textureAtlasLocation()
comp_4895()
textureAtlasLocation()
public RenderPipeline
pipeline()
comp_4896()
pipeline()