Package net.minecraft.client.particle
Class SpellParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.SpellParticle
@Environment(CLIENT) public class SpellParticle extends SpriteBillboardParticle
- Mappings:
Namespace Name official ehw
intermediary net/minecraft/class_711
named net/minecraft/client/particle/SpellParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpellParticle.DefaultFactory
static class
SpellParticle.EntityAmbientFactory
static class
SpellParticle.EntityFactory
static class
SpellParticle.InstantFactory
static class
SpellParticle.WitchFactory
-
Field Summary
Fields Modifier and Type Field Description private static Random
RANDOM
private SpriteProvider
spriteProvider
Fields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
sprite
Fields inherited from class net.minecraft.client.particle.BillboardParticle
scale
Fields inherited from class net.minecraft.client.particle.Particle
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, field_28786, field_28787, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
Constructors Modifier Constructor Description private
SpellParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider)
-
Method Summary
Modifier and Type Method Description ParticleTextureSheet
getType()
void
tick()
Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAge
Methods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, getSize, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getMaxAge, isAlive, markDead, method_34019, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Field Details
-
RANDOM
- Mappings:
Namespace Name Mixin selector official a
Lehw;a:Ljava/util/Random;
intermediary field_3888
Lnet/minecraft/class_711;field_3888:Ljava/util/Random;
named RANDOM
Lnet/minecraft/client/particle/SpellParticle;RANDOM:Ljava/util/Random;
-
spriteProvider
- Mappings:
Namespace Name Mixin selector official b
Lehw;b:Lehz;
intermediary field_17870
Lnet/minecraft/class_711;field_17870:Lnet/minecraft/class_4002;
named spriteProvider
Lnet/minecraft/client/particle/SpellParticle;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
-
-
Constructor Details
-
SpellParticle
private SpellParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider)- Mappings:
Namespace Name Mixin selector official <init>
Lehw;<init>(Lefs;DDDDDDLehz;)V
intermediary <init>
Lnet/minecraft/class_711;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_4002;)V
named <init>
Lnet/minecraft/client/particle/SpellParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/client/particle/SpriteProvider;)V
-
-
Method Details
-
getType
- Specified by:
getType
in classParticle
- Mappings:
Namespace Name Mixin selector official b
Lehi;b()Lehm;
intermediary method_18122
Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;
named getType
Lnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
-
tick
public void tick()
-