* Returns the list of voxeldata in the resource set. * @return Pointer to the list of voxeldata. */
| 266 | * @return Pointer to the list of voxeldata. |
| 267 | */ |
| 268 | std::vector<Uint16> *ResourcePack::getVoxelData() |
| 269 | { |
| 270 | return &_voxelData; |
| 271 | } |
| 272 | |
| 273 | } |