Record Class SaveLoader

java.lang.Object
java.lang.Record
net.minecraft.server.SaveLoader
Record Components:
resourceManager -
dataPackContents -
dynamicRegistryManager -
saveProperties -
All Implemented Interfaces:
AutoCloseable

public record SaveLoader(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable dynamicRegistryManager, SaveProperties saveProperties) extends Record implements AutoCloseable
Mappings:
Namespace Name
official zk
intermediary net/minecraft/class_6904
named net/minecraft/server/SaveLoader
official a
intermediary comp_356
named resourceManager
official b
intermediary comp_357
named dataPackContents
official c
intermediary comp_358
named dynamicRegistryManager
official d
intermediary comp_359
named saveProperties
  • Field Details

  • Constructor Details

  • Method Details

    • ofLoaded

      public static CompletableFuture<SaveLoader> ofLoaded(SaveLoader.FunctionLoaderConfig functionLoaderConfig, SaveLoader.DataPackSettingsSupplier dataPackSettingsSupplier, SaveLoader.SavePropertiesSupplier savePropertiesSupplier, Executor prepareExecutor, Executor applyExecutor)
      Mappings:
      Namespace Name Mixin selector
      official a Lzk;a(Lzk$b;Lzk$a;Lzk$c;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_40431 Lnet/minecraft/class_6904;method_40431(Lnet/minecraft/class_6904$class_6906;Lnet/minecraft/class_6904$class_6905;Lnet/minecraft/class_6904$class_6907;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      named ofLoaded Lnet/minecraft/server/SaveLoader;ofLoaded(Lnet/minecraft/server/SaveLoader$FunctionLoaderConfig;Lnet/minecraft/server/SaveLoader$DataPackSettingsSupplier;Lnet/minecraft/server/SaveLoader$SavePropertiesSupplier;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • refresh

      public void refresh()
      Mappings:
      Namespace Name Mixin selector
      official a Lzk;a()V
      intermediary method_40428 Lnet/minecraft/class_6904;method_40428()V
      named refresh Lnet/minecraft/server/SaveLoader;refresh()V
    • 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.
    • resourceManager

      public LifecycledResourceManager resourceManager()
      Returns the value of the resourceManager record component.
      Returns:
      the value of the resourceManager record component
    • dataPackContents

      public DataPackContents dataPackContents()
      Returns the value of the dataPackContents record component.
      Returns:
      the value of the dataPackContents record component
    • dynamicRegistryManager

      public DynamicRegistryManager.Immutable dynamicRegistryManager()
      Returns the value of the dynamicRegistryManager record component.
      Returns:
      the value of the dynamicRegistryManager record component
    • saveProperties

      public SaveProperties saveProperties()
      Returns the value of the saveProperties record component.
      Returns:
      the value of the saveProperties record component