Record Class BossBarS2CPacket.UpdateProgressAction

java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.play.BossBarS2CPacket.UpdateProgressAction
Record Components:
progress -
All Implemented Interfaces:
BossBarS2CPacket.Action
Enclosing class:
BossBarS2CPacket

private static record BossBarS2CPacket.UpdateProgressAction(float progress) extends Record implements BossBarS2CPacket.Action
Mappings:
Namespace Name
official abw$f
intermediary net/minecraft/class_2629$class_5885
named net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction
official a
intermediary comp_2261
named progress
  • Field Details

    • progress

      private final float progress
      The field for the progress record component.
  • Constructor Details

    • UpdateProgressAction

      private UpdateProgressAction(RegistryByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Labw$f;<init>(Lwf;)V
      intermediary <init> Lnet/minecraft/class_2629$class_5885;<init>(Lnet/minecraft/class_9129;)V
      named <init> Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction;<init>(Lnet/minecraft/network/RegistryByteBuf;)V
    • UpdateProgressAction

      UpdateProgressAction(float percent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Labw$f;<init>(F)V
      intermediary <init> Lnet/minecraft/class_2629$class_5885;<init>(F)V
      named <init> Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction;<init>(F)V
  • Method Details

    • getType

      public BossBarS2CPacket.Type getType()
      Specified by:
      getType in interface BossBarS2CPacket.Action
      Mappings:
      Namespace Name Mixin selector
      official a Labw$c;a()Labw$d;
      intermediary method_34105 Lnet/minecraft/class_2629$class_5882;method_34105()Lnet/minecraft/class_2629$class_5883;
      named getType Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action;getType()Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;
    • accept

      public void accept(UUID uuid, BossBarS2CPacket.Consumer consumer)
      Specified by:
      accept in interface BossBarS2CPacket.Action
      Mappings:
      Namespace Name Mixin selector
      official a Labw$c;a(Ljava/util/UUID;Labw$b;)V
      intermediary method_34106 Lnet/minecraft/class_2629$class_5882;method_34106(Ljava/util/UUID;Lnet/minecraft/class_2629$class_5881;)V
      named accept Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action;accept(Ljava/util/UUID;Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Consumer;)V
    • toPacket

      public void toPacket(RegistryByteBuf buf)
      Specified by:
      toPacket in interface BossBarS2CPacket.Action
      Mappings:
      Namespace Name Mixin selector
      official a Labw$c;a(Lwf;)V
      intermediary method_34107 Lnet/minecraft/class_2629$class_5882;method_34107(Lnet/minecraft/class_9129;)V
      named toPacket Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action;toPacket(Lnet/minecraft/network/RegistryByteBuf;)V
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • progress

      public float progress()
      Returns the value of the progress record component.
      Returns:
      the value of the progress record component