Class MushroomCloudParticle

java.lang.Object
net.minecraft.client.particle.Particle
nokunami.floral_warfare.client.particles.MushroomCloudParticle

public class MushroomCloudParticle 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
    MushroomCloudParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, double pX, double pY, double pZ)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.client.particle.ParticleRenderType
     
    void
    render(@NotNull com.mojang.blaze3d.vertex.VertexConsumer buffer, @NotNull net.minecraft.client.Camera camera, float partialTick)
     

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

    getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, 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

    • MushroomCloudParticle

      protected MushroomCloudParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, double pX, double pY, double pZ)
  • Method Details

    • render

      public void render(@NotNull @NotNull com.mojang.blaze3d.vertex.VertexConsumer buffer, @NotNull @NotNull net.minecraft.client.Camera camera, float partialTick)
      Specified by:
      render in class net.minecraft.client.particle.Particle
    • getRenderType

      @NotNull public @NotNull net.minecraft.client.particle.ParticleRenderType getRenderType()
      Specified by:
      getRenderType in class net.minecraft.client.particle.Particle