cleanup
This commit is contained in:
parent
9e28b783fd
commit
794d873634
@ -28,29 +28,10 @@ class ContentLoader {
|
|||||||
ContentPackStats* stats;
|
ContentPackStats* stats;
|
||||||
const ResPaths& paths;
|
const ResPaths& paths;
|
||||||
|
|
||||||
void loadBlock(
|
|
||||||
Block& def, const std::string& full, const std::string& name
|
|
||||||
);
|
|
||||||
void loadItem(
|
|
||||||
ItemDef& def, const std::string& full, const std::string& name
|
|
||||||
);
|
|
||||||
void loadEntity(
|
|
||||||
EntityDef& def, const std::string& full, const std::string& name
|
|
||||||
);
|
|
||||||
void loadGenerator(
|
void loadGenerator(
|
||||||
GeneratorDef& def, const std::string& full, const std::string& name
|
GeneratorDef& def, const std::string& full, const std::string& name
|
||||||
);
|
);
|
||||||
|
|
||||||
static void loadBlockMaterial(BlockMaterial& def, const io::path& file);
|
static void loadBlockMaterial(BlockMaterial& def, const io::path& file);
|
||||||
void loadBlock(
|
|
||||||
Block& def, const std::string& name, const io::path& file
|
|
||||||
);
|
|
||||||
void loadItem(
|
|
||||||
ItemDef& def, const std::string& name, const io::path& file
|
|
||||||
);
|
|
||||||
void loadEntity(
|
|
||||||
EntityDef& def, const std::string& name, const io::path& file
|
|
||||||
);
|
|
||||||
void loadResources(ResourceType type, const dv::value& list);
|
void loadResources(ResourceType type, const dv::value& list);
|
||||||
void loadResourceAliases(ResourceType type, const dv::value& aliases);
|
void loadResourceAliases(ResourceType type, const dv::value& aliases);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user