Interface ParticleFactory<T extends ParticleEffect>

All Known Implementing Classes:
BarrierParticle.Factory, BlockDustParticle.Factory, BlockLeakParticle.LavaDripFactory, BlockLeakParticle.WaterDripFactory, class_2856.class_2857, class_2859.class_2860, class_2861.class_2862, class_3022.class_3023, class_3092.class_3093, class_3094.class_3095, class_4204.class_4205, class_4206.class_4207, class_4210.class_4211, class_4214.class_4215, CloudParticle.Factory, DamageParticle.class_2858, DamageParticle.CritFactory, DamageParticle.CritMagicFactory, ElderGuardianAppearanceParticle.Factory, EmotionParticle.Factory, EmotionParticle.HealthFactory, EnchantGlyphParticle.class_4208, EnchantGlyphParticle.Factory, ExplosionEmitterParticle.Factory, ExplosionSmokeParticle.Factory, FireSmokeParticle.Factory, FireworksSparkParticle.Factory, FishingParticle.Factory, FlameParticle.Factory, LargeExplosionParticle.Factory, LargeFireSmokeParticle.Factory, LavaEmberParticle.Factory, NoteParticle.Factory, PortalParticle.NetherPortalFactory, RainSplashParticle.Factory, RedstoneParticle.Factory, SnowballParticle.Factory, SnowballParticle.SlimeFactory, SnowballParticle.SnowballFactory, SpellParticle.AmbientMobSpellFactory, SpellParticle.InstantSpellFactory, SpellParticle.MobSpellFactory, SpellParticle.SpellFactory, SpellParticle.WitchSpellFactory, SuspendedParticle.Factory, VillageParticle.class_4212, VillageParticle.HappyVillagerFactory, VillageParticle.TownAuraFactory, WaterBubbleParticle.Factory, WaterSplashParticle.Factory

@Environment(CLIENT) public interface ParticleFactory<T extends ParticleEffect>
Mappings:
Namespace Name
official cso
intermediary net/minecraft/class_2372
named net/minecraft/client/particle/ParticleFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    method_19020(T t, World world, double double2, double double3, double double4, double double5, double double6, double double7)
     
  • Method Details

    • method_19020

      @Nullable Particle method_19020(T t, World world, double double2, double double3, double double4, double double5, double double6, double double7)
      Mappings:
      Namespace Name Mixin selector
      official a Lcso;a(Lfk;Laxy;DDDDDD)Lcsm;
      intermediary method_19020 Lnet/minecraft/class_2372;method_19020(Lnet/minecraft/class_4340;Lnet/minecraft/class_1150;DDDDDD)Lnet/minecraft/class_502;
      named method_19020 Lnet/minecraft/client/particle/ParticleFactory;method_19020(Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/world/World;DDDDDD)Lnet/minecraft/client/particle/Particle;