java.lang.Object
tech.anonymoushacker1279.immersiveweapons.client.particle.bullet_impact.BulletImpactParticleOptions
All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions

public class BulletImpactParticleOptions extends Object implements net.minecraft.core.particles.ParticleOptions
  • Field Details

    • scale

      protected final float scale
    • blockID

      protected final int blockID
  • Constructor Details

    • BulletImpactParticleOptions

      public BulletImpactParticleOptions(float vibrancy, int blockID)
  • Method Details

    • getBlockID

      public int getBlockID()
    • getType

      public net.minecraft.core.particles.ParticleType<BulletImpactParticleOptions> getType()
      Specified by:
      getType in interface net.minecraft.core.particles.ParticleOptions