Class MeteorFlashParticle.LaserFlashFactory

java.lang.Object
me.emafire003.dev.ohmymeteors.particles.meteor_flash.MeteorFlashParticle.LaserFlashFactory
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<FlashScaleParticleOptions>
Enclosing class:
MeteorFlashParticle<T extends FlashScaleParticleOptions>

@Environment(CLIENT) public static class MeteorFlashParticle.LaserFlashFactory extends Object implements net.minecraft.client.particle.ParticleProvider<FlashScaleParticleOptions>
  • Constructor Details

    • LaserFlashFactory

      public LaserFlashFactory(net.minecraft.client.particle.SpriteSet spriteProvider)
  • Method Details

    • createParticle

      public net.minecraft.client.particle.Particle createParticle(FlashScaleParticleOptions type, net.minecraft.client.multiplayer.ClientLevel clientWorld, double d, double e, double f, double g, double h, double i)
      Specified by:
      createParticle in interface net.minecraft.client.particle.ParticleProvider<FlashScaleParticleOptions>