java.lang.Object
com.pixelmonmod.pixelmon.client.particle.ParticleEffect
com.pixelmonmod.pixelmon.client.particle.particles.Beam

public class Beam extends ParticleEffect
  • Constructor Summary

    Constructors
    Constructor
    Description
    Beam(net.minecraft.world.entity.Entity start, net.minecraft.world.entity.Entity end, net.minecraft.world.phys.Vec3 startOffset, net.minecraft.world.phys.Vec3 endOffset, double theta, int sections, float variance, float fadeIn, float fadeOut, float rateIn, int delay, float rateOut, float r, float g, float b)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    init(ParticleArcanery particle, net.minecraft.world.level.Level world, double x, double y, double z, double vx, double vy, double vz, float size)
     
    void
    render(com.mojang.blaze3d.vertex.PoseStack matrix, ParticleArcanery particle, com.mojang.blaze3d.vertex.Tesselator tesselator, float partialTicks)
     
    net.minecraft.resources.ResourceLocation
     
    void
     

    Methods inherited from class com.pixelmonmod.pixelmon.client.particle.ParticleEffect

    postRender, preRender

    Methods inherited from class java.lang.Object

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

    • Beam

      public Beam(net.minecraft.world.entity.Entity start, net.minecraft.world.entity.Entity end, net.minecraft.world.phys.Vec3 startOffset, net.minecraft.world.phys.Vec3 endOffset, double theta, int sections, float variance, float fadeIn, float fadeOut, float rateIn, int delay, float rateOut, float r, float g, float b)
  • Method Details