public class SoulBaseParticle extends CustomRotationParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
SoulBaseParticle.Data |
loopLength, mirror| Constructor and Description |
|---|
SoulBaseParticle(net.minecraft.client.world.ClientWorld worldIn,
double x,
double y,
double z,
double vx,
double vy,
double vz,
net.minecraft.client.particle.IAnimatedSprite spriteSet) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.vector.Quaternion |
getCustomRotation(net.minecraft.client.renderer.ActiveRenderInfo camera,
float partialTicks) |
void |
tick() |
render, selectSpriteLoopingWithAgegetLightColor, getRenderType, setBaseAirFriction, setColor, setFadeColorgetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgepublic SoulBaseParticle(net.minecraft.client.world.ClientWorld worldIn,
double x,
double y,
double z,
double vx,
double vy,
double vz,
net.minecraft.client.particle.IAnimatedSprite spriteSet)
public void tick()
tick in class net.minecraft.client.particle.SimpleAnimatedParticlepublic net.minecraft.util.math.vector.Quaternion getCustomRotation(net.minecraft.client.renderer.ActiveRenderInfo camera,
float partialTicks)
getCustomRotation in class CustomRotationParticle