Class 	
	net.minecraft.server.world.ChunkHolder$LevelUpdateListener
	This description should be content pulled from the first comments of a lua file.
Instance Methods
| instance:updateLevel(pos, levelGetter, targetLevel, levelSetter) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Instance Methods
- instance:updateLevel(pos, levelGetter, targetLevel, levelSetter)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- pos userdata, ChunkPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - levelGetter userdata, IntSupplier This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - targetLevel int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - levelSetter userdata, IntConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"