Class EvolutionBeamParticleFactory

java.lang.Object
com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleFactory
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<EvolutionBeamParticleData>

public class EvolutionBeamParticleFactory extends Object implements net.minecraft.client.particle.ParticleProvider<EvolutionBeamParticleData>
  • Nested Class Summary

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

    net.minecraft.client.particle.ParticleProvider.Sprite<T extends net.minecraft.core.particles.ParticleOptions>
  • Constructor Summary

    Constructors
    Constructor
    Description
    EvolutionBeamParticleFactory(net.minecraft.client.particle.SpriteSet sprite)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.particle.Particle
    createParticle(EvolutionBeamParticleData evolutionBeamParticleData, net.minecraft.client.multiplayer.ClientLevel world, double xPos, double yPos, double zPos, double xVelocity, double yVelocity, double zVelocity)
     

    Methods inherited from class java.lang.Object

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

    • EvolutionBeamParticleFactory

      public EvolutionBeamParticleFactory(net.minecraft.client.particle.SpriteSet sprite)
  • Method Details

    • createParticle

      @Nullable public net.minecraft.client.particle.Particle createParticle(EvolutionBeamParticleData evolutionBeamParticleData, net.minecraft.client.multiplayer.ClientLevel world, double xPos, double yPos, double zPos, double xVelocity, double yVelocity, double zVelocity)
      Specified by:
      createParticle in interface net.minecraft.client.particle.ParticleProvider<EvolutionBeamParticleData>