aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/MineShaftFeature.h
blob: 698010ec41662ae88d7f37b130bfa36bbb491f4e (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "StructureFeature.h"

class MineShaftFeature : public StructureFeature
{
protected:
	virtual bool isFeatureChunk(int x, int z, bool bIsSuperflat=false);
	virtual StructureStart *createStructureStart(int x, int z);
};