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
- Mappings:
Namespace Name named net/minecraft/client/particle/SpellParticle
intermediary net/minecraft/class_711
official gbw
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Nested classes/interfaces inherited from class net.minecraft.client.particle.BillboardParticle
BillboardParticle.Rotator
Nested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.DynamicAlpha
-
Field Summary
Modifier and TypeFieldDescriptionprivate float
private static final Random
private final 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, alpha, angle, ascending, blue, collidesWithWorld, dead, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
ConstructorDescriptionSpellParticle
(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
Returns the rendering category this particle is rendered under.private boolean
protected void
setAlpha
(float alpha) Updates the alpha value of this particle to use while rendering.void
tick()
Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.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, getRotator, getSize, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, toString
-
Field Details
-
RANDOM
- Mappings:
Namespace Name Mixin selector named RANDOM
Lnet/minecraft/client/particle/SpellParticle;RANDOM:Lnet/minecraft/util/math/random/Random;
intermediary field_3888
Lnet/minecraft/class_711;field_3888:Lnet/minecraft/class_5819;
official a
Lgbw;a:Lazh;
-
spriteProvider
- Mappings:
Namespace Name Mixin selector named spriteProvider
Lnet/minecraft/client/particle/SpellParticle;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
intermediary field_17870
Lnet/minecraft/class_711;field_17870:Lnet/minecraft/class_4002;
official b
Lgbw;b:Lgbz;
-
defaultAlpha
private float defaultAlpha- Mappings:
Namespace Name Mixin selector named defaultAlpha
Lnet/minecraft/client/particle/SpellParticle;defaultAlpha:F
intermediary field_51440
Lnet/minecraft/class_711;field_51440:F
official F
Lgbw;F:F
-
-
Constructor Details
-
SpellParticle
SpellParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/particle/SpellParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/client/particle/SpriteProvider;)V
intermediary <init>
Lnet/minecraft/class_711;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_4002;)V
official <init>
Lgbw;<init>(Lfxx;DDDDDDLgbz;)V
-
-
Method Details
-
getType
Returns the rendering category this particle is rendered under.For more information on the properties and types available to each
Particle
, visitParticleTextureSheet
.- Specified by:
getType
in classParticle
- Returns:
- the rendering category this particle is rendered under
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
intermediary method_18122
Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;
official b
Lgbe;b()Lgbi;
-
tick
public void tick()Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision. -
setAlpha
protected void setAlpha(float alpha) Updates the alpha value of this particle to use while rendering.Note that a particle cannot render with transparency unless
Particle.getType()
isParticleTextureSheet.PARTICLE_SHEET_TRANSLUCENT
, or another sheet that supports transparency.Also note that the default particle shader (core/particle.fsh) will discard all transparent pixels below 0.1 alpha.
-
isInvisible
private boolean isInvisible()- Mappings:
Namespace Name Mixin selector named isInvisible
Lnet/minecraft/client/particle/SpellParticle;isInvisible()Z
intermediary method_37102
Lnet/minecraft/class_711;method_37102()Z
official g
Lgbw;g()Z
-