Loads the chunk. @param generate Whether or not to generate a chunk if it doesn't already exist @return true if the chunk has loaded successfully, otherwise false
(boolean generate)
| 100 | * @return true if the chunk has loaded successfully, otherwise false |
| 101 | */ |
| 102 | boolean load(boolean generate); |
| 103 | |
| 104 | /** |
| 105 | * Loads the chunk. |
no outgoing calls
no test coverage detected