Interface SaveLoading.SaveApplierFactory<D,R>

Enclosing class:
SaveLoading
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SaveLoading.SaveApplierFactory<D,R>
Mappings:
Namespace Name
official acy$e
intermediary net/minecraft/class_7237$class_7239
named net/minecraft/server/SaveLoading$SaveApplierFactory
  • Method Details

    • create

      R create(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, D loadContext)
      Mappings:
      Namespace Name Mixin selector
      official create Lacy$e;create(Laju;Lacp;Lhg;Ljava/lang/Object;)Ljava/lang/Object;
      intermediary create Lnet/minecraft/class_7237$class_7239;create(Lnet/minecraft/class_6860;Lnet/minecraft/class_5350;Lnet/minecraft/class_7780;Ljava/lang/Object;)Ljava/lang/Object;
      named create Lnet/minecraft/server/SaveLoading$SaveApplierFactory;create(Lnet/minecraft/resource/LifecycledResourceManager;Lnet/minecraft/server/DataPackContents;Lnet/minecraft/registry/CombinedDynamicRegistries;Ljava/lang/Object;)Ljava/lang/Object;