Uses of Record Class
net.minecraft.client.particle.ParticleRenderType
Packages that use ParticleRenderType
-
Uses of ParticleRenderType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ParticleRenderTypeModifier and TypeFieldDescriptionstatic final ParticleRenderTypeParticleRenderType.CUSTOMstatic final ParticleRenderTypeParticleRenderType.NO_RENDERstatic final ParticleRenderTypeParticleRenderType.PARTICLE_SHEET_OPAQUEstatic final ParticleRenderTypeParticleRenderType.PARTICLE_SHEET_TRANSLUCENTstatic final ParticleRenderTypeParticleRenderType.TERRAIN_SHEETFields in net.minecraft.client.particle with type parameters of type ParticleRenderTypeModifier and TypeFieldDescriptionprivate final Map<ParticleRenderType, Queue<Particle>> ParticleEngine.particlesprivate static final List<ParticleRenderType> ParticleEngine.RENDER_ORDERMethods in net.minecraft.client.particle that return ParticleRenderTypeModifier and TypeMethodDescriptionAttackSweepParticle.getRenderType()BaseAshSmokeParticle.getRenderType()BlockMarker.getRenderType()BreakingItemParticle.getRenderType()BubbleColumnUpParticle.getRenderType()BubbleParticle.getRenderType()BubblePopParticle.getRenderType()CampfireSmokeParticle.getRenderType()CritParticle.getRenderType()DragonBreathParticle.getRenderType()DripParticle.getRenderType()DustParticleBase.getRenderType()ExplodeParticle.getRenderType()FallingDustParticle.getRenderType()FallingLeavesParticle.getRenderType()FireflyParticle.getRenderType()FireworkParticles.OverlayParticle.getRenderType()FlameParticle.getRenderType()FlyStraightTowardsParticle.getRenderType()FlyTowardsPositionParticle.getRenderType()GlowParticle.getRenderType()GustParticle.getRenderType()HeartParticle.getRenderType()HugeExplosionParticle.getRenderType()ItemPickupParticle.getRenderType()LavaParticle.getRenderType()MobAppearanceParticle.getRenderType()NoRenderParticle.getRenderType()NoteParticle.getRenderType()abstract ParticleRenderTypeParticle.getRenderType()PlayerCloudParticle.getRenderType()PortalParticle.getRenderType()SculkChargeParticle.getRenderType()SculkChargePopParticle.getRenderType()ShriekParticle.getRenderType()SimpleAnimatedParticle.getRenderType()SnowflakeParticle.getRenderType()SoulParticle.getRenderType()SpellParticle.getRenderType()SuspendedParticle.getRenderType()SuspendedTownParticle.getRenderType()TerrainParticle.getRenderType()TrailParticle.getRenderType()TrialSpawnerDetectionParticle.getRenderType()VibrationSignalParticle.getRenderType()WakeParticle.getRenderType()WaterCurrentDownParticle.getRenderType()WaterDropParticle.getRenderType()Methods in net.minecraft.client.particle with parameters of type ParticleRenderTypeModifier and TypeMethodDescriptionprivate static voidParticleEngine.renderParticleType(Camera pCamera, float pPartialTick, MultiBufferSource.BufferSource pBufferSource, ParticleRenderType pParticleType, Queue<Particle> pParticles) Deprecated.private static voidParticleEngine.renderParticleType(Camera pCamera, float pPartialTick, MultiBufferSource.BufferSource pBufferSource, ParticleRenderType pParticleType, Queue<Particle> pParticles, Frustum frustum) Method parameters in net.minecraft.client.particle with type arguments of type ParticleRenderTypeModifier and TypeMethodDescriptionvoidParticleEngine.render(Camera pCamera, float pPartialTick, MultiBufferSource.BufferSource pBufferSource, Frustum frustum, Predicate<ParticleRenderType> renderTypePredicate) -
Uses of ParticleRenderType in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return types with arguments of type ParticleRenderTypeModifier and TypeMethodDescriptionstatic Comparator<ParticleRenderType> ClientHooks.makeParticleRenderTypeComparator(List<ParticleRenderType> renderOrder) Method parameters in net.neoforged.neoforge.client with type arguments of type ParticleRenderTypeModifier and TypeMethodDescriptionstatic Comparator<ParticleRenderType> ClientHooks.makeParticleRenderTypeComparator(List<ParticleRenderType> renderOrder)
ParticleEngine.renderParticleType(Camera, float, MultiBufferSource.BufferSource, ParticleRenderType, Queue, net.minecraft.client.renderer.culling.Frustum)instead