Uses of Class
net.minecraft.client.particle.ParticleGroup
| Package | Description |
|---|---|
| net.minecraft.client.particle |
-
Uses of ParticleGroup in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ParticleGroup Modifier and Type Field Description static ParticleGroupParticleGroup. SPORE_BLOSSOM_AIRThe group for the minecraft:spore_blossom_air particle type.Fields in net.minecraft.client.particle with type parameters of type ParticleGroup Modifier and Type Field Description private Object2IntOpenHashMap<ParticleGroup>ParticleManager. groupCountsMethods in net.minecraft.client.particle that return types with arguments of type ParticleGroup Modifier and Type Method Description Optional<ParticleGroup>Particle. getGroup()Returns the optional group that this particle belongs to.Methods in net.minecraft.client.particle with parameters of type ParticleGroup Modifier and Type Method Description private voidParticleManager. addTo(ParticleGroup group, int count)private booleanParticleManager. canAdd(ParticleGroup group)Returns if another particle fromgroupcan be rendered by this manager.