mirror of
https://github.com/MCLCE/MinecraftConsoles.git
synced 2026-09-24 15:41:29 +00:00
@@ -11,6 +11,6 @@ public:
|
||||
virtual bool place(Level *level, Random *random, int x, int y, int z);
|
||||
|
||||
private:
|
||||
std::shared_ptr<ItemInstance> randomItem(Random *random);
|
||||
shared_ptr<ItemInstance> randomItem(Random *random);
|
||||
wstring randomEntityId(Random *random);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user