Class CrackParticle


@Environment(CLIENT) public class CrackParticle extends SpriteBillboardParticle
Mappings:
Namespace Name
named net/minecraft/client/particle/CrackParticle
intermediary net/minecraft/class_647
official fzy
  • Field Details Link icon

    • sampleU Link icon

      private 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 Lfzy;a:F
    • sampleV Link icon

      private 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 Lfzy;b:F
  • Constructor Details Link icon

    • CrackParticle Link icon

      CrackParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/particle/CrackParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/item/ItemStack;)V
      intermediary <init> Lnet/minecraft/class_647;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_1799;)V
      official <init> Lfzy;<init>(Lfxx;DDDDDDLcur;)V
    • CrackParticle Link icon

      protected CrackParticle(ClientWorld world, double x, double y, double z, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/particle/CrackParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDLnet/minecraft/item/ItemStack;)V
      intermediary <init> Lnet/minecraft/class_647;<init>(Lnet/minecraft/class_638;DDDLnet/minecraft/class_1799;)V
      official <init> Lfzy;<init>(Lfxx;DDDLcur;)V
  • Method Details Link icon

    • getType Link icon

      public ParticleTextureSheet getType()
      Returns the rendering category this particle is rendered under.

      For more information on the properties and types available to each Particle, visit ParticleTextureSheet.

      Specified by:
      getType in 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 Lgbe;b()Lgbi;
    • getMinU Link icon

      protected float getMinU()
      Returns the lower U coordinate of the UV coordinates used to draw this particle.
      Overrides:
      getMinU in 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 Lgbr;c()F
    • getMaxU Link icon

      protected float getMaxU()
      Returns the upper U coordinate of the UV coordinates used to draw this particle.
      Overrides:
      getMaxU in 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 Lgbr;d()F
    • getMinV Link icon

      protected float getMinV()
      Returns the lower V coordinate of the UV coordinates used to draw this particle.
      Overrides:
      getMinV in 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 Lgbr;e()F
    • getMaxV Link icon

      protected float getMaxV()
      Returns the upper V coordinate of the UV coordinates used to draw this particle.
      Overrides:
      getMaxV in 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 Lgbr;f()F