getConfigPanels

Create config panels for the passed server pack configuration tab. Note that this method does NOT add the panels to the tab, it only creates them and passes the server pack config tab object-reference to each config panel, so they, in turn, may use any available fields and methods for their own operations. A given server pack config tab needs to add the panels which are returned by this method, so a user may make their configurations accordingly.

Return

A list of config panels specifically created for the passed server pack configuration-tab.

Author

Griefed

Parameters

serverPackConfigTab

The server pack configuration tab to which the config panels are to be added.