Package net.minecraft
Record Class class_7723.class_7725
java.lang.Object
java.lang.Record
net.minecraft.class_7723.class_7725
- Record Components:
dimensions-specialWorldProperty-
- Enclosing class:
class_7723
public static record class_7723.class_7725(Registry<DimensionOptions> dimensions, LevelProperties.class_7729 specialWorldProperty)
extends Record
- Mappings:
Namespace Name official ddw$bintermediary net/minecraft/class_7723$class_7725named net/minecraft/class_7723$class_7725official aintermediary comp_1017named dimensionsofficial bintermediary comp_1018named specialWorldProperty
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Registry<DimensionOptions>The field for thedimensionsrecord component.private final LevelProperties.class_7729The field for thespecialWorldPropertyrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7725(Registry<DimensionOptions> registry, LevelProperties.class_7729 class_7729) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedimensionsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.mojang.serialization.LifecycleReturns the value of thespecialWorldPropertyrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
dimensions
The field for thedimensionsrecord component. -
specialWorldProperty
The field for thespecialWorldPropertyrecord component.
-
-
Constructor Details
-
class_7725
-
-
Method Details
-
method_45536
public com.mojang.serialization.Lifecycle method_45536()- Mappings:
Namespace Name Mixin selector official aLddw$b;a()Lcom/mojang/serialization/Lifecycle;intermediary method_45536Lnet/minecraft/class_7723$class_7725;method_45536()Lcom/mojang/serialization/Lifecycle;named method_45536Lnet/minecraft/class_7723$class_7725;method_45536()Lcom/mojang/serialization/Lifecycle;
-
method_45537
- Mappings:
Namespace Name Mixin selector official bLddw$b;b()Lhm$b;intermediary method_45537Lnet/minecraft/class_7723$class_7725;method_45537()Lnet/minecraft/class_5455$class_6890;named method_45537Lnet/minecraft/class_7723$class_7725;method_45537()Lnet/minecraft/util/registry/DynamicRegistryManager$Immutable;
-
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). -
dimensions
Returns the value of thedimensionsrecord component.- Returns:
- the value of the
dimensionsrecord component
-
specialWorldProperty
Returns the value of thespecialWorldPropertyrecord component.- Returns:
- the value of the
specialWorldPropertyrecord component
-