Package net.minecraft.client.particle
Class CrackParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.CrackParticle
- Mappings:
Namespace Name named net/minecraft/client/particle/CrackParticleintermediary net/minecraft/class_647official gnq
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classCrackParticle.Factory<T extends ParticleEffect>static classstatic classstatic classNested classes/interfaces inherited from class net.minecraft.client.particle.BillboardParticle
BillboardParticle.RotatorNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.DynamicAlpha -
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
spriteFields inherited from class net.minecraft.client.particle.BillboardParticle
scaleFields inherited from class net.minecraft.client.particle.Particle
age, alpha, angle, ascending, blue, collidesWithWorld, dead, gravityStrength, green, lastAngle, lastX, lastY, lastZ, maxAge, onGround, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)CrackParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ItemRenderState itemRenderState) protectedCrackParticle(ClientWorld world, double x, double y, double z, ItemRenderState itemRenderState) -
Method Summary
Modifier and TypeMethodDescriptionprotected floatgetMaxU()Returns the upper U coordinate of the UV coordinates used to draw this particle.protected floatgetMaxV()Returns the upper V coordinate of the UV coordinates used to draw this particle.protected floatgetMinU()Returns the lower U coordinate of the UV coordinates used to draw this particle.protected floatgetMinV()Returns the lower V coordinate of the UV coordinates used to draw this particle.getType()Returns the rendering category this particle is rendered under.Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
getRotator, getSize, render, render, render, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, renderCustom, repositionFromBoundingBox, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, tick, toString
-
Field Details
-
sampleU
private final float sampleU- Mappings:
Namespace Name Mixin selector named sampleULnet/minecraft/client/particle/CrackParticle;sampleU:Fintermediary field_17783Lnet/minecraft/class_647;field_17783:Fofficial aLgnq;a:F
-
sampleV
private final float sampleV- Mappings:
Namespace Name Mixin selector named sampleVLnet/minecraft/client/particle/CrackParticle;sampleV:Fintermediary field_17784Lnet/minecraft/class_647;field_17784:Fofficial bLgnq;b:F
-
-
Constructor Details
-
CrackParticle
CrackParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ItemRenderState itemRenderState) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/CrackParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/client/render/item/ItemRenderState;)Vintermediary <init>Lnet/minecraft/class_647;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_10444;)Vofficial <init>Lgnq;<init>(Lglo;DDDDDDLhhi;)V
-
CrackParticle
protected CrackParticle(ClientWorld world, double x, double y, double z, ItemRenderState itemRenderState) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/CrackParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDLnet/minecraft/client/render/item/ItemRenderState;)Vintermediary <init>Lnet/minecraft/class_647;<init>(Lnet/minecraft/class_638;DDDLnet/minecraft/class_10444;)Vofficial <init>Lgnq;<init>(Lglo;DDDLhhi;)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:
getTypein classParticle- Returns:
- the rendering category this particle is rendered under
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;intermediary method_18122Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;official bLgox;b()Lgpb;
-
getMinU
protected float getMinU()Returns the lower U coordinate of the UV coordinates used to draw this particle.- Overrides:
getMinUin classSpriteBillboardParticle- Returns:
- the lower U coordinate of the UV coordinates used to draw this particle
- Mappings:
Namespace Name Mixin selector named getMinULnet/minecraft/client/particle/BillboardParticle;getMinU()Fintermediary method_18133Lnet/minecraft/class_3940;method_18133()Fofficial cLgpk;c()F
-
getMaxU
protected float getMaxU()Returns the upper U coordinate of the UV coordinates used to draw this particle.- Overrides:
getMaxUin classSpriteBillboardParticle- Returns:
- the upper U coordinate of the UV coordinates used to draw this particle
- Mappings:
Namespace Name Mixin selector named getMaxULnet/minecraft/client/particle/BillboardParticle;getMaxU()Fintermediary method_18134Lnet/minecraft/class_3940;method_18134()Fofficial dLgpk;d()F
-
getMinV
protected float getMinV()Returns the lower V coordinate of the UV coordinates used to draw this particle.- Overrides:
getMinVin classSpriteBillboardParticle- Returns:
- the lower V coordinate of the UV coordinates used to draw this particle
- Mappings:
Namespace Name Mixin selector named getMinVLnet/minecraft/client/particle/BillboardParticle;getMinV()Fintermediary method_18135Lnet/minecraft/class_3940;method_18135()Fofficial eLgpk;e()F
-
getMaxV
protected float getMaxV()Returns the upper V coordinate of the UV coordinates used to draw this particle.- Overrides:
getMaxVin classSpriteBillboardParticle- Returns:
- the upper V coordinate of the UV coordinates used to draw this particle
- Mappings:
Namespace Name Mixin selector named getMaxVLnet/minecraft/client/particle/BillboardParticle;getMaxV()Fintermediary method_18136Lnet/minecraft/class_3940;method_18136()Fofficial fLgpk;f()F
-