3#include "mc/_HeaderOutputPredefine.h"
12namespace VoxelShapes {
14class VoxelShapeRegistry {
29 VoxelShapeRegistry& operator=(VoxelShapeRegistry
const&);
30 VoxelShapeRegistry(VoxelShapeRegistry
const&);
46 MCNAPI static ::HashedString
const&
EMPTY_ID();
Definition HashedString.h:5
Definition RegistryHandle.h:7
static MCAPI uint64 const & UNIQUE_SHAPES_MAX()
static MCAPI ::HashedString const & EMPTY_ID()
static MCAPI ::HashedString const & UNIT_CUBE_ID()
MCAPI::VoxelShapes::RegistryHandle _insertOrFindDuplicate(::VoxelShapes::VoxelShape &&shape, bool isVanillaShape)
MCAPI::VoxelShapes::RegistryHandle _addNonBuiltIn(::VoxelShapes::VoxelShape &&shape, bool isVanillaShape)
Definition VoxelShape.h:19