public class Electric extends ParticleEffect
Constructor and Description |
---|
Electric(int age,
boolean parent,
float pitch,
float yaw,
float velocity,
float inaccuracy,
float r,
float g,
float b) |
Electric(int age,
boolean parent,
float pitch,
float yaw,
float velocity,
float inaccuracy,
float r,
float g,
float b,
float a) |
Modifier and Type | Method and Description |
---|---|
boolean |
customRenderer() |
void |
init(ParticleArcanery particle,
net.minecraft.world.World world,
double x,
double y,
double z,
double vx,
double vy,
double vz,
float size) |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrix,
ParticleArcanery particle,
net.minecraft.client.renderer.IRenderTypeBuffer tessellator,
float partialTicks) |
net.minecraft.util.ResourceLocation |
texture() |
void |
update(ParticleArcanery particle) |
postRender, preRender
public Electric(int age, boolean parent, float pitch, float yaw, float velocity, float inaccuracy, float r, float g, float b)
public Electric(int age, boolean parent, float pitch, float yaw, float velocity, float inaccuracy, float r, float g, float b, float a)
public void render(com.mojang.blaze3d.matrix.MatrixStack matrix, ParticleArcanery particle, net.minecraft.client.renderer.IRenderTypeBuffer tessellator, float partialTicks)
render
in class ParticleEffect
public boolean customRenderer()
customRenderer
in class ParticleEffect
public void init(ParticleArcanery particle, net.minecraft.world.World world, double x, double y, double z, double vx, double vy, double vz, float size)
init
in class ParticleEffect
public void update(ParticleArcanery particle)
update
in class ParticleEffect
public net.minecraft.util.ResourceLocation texture()
texture
in class ParticleEffect