Package net.minecraft

Record Class class_10448.class_10450

java.lang.Object
java.lang.Record
net.minecraft.class_10448.class_10450
Record Components:
property -
scale -
entries -
fallback -
All Implemented Interfaces:
class_10439.class_10441, class_10526
Enclosing class:
class_10448

@Environment(CLIENT) public static record class_10448.class_10450(ModelPredicateProvider property, float scale, List<class_10448.class_10449> entries, Optional<class_10439.class_10441> fallback) extends Record implements class_10439.class_10441
Mappings:
Namespace Name
named net/minecraft/class_10448$class_10450
intermediary net/minecraft/class_10448$class_10450
official hbn$b
named property
intermediary comp_3395
official b
named scale
intermediary comp_3396
official c
named entries
intermediary comp_3397
official d
named fallback
intermediary comp_3398
official e
  • Field Details

    • property

      private final ModelPredicateProvider property
      The field for the property record component.
    • scale

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

      private final List<class_10448.class_10449> entries
      The field for the entries record component.
    • fallback

      private final Optional<class_10439.class_10441> fallback
      The field for the fallback record component.
    • field_55361

      public static final com.mojang.serialization.MapCodec<class_10448.class_10450> field_55361
      Mappings:
      Namespace Name Mixin selector
      named field_55361 Lnet/minecraft/class_10448$class_10450;field_55361:Lcom/mojang/serialization/MapCodec;
      intermediary field_55361 Lnet/minecraft/class_10448$class_10450;field_55361:Lcom/mojang/serialization/MapCodec;
      official a Lhbn$b;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

  • Method Details

    • method_65585

      public com.mojang.serialization.MapCodec<class_10448.class_10450> method_65585()
      Specified by:
      method_65585 in interface class_10439.class_10441
      Mappings:
      Namespace Name Mixin selector
      named method_65585 Lnet/minecraft/class_10439$class_10441;method_65585()Lcom/mojang/serialization/MapCodec;
      intermediary method_65585 Lnet/minecraft/class_10439$class_10441;method_65585()Lcom/mojang/serialization/MapCodec;
      official a Lhbi$b;a()Lcom/mojang/serialization/MapCodec;
    • method_65587

      public class_10439 method_65587(class_10439.class_10440 class_10440)
      Specified by:
      method_65587 in interface class_10439.class_10441
      Mappings:
      Namespace Name Mixin selector
      named method_65587 Lnet/minecraft/class_10439$class_10441;method_65587(Lnet/minecraft/class_10439$class_10440;)Lnet/minecraft/class_10439;
      intermediary method_65587 Lnet/minecraft/class_10439$class_10441;method_65587(Lnet/minecraft/class_10439$class_10440;)Lnet/minecraft/class_10439;
      official a Lhbi$b;a(Lhbi$a;)Lhbi;
    • resolve

      public void resolve(class_10526.Resolver resolver)
      Specified by:
      resolve in interface class_10526
      Mappings:
      Namespace Name Mixin selector
      named resolve Lnet/minecraft/class_10526;resolve(Lnet/minecraft/class_10526$Resolver;)V
      intermediary method_62326 Lnet/minecraft/class_10526;method_62326(Lnet/minecraft/class_10526$class_10103;)V
      official a Lhhd;a(Lhhd$a;)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. 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.
    • property

      public ModelPredicateProvider property()
      Returns the value of the property record component.
      Returns:
      the value of the property record component
    • scale

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

      public List<class_10448.class_10449> entries()
      Returns the value of the entries record component.
      Returns:
      the value of the entries record component
    • fallback

      public Optional<class_10439.class_10441> fallback()
      Returns the value of the fallback record component.
      Returns:
      the value of the fallback record component