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/CrackParticle- intermediary - net/minecraft/class_647- official - gic
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classCrackParticle.Factory<T extends ParticleEffect>static classstatic classstatic classNested classes/interfaces inherited from class net.minecraft.client.particle.BillboardParticleBillboardParticle.RotatorNested classes/interfaces inherited from class net.minecraft.client.particle.ParticleParticle.DynamicAlpha
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.particle.SpriteBillboardParticlespriteFields inherited from class net.minecraft.client.particle.BillboardParticlescaleFields inherited from class net.minecraft.client.particle.Particleage, 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 SummaryConstructorsModifierConstructorDescription(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 SummaryModifier 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.SpriteBillboardParticlesetSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticlegetRotator, getSize, method_60373, method_60374, render, scaleMethods inherited from class net.minecraft.client.particle.ParticlegetBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, renderCustom, repositionFromBoundingBox, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, tick, toString
- 
Field Details- 
sampleUprivate final float sampleU- Mappings:
- Namespace - Name - Mixin selector - named - sampleU- Lnet/minecraft/client/particle/CrackParticle;sampleU:F- intermediary - field_17783- Lnet/minecraft/class_647;field_17783:F- official - a- Lgic;a:F
 
- 
sampleVprivate final float sampleV- Mappings:
- Namespace - Name - Mixin selector - named - sampleV- Lnet/minecraft/client/particle/CrackParticle;sampleV:F- intermediary - field_17784- Lnet/minecraft/class_647;field_17784:F- official - b- Lgic;b:F
 
 
- 
- 
Constructor Details- 
CrackParticleCrackParticle(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;)V- intermediary - <init>- Lnet/minecraft/class_647;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_10444;)V- official - <init>- Lgic;<init>(Lgga;DDDDDDLhbp;)V
 
- 
CrackParticleprotected 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;)V- intermediary - <init>- Lnet/minecraft/class_647;<init>(Lnet/minecraft/class_638;DDDLnet/minecraft/class_10444;)V- official - <init>- Lgic;<init>(Lgga;DDDLhbp;)V
 
 
- 
- 
Method Details- 
getTypeReturns the rendering category this particle is rendered under.For more information on the properties and types available to each Particle, visitParticleTextureSheet.- Specified by:
- getTypein class- Particle
- 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- Lgji;b()Lgjm;
 
- 
getMinUprotected float getMinU()Returns the lower U coordinate of the UV coordinates used to draw this particle.- Overrides:
- getMinUin class- SpriteBillboardParticle
- Returns:
- the lower U coordinate of the UV coordinates used to draw this particle
- Mappings:
- Namespace - Name - Mixin selector - named - getMinU- Lnet/minecraft/client/particle/BillboardParticle;getMinU()F- intermediary - method_18133- Lnet/minecraft/class_3940;method_18133()F- official - c- Lgjv;c()F
 
- 
getMaxUprotected float getMaxU()Returns the upper U coordinate of the UV coordinates used to draw this particle.- Overrides:
- getMaxUin class- SpriteBillboardParticle
- Returns:
- the upper U coordinate of the UV coordinates used to draw this particle
- Mappings:
- Namespace - Name - Mixin selector - named - getMaxU- Lnet/minecraft/client/particle/BillboardParticle;getMaxU()F- intermediary - method_18134- Lnet/minecraft/class_3940;method_18134()F- official - d- Lgjv;d()F
 
- 
getMinVprotected float getMinV()Returns the lower V coordinate of the UV coordinates used to draw this particle.- Overrides:
- getMinVin class- SpriteBillboardParticle
- Returns:
- the lower V coordinate of the UV coordinates used to draw this particle
- Mappings:
- Namespace - Name - Mixin selector - named - getMinV- Lnet/minecraft/client/particle/BillboardParticle;getMinV()F- intermediary - method_18135- Lnet/minecraft/class_3940;method_18135()F- official - e- Lgjv;e()F
 
- 
getMaxVprotected float getMaxV()Returns the upper V coordinate of the UV coordinates used to draw this particle.- Overrides:
- getMaxVin class- SpriteBillboardParticle
- Returns:
- the upper V coordinate of the UV coordinates used to draw this particle
- Mappings:
- Namespace - Name - Mixin selector - named - getMaxV- Lnet/minecraft/client/particle/BillboardParticle;getMaxV()F- intermediary - method_18136- Lnet/minecraft/class_3940;method_18136()F- official - f- Lgjv;f()F
 
 
-