mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 03:21:53 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -55,6 +55,6 @@ public:
|
||||
virtual std::wstring gatherStats();
|
||||
|
||||
public:
|
||||
virtual vector<Biome::MobSpawnerData *> *getMobsAt(MobCategory *mobCategory, int x, int y, int z);
|
||||
virtual std::vector<Biome::MobSpawnerData *> *getMobsAt(MobCategory *mobCategory, int x, int y, int z);
|
||||
virtual TilePos *findNearestMapFeature(Level *level, const std::wstring& featureName, int x, int y, int z);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user