Class 	
	net.minecraft.server.SaveLoader
	
	This description should be content pulled from the first comments of a lua file.
	
	
	
	
	
	
	
	
	
	
	
	| instance:close() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:dataPackContents() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:dynamicRegistryManager() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:equals(object) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:getClass() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:hashCode() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:notify() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:notifyAll() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:refresh() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:resourceManager() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:saveProperties() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:toString() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:wait(arg0, arg1) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:wait() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	| instance:wait(arg0) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
	
	
	
	
	- 
	
	
	SaveLoader.ofLoaded(functionLoaderConfig, dataPackSettingsSupplier, savePropertiesSupplier, prepareExecutor, applyExecutor)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	Parameters:
	- 
	
	functionLoaderConfig
	
	
	userdata, 	
	SaveLoader$FunctionLoaderConfig
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	dataPackSettingsSupplier
	
	
	userdata, 	
	SaveLoader$DataPackSettingsSupplier
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	savePropertiesSupplier
	
	
	userdata, 	
	SaveLoader$SavePropertiesSupplier
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	prepareExecutor
	
	
	userdata, Executor
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	applyExecutor
	
	
	userdata, Executor
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
	Returns:userdata, CompletableFuture
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	SaveLoader(lifecycledResourceManager, dataPackContents, immutable, saveProperties)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	Parameters:
	- 
	
	lifecycledResourceManager
	
	
	userdata, 	
	LifecycledResourceManager
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	dataPackContents
	
	
	userdata, 	
	DataPackContents
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	immutable
	
	
	userdata, 	
	DynamicRegistryManager$Immutable
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	saveProperties
	
	
	userdata, 	
	SaveProperties
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
	- 
	
	
	instance:close()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	- 
	
	
	instance:dataPackContents()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	
	Returns:userdata, 	
	DataPackContents
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:dynamicRegistryManager()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	
	Returns:userdata, 	
	DynamicRegistryManager$Immutable
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:equals(object)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	Parameters:
	- 
	
	object
	
	
	userdata, Object
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
	Returns:boolean
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:getClass()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	
	Returns:userdata, Class
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:hashCode()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	
	Returns:int
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:notify()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	- 
	
	
	instance:notifyAll()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	- 
	
	
	instance:refresh()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	- 
	
	
	instance:resourceManager()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	
	Returns:userdata, 	
	LifecycledResourceManager
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:saveProperties()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	
	Returns:userdata, 	
	SaveProperties
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:toString()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	
	Returns:string
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
	- 
	
	
	instance:wait(arg0, arg1)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	Parameters:
	- 
	
	arg0
	
	
	int, long
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- 
	
	arg1
	
	
	int
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
	- 
	
	
	instance:wait()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	- 
	
	
	instance:wait(arg0)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
	Parameters:
	- 
	
	arg0
	
	
	int, long
	This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"