Gets the chunk with the given name, or throws if it cannot be found.
A non-null pointer to the chunk in the chunks array.
an exception if the chunk can not be found. The type of this exception is subject to change at this time.
getChunkNullable, which returns a null pointer instead of throwing.
See Implementation
Gets the chunk with the given name, or throws if it cannot be found.