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>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleProvider

    net.minecraft.client.particle.ParticleProvider.Sprite<T>
  • 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, net.minecraft.util.RandomSource random)
     

    Methods inherited from class 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, net.minecraft.util.RandomSource random)
      Specified by:
      createParticle in interface net.minecraft.client.particle.ParticleProvider<net.minecraft.core.particles.SimpleParticleType>