Class SpellParticle


@Environment(CLIENT)
public class SpellParticle
extends SpriteBillboardParticle
Mappings:
Namespace Name
official egc
intermediary net/minecraft/class_711
named net/minecraft/client/particle/SpellParticle
  • Field Details

    • RANDOM

      private static final Random RANDOM
      Mappings:
      Namespace Name Mixin selector
      official a Legc;a:Ljava/util/Random;
      intermediary field_3888 Lnet/minecraft/class_711;field_3888:Ljava/util/Random;
      named RANDOM Lnet/minecraft/client/particle/SpellParticle;RANDOM:Ljava/util/Random;
    • spriteProvider

      private final SpriteProvider spriteProvider
      Mappings:
      Namespace Name Mixin selector
      official b Legc;b:Legf;
      intermediary field_17870 Lnet/minecraft/class_711;field_17870:Lnet/minecraft/class_4002;
      named spriteProvider Lnet/minecraft/client/particle/SpellParticle;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
  • Constructor Details

    • SpellParticle

      private SpellParticle​(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider)
      Mappings:
      Namespace Name Mixin selector
      official <init> Legc;<init>(Ledy;DDDDDDLegf;)V
      intermediary <init> Lnet/minecraft/class_711;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_4002;)V
      named <init> Lnet/minecraft/client/particle/SpellParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/client/particle/SpriteProvider;)V
  • Method Details

    • getType

      public ParticleTextureSheet getType()
      Specified by:
      getType in class Particle
      Mappings:
      Namespace Name Mixin selector
      official b Lefo;b()Lefs;
      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;
    • tick

      public void tick()
      Overrides:
      tick in class Particle
      Mappings:
      Namespace Name Mixin selector
      official a Lefo;a()V
      intermediary method_3070 Lnet/minecraft/class_703;method_3070()V
      named tick Lnet/minecraft/client/particle/Particle;tick()V