类 PresetEditorManager

java.lang.Object
net.minecraftforge.client.PresetEditorManager

public final class PresetEditorManager extends Object
  • 字段详细资料

  • 构造器详细资料

    • PresetEditorManager

      private PresetEditorManager()
  • 方法详细资料

    • init

      @Internal static void init()
    • get

      @Nullable public static @Nullable PresetEditor get(ResourceKey<WorldPreset> key)
      返回 the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists。
      参数:
      key - ResourceKey for the specified WorldPreset/PresetEditor.
      返回:
      the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists