Class ParticleProviderRegistryImpl

java.lang.Object
dev.architectury.registry.client.particle.forge.ParticleProviderRegistryImpl

public class ParticleProviderRegistryImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onParticleFactoryRegister(net.minecraftforge.client.event.ParticleFactoryRegisterEvent unused)
     
    static <T extends net.minecraft.core.particles.ParticleOptions>
    void
    register(net.minecraft.core.particles.ParticleType<T> type, dev.architectury.registry.client.particle.ParticleProviderRegistry.DeferredParticleProvider<T> provider)
     
    static <T extends net.minecraft.core.particles.ParticleOptions>
    void
    register(net.minecraft.core.particles.ParticleType<T> type, net.minecraft.client.particle.ParticleProvider<T> provider)
     

    Methods inherited from class java.lang.Object

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

    • ParticleProviderRegistryImpl

      public ParticleProviderRegistryImpl()
  • Method Details

    • register

      public static <T extends net.minecraft.core.particles.ParticleOptions> void register(net.minecraft.core.particles.ParticleType<T> type, net.minecraft.client.particle.ParticleProvider<T> provider)
    • register

      public static <T extends net.minecraft.core.particles.ParticleOptions> void register(net.minecraft.core.particles.ParticleType<T> type, dev.architectury.registry.client.particle.ParticleProviderRegistry.DeferredParticleProvider<T> provider)
    • onParticleFactoryRegister

      public static void onParticleFactoryRegister(net.minecraftforge.client.event.ParticleFactoryRegisterEvent unused)