Class ParticleRegistry

java.lang.Object
net.trique.wardentools.registry.ParticleRegistry

public class ParticleRegistry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.SimpleParticleType>
     
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,EchoParticleType>
     
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.SimpleParticleType>
     
    protected static final net.trique.wardentools.registration.RegistrationProvider<net.minecraft.core.particles.ParticleType<?>>
     
    static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.SimpleParticleType>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class java.lang.Object

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

    • PARTICLE_TYPES

      protected static final net.trique.wardentools.registration.RegistrationProvider<net.minecraft.core.particles.ParticleType<?>> PARTICLE_TYPES
    • ECHO_PARTICLE

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,EchoParticleType> ECHO_PARTICLE
    • ROSE_GOLD_SONIC_BOOM

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.SimpleParticleType> ROSE_GOLD_SONIC_BOOM
    • AMETHYST_SONIC_BOOM

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.SimpleParticleType> AMETHYST_SONIC_BOOM
    • ENDER_SONIC_BOOM

      public static final net.trique.wardentools.registration.RegistryObject<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.SimpleParticleType> ENDER_SONIC_BOOM
  • Constructor Details

    • ParticleRegistry

      public ParticleRegistry()
  • Method Details

    • init

      public static void init()