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 ParticleGroup
ParticleGroup. SPORE_BLOSSOM_AIR
The 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. groupCounts
Methods 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 void
ParticleManager. addTo(ParticleGroup group, int count)
private boolean
ParticleManager. canAdd(ParticleGroup group)
Returns if another particle fromgroup
can be rendered by this manager.