Class EndRodParticle


@Environment(CLIENT) public class EndRodParticle extends AnimatedParticle
Mappings:
Namespace Name
official fay
intermediary net/minecraft/class_675
named net/minecraft/client/particle/EndRodParticle
  • Constructor Details

    • EndRodParticle

      EndRodParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfay;<init>(Leyz;DDDDDDLfci;)V
      intermediary <init> Lnet/minecraft/class_675;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_4002;)V
      named <init> Lnet/minecraft/client/particle/EndRodParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/client/particle/SpriteProvider;)V
  • Method Details

    • move

      public void move(double dx, double dy, double dz)
      Moves this particle by the specified delta amounts, re-positioning bounding boxes and adjusting movement for collision with the world.
      Overrides:
      move in class Particle
      Parameters:
      dx - the delta x to move this particle by
      dy - the delta y to move this particle by
      dz - the delta z to move this particle by
      Mappings:
      Namespace Name Mixin selector
      official a Lfbn;a(DDD)V
      intermediary method_3069 Lnet/minecraft/class_703;method_3069(DDD)V
      named move Lnet/minecraft/client/particle/Particle;move(DDD)V