public LightValue this[int x, int y, int z] { get { return(storage.Get(x, y, z)); } set { storage.Set(x, y, z, value); } }
protected override VoxelTypeID GetVoxelID(int x, int y, int z) { return(storage.Get(x, y, z)); }