Class LaserFlashParticle.LaserFlashFactory

java.lang.Object
me.emafire003.dev.ohmymeteors.particles.LaserFlashParticle.LaserFlashFactory
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<net.minecraft.core.particles.SimpleParticleType>
Enclosing class:
LaserFlashParticle

@Environment(CLIENT) public static class LaserFlashParticle.LaserFlashFactory extends Object implements net.minecraft.client.particle.ParticleProvider<net.minecraft.core.particles.SimpleParticleType>
  • Constructor Summary

    Constructors
    Constructor
    Description
    LaserFlashFactory(net.minecraft.client.particle.SpriteSet spriteProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.particle.Particle
    createParticle(net.minecraft.core.particles.SimpleParticleType simpleParticleType, net.minecraft.client.multiplayer.ClientLevel clientWorld, double d, double e, double f, double g, double h, double i)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LaserFlashFactory

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

    • createParticle

      public net.minecraft.client.particle.Particle createParticle(net.minecraft.core.particles.SimpleParticleType simpleParticleType, 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<net.minecraft.core.particles.SimpleParticleType>