Package net.minecraft

Record Class class_10099.class_10100

java.lang.Object
java.lang.Record
net.minecraft.class_10099.class_10100
Record Components:
equalityGroup -
coloringValues -
Enclosing class:
class_10099

@Environment(CLIENT) private static record class_10099.class_10100(Object equalityGroup, List<Object> coloringValues) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10099$class_10100
intermediary net/minecraft/class_10099$class_10100
official gyv$a
named equalityGroup
intermediary comp_3064
official a
named coloringValues
intermediary comp_3065
official b
  • Field Details

  • Constructor Details

  • Method Details

    • method_62651

      public static class_10099.class_10100 method_62651(BlockState blockState, UnbakedModel unbakedModel, List<Property<?>> list)
      Mappings:
      Namespace Name Mixin selector
      named method_62651 Lnet/minecraft/class_10099$class_10100;method_62651(Lnet/minecraft/block/BlockState;Lnet/minecraft/client/render/model/UnbakedModel;Ljava/util/List;)Lnet/minecraft/class_10099$class_10100;
      intermediary method_62651 Lnet/minecraft/class_10099$class_10100;method_62651(Lnet/minecraft/class_2680;Lnet/minecraft/class_1100;Ljava/util/List;)Lnet/minecraft/class_10099$class_10100;
      official a Lgyv$a;a(Ldua;Lgzc;Ljava/util/List;)Lgyv$a;
    • method_62652

      private static List<Object> method_62652(BlockState blockState, List<Property<?>> list)
      Mappings:
      Namespace Name Mixin selector
      named method_62652 Lnet/minecraft/class_10099$class_10100;method_62652(Lnet/minecraft/block/BlockState;Ljava/util/List;)Ljava/util/List;
      intermediary method_62652 Lnet/minecraft/class_10099$class_10100;method_62652(Lnet/minecraft/class_2680;Ljava/util/List;)Ljava/util/List;
      official a Lgyv$a;a(Ldua;Ljava/util/List;)Ljava/util/List;
    • 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 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.
    • equalityGroup

      public Object equalityGroup()
      Returns the value of the equalityGroup record component.
      Returns:
      the value of the equalityGroup record component
    • coloringValues

      public List<Object> coloringValues()
      Returns the value of the coloringValues record component.
      Returns:
      the value of the coloringValues record component