Class ReversePortalParticle


@Environment(CLIENT) public class ReversePortalParticle extends PortalParticle
Mappings:
Namespace Name
named net/minecraft/client/particle/ReversePortalParticle
intermediary net/minecraft/class_4974
official hck
  • Constructor Details

    • ReversePortalParticle

      ReversePortalParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Sprite sprite)
  • Method Details

    • getSize

      public float getSize(float tickProgress)
      Returns the draw scale of this particle, which is used while rendering in
      invalid reference
      #buildGeometry
      .
      Overrides:
      getSize in class PortalParticle
      Returns:
      the draw scale of this particle, which is used while rendering in
      invalid reference
      #buildGeometry
      Mappings:
      Namespace Name Mixin selector
      named getSize Lnet/minecraft/client/particle/BillboardParticle;getSize(F)F
      intermediary method_18132 Lnet/minecraft/class_3940;method_18132(F)F
      official b Lhcq;b(F)F
    • tick

      public void tick()
      Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.
      Overrides:
      tick in class PortalParticle
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/particle/Particle;tick()V
      intermediary method_3070 Lnet/minecraft/class_703;method_3070()V
      official a Lhca;a()V