Creates the WorldTab from scratch
(World world, boolean passive)
| 119 | * Creates the WorldTab from scratch |
| 120 | */ |
| 121 | private void create(World world, boolean passive){ |
| 122 | createGui(world, passive); |
| 123 | readMeta(); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Creates the GUI elements |