Class LaserParticle.EggCrackFactory

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

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

    Constructors
    Constructor
    Description
    EggCrackFactory(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

    • EggCrackFactory

      public EggCrackFactory(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>