The buffer's underlying array that stores the data.
The current buffer capacity. This grows dynamically according to the specified {@link #chillbuff_growth_method}.
The size of each stored element. DO NOT CHANGE THIS! Only read (if necessary)...
The way the buffer's capacity is increased when it's full.
The current amount of elements stored in the chillbuff. DO NOT touch this yourself, only read!
Self-reallocating dynamic size array of no strictly defined type. Easy 'n' "chill" (hope you like segmentation fault errors).