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$b
intermediary net/minecraft/class_7723$class_7725
named net/minecraft/class_7723$class_7725
official a
intermediary comp_1017
named dimensions
official b
intermediary comp_1018
named specialWorldProperty
  • Field Details

  • Constructor Details

  • Method Details

    • method_45536

      public com.mojang.serialization.Lifecycle method_45536()
      Mappings:
      Namespace Name Mixin selector
      official a Lddw$b;a()Lcom/mojang/serialization/Lifecycle;
      intermediary method_45536 Lnet/minecraft/class_7723$class_7725;method_45536()Lcom/mojang/serialization/Lifecycle;
      named method_45536 Lnet/minecraft/class_7723$class_7725;method_45536()Lcom/mojang/serialization/Lifecycle;
    • method_45537

      public DynamicRegistryManager.Immutable method_45537()
      Mappings:
      Namespace Name Mixin selector
      official b Lddw$b;b()Lhm$b;
      intermediary method_45537 Lnet/minecraft/class_7723$class_7725;method_45537()Lnet/minecraft/class_5455$class_6890;
      named method_45537 Lnet/minecraft/class_7723$class_7725;method_45537()Lnet/minecraft/util/registry/DynamicRegistryManager$Immutable;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • dimensions

      public Registry<DimensionOptions> dimensions()
      Returns the value of the dimensions record component.
      Returns:
      the value of the dimensions record component
    • specialWorldProperty

      public LevelProperties.class_7729 specialWorldProperty()
      Returns the value of the specialWorldProperty record component.
      Returns:
      the value of the specialWorldProperty record component