Uses of Record Class
net.minecraft.client.particle.ParticleRenderType
Packages that use ParticleRenderType
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ParticleRenderType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ParticleRenderTypeModifier and TypeFieldDescriptionstatic final ParticleRenderTypeParticleRenderType.ELDER_GUARDIANSstatic final ParticleRenderTypeParticleRenderType.ITEM_PICKUPstatic final ParticleRenderTypeParticleRenderType.NO_RENDERprivate final ParticleRenderTypeQuadParticleGroup.particleTypestatic final ParticleRenderTypeParticleRenderType.SINGLE_QUADSFields in net.minecraft.client.particle with type parameters of type ParticleRenderTypeModifier and TypeFieldDescriptionprivate final Map<ParticleRenderType, Function<ParticleEngine, ParticleGroup<?>>> ParticleEngine.particleGroupFactoriesprivate final List<ParticleRenderType> ParticleEngine.particleRenderOrderprivate final Map<ParticleRenderType, ParticleGroup<?>> ParticleEngine.particlesprivate static final List<ParticleRenderType> ParticleEngine.RENDER_ORDERMethods in net.minecraft.client.particle that return ParticleRenderTypeModifier and TypeMethodDescriptionElderGuardianParticle.getGroup()ItemPickupParticle.getGroup()NoRenderParticle.getGroup()abstract ParticleRenderTypeParticle.getGroup()SingleQuadParticle.getGroup()Methods in net.minecraft.client.particle with parameters of type ParticleRenderTypeModifier and TypeMethodDescriptionprivate ParticleGroup<?> ParticleEngine.createParticleGroup(ParticleRenderType pRenderType) Constructors in net.minecraft.client.particle with parameters of type ParticleRenderTypeModifierConstructorDescriptionQuadParticleGroup(ParticleEngine pEngine, ParticleRenderType pParticleType) -
Uses of ParticleRenderType in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type ParticleRenderTypeModifier and TypeFieldDescriptionprivate final Map<ParticleRenderType, Function<ParticleEngine, ParticleGroup<?>>> RegisterParticleGroupsEvent.particleGroupFactoriesprivate final List<ParticleRenderType> RegisterParticleGroupsEvent.particleRenderOrderMethods in net.neoforged.neoforge.client.event with parameters of type ParticleRenderTypeModifier 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 ParticleRenderTypeModifierConstructorDescriptionRegisterParticleGroupsEvent(Map<ParticleRenderType, Function<ParticleEngine, ParticleGroup<?>>> particleGroupFactories, List<ParticleRenderType> particleRenderOrder) RegisterParticleGroupsEvent(Map<ParticleRenderType, Function<ParticleEngine, ParticleGroup<?>>> particleGroupFactories, List<ParticleRenderType> particleRenderOrder)