Class RegisterParticleFactoriesEventImpl

java.lang.Object
dev.upcraft.sparkweave.quilt.impl.registry.RegisterParticleFactoriesEventImpl
All Implemented Interfaces:
RegisterParticleFactoriesEvent

public class RegisterParticleFactoriesEventImpl extends Object implements RegisterParticleFactoriesEvent
  • Constructor Details

    • RegisterParticleFactoriesEventImpl

      public RegisterParticleFactoriesEventImpl()
  • Method Details

    • registerSpecial

      public <T extends net.minecraft.core.particles.ParticleOptions> void registerSpecial(Supplier<net.minecraft.core.particles.ParticleType<T>> type, net.minecraft.client.particle.ParticleProvider<T> provider)
      Specified by:
      registerSpecial in interface RegisterParticleFactoriesEvent
    • registerSpriteSet

      public <T extends net.minecraft.core.particles.ParticleOptions> void registerSpriteSet(Supplier<net.minecraft.core.particles.ParticleType<T>> type, net.minecraft.client.particle.ParticleEngine.SpriteParticleRegistration<T> registration)
      Specified by:
      registerSpriteSet in interface RegisterParticleFactoriesEvent