Package net.minecraftforge.client
Class PresetEditorManager
java.lang.Object
net.minecraftforge.client.PresetEditorManager
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
PresetEditorManagerprivate PresetEditorManager()
 
- 
- 
Method Details- 
init@Internal static void init()
- 
getReturns 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
 
 
-