Package net.minecraft

Record Class class_12192<Value>

java.lang.Object
java.lang.Record
net.minecraft.class_12192<Value>
Record Components:
valueCodec -
modifierLibrary -
modifierCodec -
spatialLerp -
partialTickLerp -

public record class_12192<Value>(com.mojang.serialization.Codec<Value> valueCodec, Map<class_12212.class_12213,class_12212<Value,?>> modifierLibrary, com.mojang.serialization.Codec<class_12212<Value,?>> modifierCodec, class_12210<Value> spatialLerp, class_12210<Value> partialTickLerp) extends Record
Mappings:
Namespace Name
named net/minecraft/class_12192
intermediary net/minecraft/class_12192
official cdr
named valueCodec
intermediary comp_5128
official a
named modifierLibrary
intermediary comp_5129
official b
named modifierCodec
intermediary comp_5130
official c
named spatialLerp
intermediary comp_5131
official d
named partialTickLerp
intermediary comp_5132
official e
  • Field Details

  • Constructor Details

  • Method Details

    • method_75633

      public static <Value> class_12192<Value> method_75633(com.mojang.serialization.Codec<Value> codec, Map<class_12212.class_12213,class_12212<Value,?>> map, class_12210<Value> class_12210)
      Mappings:
      Namespace Name Mixin selector
      named method_75633 Lnet/minecraft/class_12192;method_75633(Lcom/mojang/serialization/Codec;Ljava/util/Map;Lnet/minecraft/class_12210;)Lnet/minecraft/class_12192;
      intermediary method_75633 Lnet/minecraft/class_12192;method_75633(Lcom/mojang/serialization/Codec;Ljava/util/Map;Lnet/minecraft/class_12210;)Lnet/minecraft/class_12192;
      official a Lcdr;a(Lcom/mojang/serialization/Codec;Ljava/util/Map;Lcec;)Lcdr;
    • method_75634

      public static <Value> class_12192<Value> method_75634(com.mojang.serialization.Codec<Value> codec, Map<class_12212.class_12213,class_12212<Value,?>> map, class_12210<Value> class_12210, class_12210<Value> class_122102)
      Mappings:
      Namespace Name Mixin selector
      named method_75634 Lnet/minecraft/class_12192;method_75634(Lcom/mojang/serialization/Codec;Ljava/util/Map;Lnet/minecraft/class_12210;Lnet/minecraft/class_12210;)Lnet/minecraft/class_12192;
      intermediary method_75634 Lnet/minecraft/class_12192;method_75634(Lcom/mojang/serialization/Codec;Ljava/util/Map;Lnet/minecraft/class_12210;Lnet/minecraft/class_12210;)Lnet/minecraft/class_12192;
      official a Lcdr;a(Lcom/mojang/serialization/Codec;Ljava/util/Map;Lcec;Lcec;)Lcdr;
    • method_75632

      public static <Value> class_12192<Value> method_75632(com.mojang.serialization.Codec<Value> codec, Map<class_12212.class_12213,class_12212<Value,?>> map)
      Mappings:
      Namespace Name Mixin selector
      named method_75632 Lnet/minecraft/class_12192;method_75632(Lcom/mojang/serialization/Codec;Ljava/util/Map;)Lnet/minecraft/class_12192;
      intermediary method_75632 Lnet/minecraft/class_12192;method_75632(Lcom/mojang/serialization/Codec;Ljava/util/Map;)Lnet/minecraft/class_12192;
      official a Lcdr;a(Lcom/mojang/serialization/Codec;Ljava/util/Map;)Lcdr;
    • method_75631

      public static <Value> class_12192<Value> method_75631(com.mojang.serialization.Codec<Value> codec)
      Mappings:
      Namespace Name Mixin selector
      named method_75631 Lnet/minecraft/class_12192;method_75631(Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_12192;
      intermediary method_75631 Lnet/minecraft/class_12192;method_75631(Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_12192;
      official a Lcdr;a(Lcom/mojang/serialization/Codec;)Lcdr;
    • method_75635

      private static <Value> com.mojang.serialization.Codec<class_12212<Value,?>> method_75635(Map<class_12212.class_12213,class_12212<Value,?>> map)
      Mappings:
      Namespace Name Mixin selector
      named method_75635 Lnet/minecraft/class_12192;method_75635(Ljava/util/Map;)Lcom/mojang/serialization/Codec;
      intermediary method_75635 Lnet/minecraft/class_12192;method_75635(Ljava/util/Map;)Lcom/mojang/serialization/Codec;
      official a Lcdr;a(Ljava/util/Map;)Lcom/mojang/serialization/Codec;
    • method_75630

      public void method_75630(class_12212<Value,?> class_12212)
      Mappings:
      Namespace Name Mixin selector
      named method_75630 Lnet/minecraft/class_12192;method_75630(Lnet/minecraft/class_12212;)V
      intermediary method_75630 Lnet/minecraft/class_12192;method_75630(Lnet/minecraft/class_12212;)V
      official a Lcdr;a(Lcee;)V
    • toString

      public 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 Objects::equals(Object,Object).
      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.
    • valueCodec

      public com.mojang.serialization.Codec<Value> valueCodec()
      Returns the value of the valueCodec record component.
      Returns:
      the value of the valueCodec record component
    • modifierLibrary

      public Map<class_12212.class_12213,class_12212<Value,?>> modifierLibrary()
      Returns the value of the modifierLibrary record component.
      Returns:
      the value of the modifierLibrary record component
    • modifierCodec

      public com.mojang.serialization.Codec<class_12212<Value,?>> modifierCodec()
      Returns the value of the modifierCodec record component.
      Returns:
      the value of the modifierCodec record component
    • spatialLerp

      public class_12210<Value> spatialLerp()
      Returns the value of the spatialLerp record component.
      Returns:
      the value of the spatialLerp record component
    • partialTickLerp

      public class_12210<Value> partialTickLerp()
      Returns the value of the partialTickLerp record component.
      Returns:
      the value of the partialTickLerp record component