Package net.minecraft
Record Class class_12011
java.lang.Object
java.lang.Record
net.minecraft.class_12011
- Record Components:
goals-
- Mappings:
Namespace Name named net/minecraft/class_12011intermediary net/minecraft/class_12011official bvinamed goalsintermediary comp_4857official b
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, class_12011> private final List<class_12011.Goal> The field for thegoalsrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.goals()Returns the value of thegoalsrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
goals
The field for thegoalsrecord component. -
field_62857
- Mappings:
Namespace Name Mixin selector named field_62857Lnet/minecraft/class_12011;field_62857:Lnet/minecraft/network/codec/PacketCodec;intermediary field_62857Lnet/minecraft/class_12011;field_62857:Lnet/minecraft/class_9139;official aLbvi;a:Laae;
-
-
Constructor Details
-
class_12011
-
-
Method Details
-
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). -
goals
Returns the value of thegoalsrecord component.- Returns:
- the value of the
goalsrecord component
-