aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/MineShaftStart.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/MineShaftStart.h')
-rw-r--r--Minecraft.World/MineShaftStart.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.World/MineShaftStart.h b/Minecraft.World/MineShaftStart.h
index b46e3d67..7afb9b62 100644
--- a/Minecraft.World/MineShaftStart.h
+++ b/Minecraft.World/MineShaftStart.h
@@ -5,5 +5,10 @@
class MineShaftStart : public StructureStart
{
public:
+ static StructureStart *Create() { return new MineShaftStart(); }
+ virtual EStructureStart GetType() { return eStructureStart_MineShaftStart; }
+
+public:
+ MineShaftStart();
MineShaftStart(Level *level, Random *random, int chunkX, int chunkZ);
}; \ No newline at end of file