Package net.minecraft
Record Class class_10186
java.lang.Object
java.lang.Record
net.minecraft.class_10186
- Record Components:
layers-
public record class_10186(Map<class_10186.class_10190,List<class_10186.class_10189>> layers)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_10186intermediary net/minecraft/class_10186official ddfnamed layersintermediary comp_3169official b
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final recordstatic final recordstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10186> private static final com.mojang.serialization.Codec<List<class_10186.class_10189>> private final Map<class_10186.class_10190, List<class_10186.class_10189>> The field for thelayersrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.layers()Returns the value of thelayersrecord component.static class_10186.class_10187method_63996(class_10186.class_10190 class_10190) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
layers
The field for thelayersrecord component. -
field_54121
- Mappings:
Namespace Name Mixin selector named field_54121Lnet/minecraft/class_10186;field_54121:Lcom/mojang/serialization/Codec;intermediary field_54121Lnet/minecraft/class_10186;field_54121:Lcom/mojang/serialization/Codec;official cLddf;c:Lcom/mojang/serialization/Codec;
-
field_54120
- Mappings:
Namespace Name Mixin selector named field_54120Lnet/minecraft/class_10186;field_54120:Lcom/mojang/serialization/Codec;intermediary field_54120Lnet/minecraft/class_10186;field_54120:Lcom/mojang/serialization/Codec;official aLddf;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_10186
-
-
Method Details
-
method_63994
- Mappings:
Namespace Name Mixin selector named method_63994Lnet/minecraft/class_10186;method_63994()Lnet/minecraft/class_10186$class_10187;intermediary method_63994Lnet/minecraft/class_10186;method_63994()Lnet/minecraft/class_10186$class_10187;official aLddf;a()Lddf$a;
-
method_63996
- Mappings:
Namespace Name Mixin selector named method_63996Lnet/minecraft/class_10186;method_63996(Lnet/minecraft/class_10186$class_10190;)Ljava/util/List;intermediary method_63996Lnet/minecraft/class_10186;method_63996(Lnet/minecraft/class_10186$class_10190;)Ljava/util/List;official aLddf;a(Lddf$d;)Ljava/util/List;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
layers
Returns the value of thelayersrecord component.- Returns:
- the value of the
layersrecord component
-