Class MesogleaDripParticle

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.frozenblock.wilderwild.particle.MesogleaDripParticle

@Environment(CLIENT) public class MesogleaDripParticle extends net.minecraft.client.particle.TextureSheetParticle
  • Method Details

    • setBothXRotMultipliers

      public void setBothXRotMultipliers(float f)
    • lerpsToX

      public void lerpsToX(boolean b)
    • getRenderType

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

      public int getLightColor(float f)
      Overrides:
      getLightColor in class net.minecraft.client.particle.Particle
    • tick

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

      public void render(@NotNull @NotNull com.mojang.blaze3d.vertex.VertexConsumer buffer, @NotNull @NotNull net.minecraft.client.Camera renderInfo, float partialTicks)
      Overrides:
      render in class net.minecraft.client.particle.SingleQuadParticle
    • preMoveUpdate

      protected void preMoveUpdate()
    • postMoveUpdate

      protected void postMoveUpdate()