Package net.minecraft

Record Class class_7193

java.lang.Object
java.lang.Record
net.minecraft.class_7193
Record Components:
worldGenSettings -
worldSettingsStability -
registryAccess -
dataPackResources -

@Environment(CLIENT) public record class_7193(GeneratorOptions worldGenSettings, com.mojang.serialization.Lifecycle worldSettingsStability, DynamicRegistryManager.Immutable registryAccess, DataPackContents dataPackResources) extends Record
Mappings:
Namespace Name
official ejw
intermediary net/minecraft/class_7193
named net/minecraft/class_7193
official a
intermediary comp_616
named worldGenSettings
official b
intermediary comp_617
named worldSettingsStability
official c
intermediary comp_618
named registryAccess
official d
intermediary comp_619
named dataPackResources
  • Field Details

  • Constructor Details

  • Method Details

    • method_41864

      public class_7193 method_41864(GeneratorOptions generatorOptions)
      Mappings:
      Namespace Name Mixin selector
      official a Lejw;a(Lcwm;)Lejw;
      intermediary method_41864 Lnet/minecraft/class_7193;method_41864(Lnet/minecraft/class_5285;)Lnet/minecraft/class_7193;
      named method_41864 Lnet/minecraft/class_7193;method_41864(Lnet/minecraft/world/gen/GeneratorOptions;)Lnet/minecraft/class_7193;
    • method_41865

      public class_7193 method_41865(class_7193.class_7194 class_7194)
      Mappings:
      Namespace Name Mixin selector
      official a Lejw;a(Lejw$a;)Lejw;
      intermediary method_41865 Lnet/minecraft/class_7193;method_41865(Lnet/minecraft/class_7193$class_7194;)Lnet/minecraft/class_7193;
      named method_41865 Lnet/minecraft/class_7193;method_41865(Lnet/minecraft/class_7193$class_7194;)Lnet/minecraft/class_7193;
    • method_41866

      public class_7193 method_41866(class_7193.class_7195 class_7195)
      Mappings:
      Namespace Name Mixin selector
      official a Lejw;a(Lejw$b;)Lejw;
      intermediary method_41866 Lnet/minecraft/class_7193;method_41866(Lnet/minecraft/class_7193$class_7195;)Lnet/minecraft/class_7193;
      named method_41866 Lnet/minecraft/class_7193;method_41866(Lnet/minecraft/class_7193$class_7195;)Lnet/minecraft/class_7193;
    • 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.
    • worldGenSettings

      public GeneratorOptions worldGenSettings()
      Returns the value of the worldGenSettings record component.
      Returns:
      the value of the worldGenSettings record component
    • worldSettingsStability

      public com.mojang.serialization.Lifecycle worldSettingsStability()
      Returns the value of the worldSettingsStability record component.
      Returns:
      the value of the worldSettingsStability record component
    • registryAccess

      public DynamicRegistryManager.Immutable registryAccess()
      Returns the value of the registryAccess record component.
      Returns:
      the value of the registryAccess record component
    • dataPackResources

      public DataPackContents dataPackResources()
      Returns the value of the dataPackResources record component.
      Returns:
      the value of the dataPackResources record component