first commit
This commit is contained in:
24
Minecraft.World/TheEndBiomeDecorator.h
Normal file
24
Minecraft.World/TheEndBiomeDecorator.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#include "BiomeDecorator.h"
|
||||
|
||||
class TheEndBiomeDecorator : public BiomeDecorator
|
||||
{
|
||||
public:
|
||||
typedef struct
|
||||
{
|
||||
int iChunkX;
|
||||
int iChunkZ;
|
||||
int x;
|
||||
int z;
|
||||
int radius;
|
||||
}
|
||||
SPIKE;
|
||||
|
||||
TheEndBiomeDecorator(Biome *biome);
|
||||
protected:
|
||||
Feature *spikeFeature;
|
||||
Feature *endPodiumFeature;
|
||||
virtual void decorate();
|
||||
|
||||
|
||||
static SPIKE SpikeValA[8];
|
||||
};
|
||||
Reference in New Issue
Block a user