Class ParticleSmoke.Factory

java.lang.Object
com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke.Factory
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<net.minecraft.core.particles.SimpleParticleType>
Enclosing class:
ParticleSmoke

public static class ParticleSmoke.Factory 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 extends net.minecraft.core.particles.ParticleOptions>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Factory(net.minecraft.client.particle.SpriteSet spriteSet)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.particle.Particle
    createParticle(net.minecraft.core.particles.SimpleParticleType typeIn, net.minecraft.client.multiplayer.ClientLevel worldIn, double x, double y, double z, double xSpeed, double ySpeed, double zSpeed)
     

    Methods inherited from class java.lang.Object

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

    • Factory

      public Factory(net.minecraft.client.particle.SpriteSet spriteSet)
  • Method Details

    • createParticle

      public net.minecraft.client.particle.Particle createParticle(net.minecraft.core.particles.SimpleParticleType typeIn, net.minecraft.client.multiplayer.ClientLevel worldIn, double x, double y, double z, double xSpeed, double ySpeed, double zSpeed)
      Specified by:
      createParticle in interface net.minecraft.client.particle.ParticleProvider<net.minecraft.core.particles.SimpleParticleType>