Package net.minecraft
Record Class class_9307
java.lang.Object
java.lang.Record
net.minecraft.class_9307
- Record Components:
layers-
- Mappings:
Namespace Name official dlwintermediary net/minecraft/class_9307named net/minecraft/class_9307official dintermediary comp_2428named layers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9307static final com.mojang.serialization.Codec<class_9307> static final PacketCodec<RegistryByteBuf, class_9307> private final List<class_9307.class_9308> 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.method_57572(DyeColor dyeColor) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
layers
The field for thelayersrecord component. -
field_49404
- Mappings:
Namespace Name Mixin selector official aLdlw;a:Ldlw;intermediary field_49404Lnet/minecraft/class_9307;field_49404:Lnet/minecraft/class_9307;named field_49404Lnet/minecraft/class_9307;field_49404:Lnet/minecraft/class_9307;
-
field_49405
- Mappings:
Namespace Name Mixin selector official bLdlw;b:Lcom/mojang/serialization/Codec;intermediary field_49405Lnet/minecraft/class_9307;field_49405:Lcom/mojang/serialization/Codec;named field_49405Lnet/minecraft/class_9307;field_49405:Lcom/mojang/serialization/Codec;
-
field_49406
- Mappings:
Namespace Name Mixin selector official cLdlw;c:Lye;intermediary field_49406Lnet/minecraft/class_9307;field_49406:Lnet/minecraft/class_9139;named field_49406Lnet/minecraft/class_9307;field_49406:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
class_9307
-
-
Method Details
-
method_57572
- Mappings:
Namespace Name Mixin selector official aLdlw;a(Lcqc;)Ldlw;intermediary method_57572Lnet/minecraft/class_9307;method_57572(Lnet/minecraft/class_1767;)Lnet/minecraft/class_9307;named method_57572Lnet/minecraft/class_9307;method_57572(Lnet/minecraft/util/DyeColor;)Lnet/minecraft/class_9307;
-
method_57571
- Mappings:
Namespace Name Mixin selector official aLdlw;a()Ldlw;intermediary method_57571Lnet/minecraft/class_9307;method_57571()Lnet/minecraft/class_9307;named method_57571Lnet/minecraft/class_9307;method_57571()Lnet/minecraft/class_9307;
-
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
-