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

public static class LightSparkParticle.SpiritArcArrowImpactParticle extends 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

    Constructors
    Constructor
    Description
    SpiritArcArrowImpactParticle(net.minecraft.client.multiplayer.ClientLevel worldIn, net.minecraft.world.phys.Vec3 at, net.minecraft.world.phys.Vec3 normal)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getQuadSize(float partialTicks)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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