Package net.minecraft

Record Class class_8409

java.lang.Object
java.lang.Record
net.minecraft.class_8409
Record Components:
entity -
scale -
playerSkin -

public record class_8409(Optional<class_8409.class_8410> entity, float scale, Optional<com.mojang.authlib.GameProfile> playerSkin) extends Record
Mappings:
Namespace Name
official cdq
intermediary net/minecraft/class_8409
named net/minecraft/class_8409
official e
intermediary comp_1431
named entity
official f
intermediary comp_1432
named scale
official g
intermediary comp_1433
named playerSkin
  • Field Details

    • entity

      private final Optional<class_8409.class_8410> entity
      The field for the entity record component.
    • scale

      private final float scale
      The field for the scale record component.
    • playerSkin

      private final Optional<com.mojang.authlib.GameProfile> playerSkin
      The field for the playerSkin record component.
    • field_44125

      public static final class_8409 field_44125
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a:Lcdq;
      intermediary field_44125 Lnet/minecraft/class_8409;field_44125:Lnet/minecraft/class_8409;
      named field_44125 Lnet/minecraft/class_8409;field_44125:Lnet/minecraft/class_8409;
    • field_44126

      public static final float field_44126
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lcdq;b:F
      intermediary field_44126 Lnet/minecraft/class_8409;field_44126:F
      named field_44126 Lnet/minecraft/class_8409;field_44126:F
    • field_44127

      public static final float field_44127
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lcdq;c:F
      intermediary field_44127 Lnet/minecraft/class_8409;field_44127:F
      named field_44127 Lnet/minecraft/class_8409;field_44127:F
    • field_44128

      public static final com.mojang.serialization.Codec<class_8409> field_44128
      Mappings:
      Namespace Name Mixin selector
      official d Lcdq;d:Lcom/mojang/serialization/Codec;
      intermediary field_44128 Lnet/minecraft/class_8409;field_44128:Lcom/mojang/serialization/Codec;
      named field_44128 Lnet/minecraft/class_8409;field_44128:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_50746

      public void method_50746(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(Lsf;)V
      intermediary method_50746 Lnet/minecraft/class_8409;method_50746(Lnet/minecraft/class_2540;)V
      named method_50746 Lnet/minecraft/class_8409;method_50746(Lnet/minecraft/network/PacketByteBuf;)V
    • method_50748

      public static class_8409 method_50748(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official b Lcdq;b(Lsf;)Lcdq;
      intermediary method_50748 Lnet/minecraft/class_8409;method_50748(Lnet/minecraft/class_2540;)Lnet/minecraft/class_8409;
      named method_50748 Lnet/minecraft/class_8409;method_50748(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_8409;
    • method_50742

      public class_8408 method_50742(LivingEntity livingEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(Lbjh;)Lcdp;
      intermediary method_50742 Lnet/minecraft/class_8409;method_50742(Lnet/minecraft/class_1309;)Lnet/minecraft/class_8408;
      named method_50742 Lnet/minecraft/class_8409;method_50742(Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/class_8408;
    • method_50741

      public class_8409 method_50741(EntityType<?> entityType, Optional<NbtCompound> optional)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(Lbiv;Ljava/util/Optional;)Lcdq;
      intermediary method_50741 Lnet/minecraft/class_8409;method_50741(Lnet/minecraft/class_1299;Ljava/util/Optional;)Lnet/minecraft/class_8409;
      named method_50741 Lnet/minecraft/class_8409;method_50741(Lnet/minecraft/entity/EntityType;Ljava/util/Optional;)Lnet/minecraft/class_8409;
    • method_50745

      public class_8409 method_50745(Optional<class_8409.class_8410> optional)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(Ljava/util/Optional;)Lcdq;
      intermediary method_50745 Lnet/minecraft/class_8409;method_50745(Ljava/util/Optional;)Lnet/minecraft/class_8409;
      named method_50745 Lnet/minecraft/class_8409;method_50745(Ljava/util/Optional;)Lnet/minecraft/class_8409;
    • method_50740

      public class_8409 method_50740(float float2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(F)Lcdq;
      intermediary method_50740 Lnet/minecraft/class_8409;method_50740(F)Lnet/minecraft/class_8409;
      named method_50740 Lnet/minecraft/class_8409;method_50740(F)Lnet/minecraft/class_8409;
    • method_50747

      public class_8409 method_50747(Optional<com.mojang.authlib.GameProfile> optional)
      Mappings:
      Namespace Name Mixin selector
      official b Lcdq;b(Ljava/util/Optional;)Lcdq;
      intermediary method_50747 Lnet/minecraft/class_8409;method_50747(Ljava/util/Optional;)Lnet/minecraft/class_8409;
      named method_50747 Lnet/minecraft/class_8409;method_50747(Ljava/util/Optional;)Lnet/minecraft/class_8409;
    • method_50739

      public boolean method_50739()
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a()Z
      intermediary method_50739 Lnet/minecraft/class_8409;method_50739()Z
      named method_50739 Lnet/minecraft/class_8409;method_50739()Z
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components 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.
    • entity

      public Optional<class_8409.class_8410> entity()
      Returns the value of the entity record component.
      Returns:
      the value of the entity record component
    • scale

      public float scale()
      Returns the value of the scale record component.
      Returns:
      the value of the scale record component
    • playerSkin

      public Optional<com.mojang.authlib.GameProfile> playerSkin()
      Returns the value of the playerSkin record component.
      Returns:
      the value of the playerSkin record component