类 PresetEditorManager
java.lang.Object
net.minecraftforge.client.PresetEditorManager
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static @Nullable PresetEditor
get
(ResourceKey<WorldPreset> key) 返回 the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists。(专用程序包) static void
init()
-
字段详细资料
-
editors
-
-
构造器详细资料
-
PresetEditorManager
private PresetEditorManager()
-
-
方法详细资料
-
init
@Internal static void init() -
get
返回 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
-