Class ParticleGravityMixin.DripParticleMixin

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

public abstract static class ParticleGravityMixin.DripParticleMixin extends net.minecraft.client.particle.Particle
  • 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
    DripParticleMixin(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, getRenderType, isAlive, move, remove, render, 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

    • DripParticleMixin

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