Record Class DimensionOptionsRegistryHolder.DimensionsConfig

java.lang.Object
java.lang.Record
net.minecraft.world.dimension.DimensionOptionsRegistryHolder.DimensionsConfig
Record Components:
dimensions -
specialWorldProperty -
Enclosing class:
DimensionOptionsRegistryHolder

public static record DimensionOptionsRegistryHolder.DimensionsConfig(Registry<DimensionOptions> dimensions, LevelProperties.SpecialProperty specialWorldProperty) extends Record
Mappings:
Namespace Name
official dew$b
intermediary net/minecraft/class_7723$class_7725
named net/minecraft/world/dimension/DimensionOptionsRegistryHolder$DimensionsConfig
official a
intermediary comp_1017
named dimensions
official b
intermediary comp_1018
named specialWorldProperty
  • Field Details

  • Constructor Details

  • Method Details

    • getLifecycle

      public com.mojang.serialization.Lifecycle getLifecycle()
      Mappings:
      Namespace Name Mixin selector
      official a Ldew$b;a()Lcom/mojang/serialization/Lifecycle;
      intermediary method_45536 Lnet/minecraft/class_7723$class_7725;method_45536()Lcom/mojang/serialization/Lifecycle;
      named getLifecycle Lnet/minecraft/world/dimension/DimensionOptionsRegistryHolder$DimensionsConfig;getLifecycle()Lcom/mojang/serialization/Lifecycle;
    • toDynamicRegistryManager

      public DynamicRegistryManager.Immutable toDynamicRegistryManager()
      Mappings:
      Namespace Name Mixin selector
      official b Ldew$b;b()Lhn$b;
      intermediary method_45537 Lnet/minecraft/class_7723$class_7725;method_45537()Lnet/minecraft/class_5455$class_6890;
      named toDynamicRegistryManager Lnet/minecraft/world/dimension/DimensionOptionsRegistryHolder$DimensionsConfig;toDynamicRegistryManager()Lnet/minecraft/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.SpecialProperty specialWorldProperty()
      Returns the value of the specialWorldProperty record component.
      Returns:
      the value of the specialWorldProperty record component