Class BulletParticle.Factory

java.lang.Object
me.desht.pneumaticcraft.client.particle.BulletParticle.Factory
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<net.minecraft.core.particles.SimpleParticleType>
Enclosing class:
BulletParticle

public static class BulletParticle.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 data, net.minecraft.client.multiplayer.ClientLevel level, 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 data, net.minecraft.client.multiplayer.ClientLevel level, 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>