public class RotationIndicatorParticle
extends net.minecraft.client.particle.SimpleAnimatedParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
RotationIndicatorParticle.Factory |
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.util.Direction.Axis |
axis |
protected boolean |
isVisible |
protected net.minecraft.util.math.vector.Vector3d |
offset |
protected net.minecraft.util.math.vector.Vector3d |
origin |
protected float |
radius |
protected float |
radius1 |
protected float |
radius2 |
protected float |
speed |
| Modifier and Type | Method and Description |
|---|---|
void |
move(double x,
double y,
double z) |
void |
render(com.mojang.blaze3d.vertex.IVertexBuilder buffer,
net.minecraft.client.renderer.ActiveRenderInfo renderInfo,
float partialTicks) |
void |
tick() |
getLightColor, getRenderType, setBaseAirFriction, setColor, setFadeColorgetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgeprotected float radius
protected float radius1
protected float radius2
protected float speed
protected net.minecraft.util.Direction.Axis axis
protected net.minecraft.util.math.vector.Vector3d origin
protected net.minecraft.util.math.vector.Vector3d offset
protected boolean isVisible
public void tick()
tick in class net.minecraft.client.particle.SimpleAnimatedParticlepublic void render(com.mojang.blaze3d.vertex.IVertexBuilder buffer,
net.minecraft.client.renderer.ActiveRenderInfo renderInfo,
float partialTicks)
render in class net.minecraft.client.particle.TexturedParticlepublic void move(double x,
double y,
double z)
move in class net.minecraft.client.particle.Particle