Package net.minecraft.client.particle
Class CrackParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.CrackParticle
- Mappings:
Namespace Name named net/minecraft/client/particle/CrackParticleintermediary net/minecraft/class_647official haq
-
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.class_11941, BillboardParticle.RotatorNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.DynamicAlpha -
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.BillboardParticle
field_62632, field_62633, field_62634, field_62635, field_62636, field_62637, field_62638, scale -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)CrackParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Sprite sprite) protectedCrackParticle(ClientWorld clientWorld, double double2, double double3, double double4, Sprite sprite) -
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.Methods inherited from class net.minecraft.client.particle.BillboardParticle
getRotator, getSize, method_74274, method_74305, method_74306, method_74307, method_74308, render, render, renderVertex, scale, toStringMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setMaxAge, setPos, setVelocity, tick
-
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 aLhaq;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 bLhaq;b:F
-
-
Constructor Details
-
CrackParticle
CrackParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Sprite sprite) -
CrackParticle
protected CrackParticle(ClientWorld clientWorld, double double2, double double3, double double4, Sprite sprite)
-
-
Method Details
-
method_74255
- Specified by:
method_74255in classBillboardParticle- Mappings:
Namespace Name Mixin selector named method_74255Lnet/minecraft/client/particle/BillboardParticle;method_74255()Lnet/minecraft/client/particle/BillboardParticle$class_11941;intermediary method_74255Lnet/minecraft/class_3940;method_74255()Lnet/minecraft/class_3940$class_11941;official bLhcq;b()Lhcq$b;
-
getMinU
protected float getMinU()Returns the lower U coordinate of the UV coordinates used to draw this particle.- Overrides:
getMinUin classBillboardParticle- 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 cLhcq;c()F
-
getMaxU
protected float getMaxU()Returns the upper U coordinate of the UV coordinates used to draw this particle.- Overrides:
getMaxUin classBillboardParticle- 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 dLhcq;d()F
-
getMinV
protected float getMinV()Returns the lower V coordinate of the UV coordinates used to draw this particle.- Overrides:
getMinVin classBillboardParticle- 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 eLhcq;e()F
-
getMaxV
protected float getMaxV()Returns the upper V coordinate of the UV coordinates used to draw this particle.- Overrides:
getMaxVin classBillboardParticle- 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 fLhcq;f()F
-