Class LaserParticle

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
me.emafire003.dev.ohmymeteors.particles.LaserParticle
Direct Known Subclasses:
LaserParticleSmall

public class LaserParticle extends net.minecraft.client.particle.SingleQuadParticle
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class net.minecraft.client.particle.SingleQuadParticle

    net.minecraft.client.particle.SingleQuadParticle.FacingCameraMode, net.minecraft.client.particle.SingleQuadParticle.Layer

    Nested classes/interfaces inherited from class net.minecraft.client.particle.Particle

    net.minecraft.client.particle.Particle.LifetimeAlpha
  • Field Summary

    Fields inherited from class net.minecraft.client.particle.SingleQuadParticle

    alpha, bCol, gCol, oRoll, quadSize, rCol, roll, sprite

    Fields inherited from class net.minecraft.client.particle.Particle

    age, bbHeight, bbWidth, friction, gravity, hasPhysics, level, lifetime, onGround, random, removed, speedUpWhenYMotionIsBlocked, x, xd, xo, y, yd, yo, z, zd, zo
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.particle.SingleQuadParticle.Layer
     
    void
    move(double dx, double dy, double dz)
     
    void
     

    Methods inherited from class net.minecraft.client.particle.SingleQuadParticle

    extract, extractRotatedQuad, extractRotatedQuad, getFacingCameraMode, getGroup, getQuadSize, getU0, getU1, getV0, getV1, scale, setAlpha, setColor, setSprite, setSpriteFromAge, toString

    Methods inherited from class net.minecraft.client.particle.Particle

    getBoundingBox, getLifetime, getLightCoords, getParticleLimit, isAlive, remove, setBoundingBox, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getLayer

      public net.minecraft.client.particle.SingleQuadParticle.Layer getLayer()
      Specified by:
      getLayer in class net.minecraft.client.particle.SingleQuadParticle
    • move

      public void move(double dx, double dy, double dz)
      Overrides:
      move in class net.minecraft.client.particle.Particle
    • tick

      public void tick()
      Overrides:
      tick in class net.minecraft.client.particle.Particle