Class ParticleManagerMixin

java.lang.Object
meteordevelopment.meteorclient.mixin.ParticleManagerMixin

public abstract class ParticleManagerMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract <T extends net.minecraft.particle.ParticleEffect>
    @Nullable net.minecraft.client.particle.Particle
    createParticle(T parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
     

    Methods inherited from class java.lang.Object

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

    • ParticleManagerMixin

      public ParticleManagerMixin()
  • Method Details

    • createParticle

      @Nullable protected abstract <T extends net.minecraft.particle.ParticleEffect> @Nullable net.minecraft.client.particle.Particle createParticle(T parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)