Class LightSparkParticle.SpiritArcArrowImpactParticle
java.lang.Object
net.minecraft.client.particle.Particle
etithespirit.orimod.client.render.particle.LightSparkParticle
etithespirit.orimod.client.render.particle.LightSparkParticle.SpiritArcArrowImpactParticle
- Enclosing class:
- LightSparkParticle
-
Nested Class Summary
Nested classes/interfaces inherited from class etithespirit.orimod.client.render.particle.LightSparkParticle
LightSparkParticle.SpiritArcArrowImpactParticle
-
Field Summary
Fields inherited from class net.minecraft.client.particle.Particle
age, alpha, bbHeight, bbWidth, bCol, friction, gCol, gravity, hasPhysics, level, lifetime, onGround, oRoll, random, rCol, removed, roll, speedUpWhenYMotionIsBlocked, x, xd, xo, y, yd, yo, z, zd, zo
-
Constructor Summary
ConstructorsConstructorDescriptionSpiritArcArrowImpactParticle
(net.minecraft.client.multiplayer.ClientLevel worldIn, net.minecraft.world.phys.Vec3 at, net.minecraft.world.phys.Vec3 normal) -
Method Summary
Methods inherited from class etithespirit.orimod.client.render.particle.LightSparkParticle
getRenderType, render
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, getParticleGroup, isAlive, move, remove, scale, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, tick, toString
-
Constructor Details
-
SpiritArcArrowImpactParticle
public SpiritArcArrowImpactParticle(net.minecraft.client.multiplayer.ClientLevel worldIn, net.minecraft.world.phys.Vec3 at, net.minecraft.world.phys.Vec3 normal)
-
-
Method Details
-
getQuadSize
public float getQuadSize(float partialTicks) - Specified by:
getQuadSize
in classLightSparkParticle
-