Class ModParticleTypes

java.lang.Object
me.desht.pneumaticcraft.common.core.ModParticleTypes

public class ModParticleTypes extends Object
  • Field Details

    • PARTICLES

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

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.core.particles.ParticleType<AirParticleData>> AIR_PARTICLE
    • AIR_PARTICLE_2

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.core.particles.ParticleType<AirParticleData>> AIR_PARTICLE_2
    • BULLET_PARTICLE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.core.particles.SimpleParticleType> BULLET_PARTICLE
  • Constructor Details

    • ModParticleTypes

      public ModParticleTypes()