Skip to content
This repository was archived by the owner on Jan 5, 2020. It is now read-only.

offheap

Pavel Balusek edited this page May 4, 2019 · 3 revisions

Terra memory managment

Pallete16ChunkFormat

Purpose of the class:

Creating Block Buffers for world generation and meshes

It contains two subclasses and every class writes and loads bytes directly to memory:

Palette16BlockBuffer

Is used when chunks are loaded

Palette16CriticalBuffer

It is used when chunks are created in world generator

Clone this wiki locally