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
- Mappings:
Namespace Name official ewu
intermediary net/minecraft/class_668
named net/minecraft/client/particle/EnchantGlyphParticle
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate final double
private final double
private final double
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, blue, collidesWithWorld, dead, field_28787, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
ConstructorDescriptionEnchantGlyphParticle
(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Method Summary
Modifier and TypeMethodDescriptionint
getBrightness
(float tint) 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, getGroup, getMaxAge, isAlive, markDead, move, repositionFromBoundingBox, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, toString
-
Field Details
-
startX
private final double startX- Mappings:
Namespace Name Mixin selector official a
Lewu;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
Lewu;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
Lewu;F:D
intermediary field_3793
Lnet/minecraft/class_668;field_3793:D
named startZ
Lnet/minecraft/client/particle/EnchantGlyphParticle;startZ:D
-
-
Constructor Details
-
EnchantGlyphParticle
EnchantGlyphParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
Namespace Name Mixin selector official <init>
Lexk;<init>(Leuv;DDDDDD)V
intermediary <init>
Lnet/minecraft/class_703;<init>(Lnet/minecraft/class_638;DDDDDD)V
named <init>
Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDD)V
-
-
Method Details
-
getType
- Specified by:
getType
in classParticle
- Mappings:
Namespace Name Mixin selector official b
Lexk;b()Lexo;
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
Lexk;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()
-