Class BulletImpactParticleOptions
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintnet.minecraft.core.particles.ParticleType<BulletImpactParticleOptions> getType()
-
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
- Specified by:
getTypein interfacenet.minecraft.core.particles.ParticleOptions
-