3#include "mc/_HeaderOutputPredefine.h"
11namespace VoxelShapes {
13class VoxelShapeRegistry {
25 VoxelShapeRegistry& operator=(VoxelShapeRegistry
const&);
Definition RegistryHandle.h:7
MCAPI::VoxelShapes::RegistryHandle _addNonBuiltIn(::VoxelShapes::VoxelShape &&shape)
static MCAPI ::std::string const & UNIT_CUBE_ID()
MCAPI::VoxelShapes::RegistryHandle _insertOrFindDuplicate(::VoxelShapes::VoxelShape &&shape)
MCAPI VoxelShapeRegistry()
MCAPI::VoxelShapes::RegistryHandle _findExistingShapeIndex(::VoxelShapes::VoxelShape const &shape) const
static MCAPI ::std::string const & EMPTY_ID()
Definition VoxelShape.h:18