Package net.minecraft.particle
Class ParticleGroup
java.lang.Object
net.minecraft.particle.ParticleGroup
A group for particles. This group imposes a limit on the numbers of
 particles from this group rendered in a particle manager. Additional
 particles will be discarded when attempted to be rendered.
- See Also:
 - Mappings:
 Namespace Name named net/minecraft/particle/ParticleGroupintermediary net/minecraft/class_5878official lj
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intstatic final ParticleGroupThe group for the minecraft:spore_blossom_air particle type. - 
Constructor Summary
ConstructorsConstructorDescriptionParticleGroup(int maxCount) Creates a particle group with a custommaxparticle count. - 
Method Summary
Modifier and TypeMethodDescriptionintReturns the maximum count of particles from this group that can be rendered in a particle manager. 
- 
Field Details
- 
SPORE_BLOSSOM_AIR
The group for the minecraft:spore_blossom_air particle type. It has a count limit of 1000.- Mappings:
 Namespace Name Mixin selector named SPORE_BLOSSOM_AIRLnet/minecraft/particle/ParticleGroup;SPORE_BLOSSOM_AIR:Lnet/minecraft/particle/ParticleGroup;intermediary field_29077Lnet/minecraft/class_5878;field_29077:Lnet/minecraft/class_5878;official aLlj;a:Llj;
 - 
maxCount
private final int maxCount- Mappings:
 Namespace Name Mixin selector named maxCountLnet/minecraft/particle/ParticleGroup;maxCount:Iintermediary field_29078Lnet/minecraft/class_5878;field_29078:Iofficial bLlj;b:I
 
 - 
 - 
Constructor Details
- 
ParticleGroup
public ParticleGroup(int maxCount) Creates a particle group with a custommaxparticle count.- Parameters:
 maxCount- the maximum number of a type of particle allowed- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/particle/ParticleGroup;<init>(I)Vintermediary <init>Lnet/minecraft/class_5878;<init>(I)Vofficial <init>Llj;<init>(I)V
 
 - 
 - 
Method Details
- 
getMaxCount
public int getMaxCount()Returns the maximum count of particles from this group that can be rendered in a particle manager.- Returns:
 - the maximum count of particles from this group that can be rendered in a particle manager
 - Mappings:
 Namespace Name Mixin selector named getMaxCountLnet/minecraft/particle/ParticleGroup;getMaxCount()Iintermediary method_34045Lnet/minecraft/class_5878;method_34045()Iofficial aLlj;a()I
 
 -