Package net.minecraft
Record Class class_8374
java.lang.Object
java.lang.Record
net.minecraft.class_8374
- Record Components:
options-
- Mappings:
Namespace Name official bgnintermediary net/minecraft/class_8374named net/minecraft/class_8374official bintermediary comp_1384named options
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_8374>private final Map<class_8373,class_8375> The field for theoptionsrecord 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.options()Returns the value of theoptionsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
options
The field for theoptionsrecord component. -
field_43990
- Mappings:
Namespace Name Mixin selector official aLbgn;a:Lcom/mojang/serialization/Codec;intermediary field_43990Lnet/minecraft/class_8374;field_43990:Lcom/mojang/serialization/Codec;named field_43990Lnet/minecraft/class_8374;field_43990:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8374
-
-
Method Details
-
method_50503
- Mappings:
Namespace Name Mixin selector official aLbgn;a()Lbgs;intermediary method_50503Lnet/minecraft/class_8374;method_50503()Lnet/minecraft/class_8384;named method_50503Lnet/minecraft/class_8374;method_50503()Lnet/minecraft/class_8384;
-
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). -
options
Returns the value of theoptionsrecord component.- Returns:
- the value of the
optionsrecord component
-