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.

@FunctionalInterface @Environment(CLIENT) public interface CreateWorldCallback
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/CreateWorldCallback
intermediary net/minecraft/class_10241
official fyv
  • 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 Lfyv;create(Lfyw;Ljx;Lewg;Ljava/nio/file/Path;)Z