Package net.neoforged.neoforge.client
Class PresetEditorManager
java.lang.Object
net.neoforged.neoforge.client.PresetEditorManager
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PresetEditorget(ResourceKey<WorldPreset> key) Returns the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists.(package private) static voidinit() 
- 
Field Details
- 
editors
 
 - 
 - 
Constructor Details
- 
PresetEditorManager
private PresetEditorManager() 
 - 
 - 
Method Details
- 
init
@Internal static void init() - 
get
Returns the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists.- Parameters:
 key- ResourceKey for the specified WorldPreset/PresetEditor.- Returns:
 - the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists
 
 
 -