Interface ParticleFactory

All Known Implementing Classes:
BarrierParticle.Factory, BlockDustParticle.Factory, BlockLeakParticle.LavaDripFactory, BlockLeakParticle.WaterDripFactory, BlockParticle.Factory, class_2856.class_2857, class_2859.class_2860, class_2861.class_2862, CloudParticle.Factory, DamageParticle.class_2858, DamageParticle.CritFactory, DamageParticle.CritMagicFactory, ElderGuardianAppearanceParticle.Factory, EmotionParticle.Factory, EmotionParticle.HealthFactory, EnchantGlyphParticle.Factory, ExplosionEmitterParticle.Factory, ExplosionSmokeParticle.Factory, FireSmokeParticle.Factory, FireworksSparkParticle.Factory, FishingParticle.Factory, FlameParticle.Factory, FootstepParticle.Factory, LargeExplosionParticle.Factory, LargeFireSmokeParticle.Factory, LavaEmberParticle.Factory, NoteParticle.Factory, PortalParticle.NetherPortalFactory, RainSplashParticle.Factory, RedstoneParticle.Factory, SnowballParticle.Factory, SnowballParticle.SlimeFactory, SnowballParticle.SnowballFactory, SnowShovelParticle.Factory, SpellParticle.AmbientMobSpellFactory, SpellParticle.InstantSpellFactory, SpellParticle.MobSpellFactory, SpellParticle.SpellFactory, SpellParticle.WitchSpellFactory, SuspendedParticle.Factory, VillageParticle.HappyVillagerFactory, VillageParticle.TownAuraFactory, WaterBubbleParticle.Factory, WaterSplashParticle.Factory

@Environment(CLIENT) public interface ParticleFactory
Mappings:
Namespace Name
official blx
intermediary net/minecraft/class_2372
named net/minecraft/client/particle/ParticleFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)
     
  • Method Details

    • createParticle

      Particle createParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)
      Mappings:
      Namespace Name Mixin selector
      official a Lblx;a(ILaht;DDDDDD[I)Lblv;
      intermediary method_9712 Lnet/minecraft/class_2372;method_9712(ILnet/minecraft/class_1150;DDDDDD[I)Lnet/minecraft/class_502;
      named createParticle Lnet/minecraft/client/particle/ParticleFactory;createParticle(ILnet/minecraft/world/World;DDDDDD[I)Lnet/minecraft/client/particle/Particle;