Package net.minecraft.client.particle
Class EnchantGlyphParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.EnchantGlyphParticle
@Environment(CLIENT) public class EnchantGlyphParticle extends SpriteBillboardParticle
- Mappings:
Namespace Name official eey
intermediary net/minecraft/class_668
named net/minecraft/client/particle/EnchantGlyphParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EnchantGlyphParticle.EnchantFactory
static class
EnchantGlyphParticle.NautilusFactory
-
Field Summary
Fields Modifier and Type Field Description private double
startX
private double
startY
private double
startZ
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
EnchantGlyphParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
-
Method Summary
Modifier and Type Method Description int
getBrightness(float tint)
ParticleTextureSheet
getType()
void
move(double dx, double dy, double dz)
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, getMaxAge, isAlive, markDead, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Field Details
-
startX
private final double startX- Mappings:
Namespace Name Mixin selector official a
Leey;a:D
intermediary field_3795
Lnet/minecraft/class_668;field_3795:D
named startX
Lnet/minecraft/client/particle/EnchantGlyphParticle;startX:D
-
startY
private final double startY- Mappings:
Namespace Name Mixin selector official b
Leey;b:D
intermediary field_3794
Lnet/minecraft/class_668;field_3794:D
named startY
Lnet/minecraft/client/particle/EnchantGlyphParticle;startY:D
-
startZ
private final double startZ- Mappings:
Namespace Name Mixin selector official F
Leey;F:D
intermediary field_3793
Lnet/minecraft/class_668;field_3793:D
named startZ
Lnet/minecraft/client/particle/EnchantGlyphParticle;startZ:D
-
-
Constructor Details
-
EnchantGlyphParticle
private EnchantGlyphParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)- Mappings:
Namespace Name Mixin selector official <init>
Leey;<init>(Ledy;DDDDDD)V
intermediary <init>
Lnet/minecraft/class_668;<init>(Lnet/minecraft/class_638;DDDDDD)V
named <init>
Lnet/minecraft/client/particle/EnchantGlyphParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDD)V
-
-
Method Details
-
getType
- Specified by:
getType
in classParticle
- Mappings:
Namespace Name Mixin selector official b
Lefo;b()Lefs;
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;
-
move
public void move(double dx, double dy, double dz) -
getBrightness
public int getBrightness(float tint)- Overrides:
getBrightness
in classParticle
- Mappings:
Namespace Name Mixin selector official a
Lefo;a(F)I
intermediary method_3068
Lnet/minecraft/class_703;method_3068(F)I
named getBrightness
Lnet/minecraft/client/particle/Particle;getBrightness(F)I
-
tick
public void tick()
-