Class ImpactParticle.SporeImpact

java.lang.Object
nokunami.floral_warfare.client.particles.ImpactParticle.SporeImpact
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<net.minecraft.core.particles.SimpleParticleType>
Enclosing class:
ImpactParticle

public static class ImpactParticle.SporeImpact 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.particle.Particle
    createParticle(@NotNull net.minecraft.core.particles.SimpleParticleType type, @NotNull 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

    • SporeImpact

      public SporeImpact()
  • Method Details

    • createParticle

      public net.minecraft.client.particle.Particle createParticle(@NotNull @NotNull net.minecraft.core.particles.SimpleParticleType type, @NotNull @NotNull 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<net.minecraft.core.particles.SimpleParticleType>