Class ConjureParticle.Provider

java.lang.Object
at.petrak.hexcasting.client.particles.ConjureParticle.Provider
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<ConjureParticleOptions>
Enclosing class:
ConjureParticle

public static class ConjureParticle.Provider extends Object implements net.minecraft.client.particle.ParticleProvider<ConjureParticleOptions>
  • 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
    Provider(net.minecraft.client.particle.SpriteSet pSprites)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.client.particle.Particle
    createParticle(ConjureParticleOptions type, net.minecraft.client.multiplayer.ClientLevel level, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed)
     

    Methods inherited from class java.lang.Object

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

    • Provider

      public Provider(net.minecraft.client.particle.SpriteSet pSprites)
  • Method Details

    • createParticle

      @Nullable public @Nullable net.minecraft.client.particle.Particle createParticle(ConjureParticleOptions type, net.minecraft.client.multiplayer.ClientLevel level, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed)
      Specified by:
      createParticle in interface net.minecraft.client.particle.ParticleProvider<ConjureParticleOptions>