Class ParticleGravityMixin.FallingDustParticleMixin

java.lang.Object
net.minecraft.client.particle.Particle
com.lightning.northstar.mixin.gravity.ParticleGravityMixin.FallingDustParticleMixin
Enclosing class:
ParticleGravityMixin

public abstract static class ParticleGravityMixin.FallingDustParticleMixin extends net.minecraft.client.particle.Particle
  • Nested Class Summary

    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.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
    Modifier
    Constructor
    Description
    protected
    FallingDustParticleMixin(net.minecraft.client.multiplayer.ClientLevel level, double x, double y, double z)
     
  • Method Summary

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

    getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, getRenderBoundingBox, getRenderType, isAlive, move, remove, render, scale, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, tick, toString

    Methods inherited from class java.lang.Object

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

    • FallingDustParticleMixin

      protected FallingDustParticleMixin(net.minecraft.client.multiplayer.ClientLevel level, double x, double y, double z)