Uses of Class
net.minecraft.client.particle.ParticleGroup
Packages that use ParticleGroup
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ParticleGroup in net.minecraft.client.particle
Subclasses of ParticleGroup in net.minecraft.client.particleModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.client.particle with type parameters of type ParticleGroupModifier and TypeFieldDescriptionprivate final Map<ParticleRenderType, Function<ParticleEngine, ParticleGroup<?>>> ParticleEngine.particleGroupFactoriesprivate final Map<ParticleRenderType, ParticleGroup<?>> ParticleEngine.particlesMethods in net.minecraft.client.particle that return ParticleGroupModifier and TypeMethodDescriptionprivate ParticleGroup<?> ParticleEngine.createParticleGroup(ParticleRenderType pRenderType) -
Uses of ParticleGroup in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type ParticleGroupModifier and TypeFieldDescriptionprivate final Map<ParticleRenderType, Function<ParticleEngine, ParticleGroup<?>>> RegisterParticleGroupsEvent.particleGroupFactoriesMethod parameters in net.neoforged.neoforge.client.event with type arguments of type ParticleGroupModifier and TypeMethodDescriptionvoidRegisterParticleGroupsEvent.register(ParticleRenderType group, Function<ParticleEngine, ParticleGroup<?>> factory) Registers a factory function for the given particle group.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type ParticleGroupModifierConstructorDescriptionRegisterParticleGroupsEvent(Map<ParticleRenderType, Function<ParticleEngine, ParticleGroup<?>>> particleGroupFactories, List<ParticleRenderType> particleRenderOrder)