Package net.minecraft

Interface class_7237.SavePropertiesSupplier<D>

Enclosing class:
class_7237
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 class_7237.SavePropertiesSupplier<D>
Mappings:
Namespace Name
official zr$d
intermediary net/minecraft/class_7237$class_6907
named net/minecraft/class_7237$SavePropertiesSupplier
  • Method Details

    • get

      com.mojang.datafixers.util.Pair<D,DynamicRegistryManager.Immutable> get(ResourceManager resourceManager, DataPackSettings dataPackSettings)
      Mappings:
      Namespace Name Mixin selector
      official get Lzr$d;get(Lagj;Lcbn;)Lcom/mojang/datafixers/util/Pair;
      intermediary get Lnet/minecraft/class_7237$class_6907;get(Lnet/minecraft/class_3300;Lnet/minecraft/class_5359;)Lcom/mojang/datafixers/util/Pair;
      named get Lnet/minecraft/class_7237$SavePropertiesSupplier;get(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/resource/DataPackSettings;)Lcom/mojang/datafixers/util/Pair;