Class LodestoneParticleRegistry

java.lang.Object
team.lodestar.lodestone.setup.LodestoneParticleRegistry

public class LodestoneParticleRegistry extends Object
  • Field Details

    • PARTICLES

      public static net.minecraftforge.registries.DeferredRegister<net.minecraft.core.particles.ParticleType<?>> PARTICLES
    • WISP_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneParticleType> WISP_PARTICLE
    • SMOKE_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneParticleType> SMOKE_PARTICLE
    • SPARKLE_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneParticleType> SPARKLE_PARTICLE
    • TWINKLE_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneParticleType> TWINKLE_PARTICLE
    • STAR_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneParticleType> STAR_PARTICLE
    • SPARK_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneSparkParticleType> SPARK_PARTICLE
    • TERRAIN_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneTerrainParticleType> TERRAIN_PARTICLE
    • ITEM_PARTICLE

      public static net.minecraftforge.registries.RegistryObject<LodestoneItemCrumbsParticleType> ITEM_PARTICLE
  • Constructor Details

    • LodestoneParticleRegistry

      public LodestoneParticleRegistry()
  • Method Details

    • registerParticleFactory

      public static void registerParticleFactory(net.minecraftforge.client.event.ParticleFactoryRegisterEvent event)