Interface CreateWorldCallback
- 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/gui/screen/world/CreateWorldCallback
intermediary net/minecraft/class_10241
official fzk
-
Method Summary
Modifier and TypeMethodDescriptionboolean
create
(CreateWorldScreen screen, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir)
-
Method Details
-
create
boolean create(CreateWorldScreen screen, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable @Nullable Path dataPackTempDir) - Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/client/gui/screen/world/CreateWorldCallback;create(Lnet/minecraft/client/gui/screen/world/CreateWorldScreen;Lnet/minecraft/registry/CombinedDynamicRegistries;Lnet/minecraft/world/level/LevelProperties;Ljava/nio/file/Path;)Z
intermediary create
Lnet/minecraft/class_10241;create(Lnet/minecraft/class_525;Lnet/minecraft/class_7780;Lnet/minecraft/class_31;Ljava/nio/file/Path;)Z
official create
Lfzk;create(Lfzl;Ljy;Levk;Ljava/nio/file/Path;)Z
-