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, preRenderpublic 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 ParticleEffectpublic boolean customRenderer()
customRenderer in class ParticleEffectpublic 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 ParticleEffectpublic void update(ParticleArcanery particle)
update in class ParticleEffectpublic net.minecraft.util.ResourceLocation texture()
texture in class ParticleEffect