Uses of Class
net.minecraft.client.particle.ParticleGroup
-
Uses of ParticleGroup in net.minecraft.client.particle
Modifier and TypeFieldDescriptionstatic final ParticleGroup
ParticleGroup.SPORE_BLOSSOM_AIR
The group for the minecraft:spore_blossom_air particle type.Modifier and TypeFieldDescriptionprivate final Object2IntOpenHashMap<ParticleGroup>
ParticleManager.groupCounts
Modifier and TypeMethodDescriptionParticle.getGroup()
Returns the optional group that this particle belongs to.Modifier and TypeMethodDescriptionprivate void
ParticleManager.addTo
(ParticleGroup group, int count) private boolean
ParticleManager.canAdd
(ParticleGroup group) Returns whether another particle fromgroup
can be rendered by this manager.