Package net.minecraft.client.world
Interface GeneratorOptionsFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/client/world/GeneratorOptionsFactory
intermediary net/minecraft/class_10221
official fzh
-
Method Summary
Modifier and TypeMethodDescriptionapply
(DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, WorldCreationSettings settings)
-
Method Details
-
apply
GeneratorOptionsHolder apply(DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, WorldCreationSettings settings) - Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/client/world/GeneratorOptionsFactory;apply(Lnet/minecraft/server/DataPackContents;Lnet/minecraft/registry/CombinedDynamicRegistries;Lnet/minecraft/client/gui/screen/world/WorldCreationSettings;)Lnet/minecraft/client/world/GeneratorOptionsHolder;
intermediary apply
Lnet/minecraft/class_10221;apply(Lnet/minecraft/class_5350;Lnet/minecraft/class_7780;Lnet/minecraft/class_7749;)Lnet/minecraft/class_7193;
official apply
Lfzh;apply(Lamk;Ljx;Lfyx;)Lfzg;
-