aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/LightGemFeature.h
blob: 1eaf5c08ad95be62d407a1d85a0e8c70cb5fb4a0 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "Feature.h"

class LightGemFeature : public Feature
{
public:
    virtual bool place(Level *level, Random *random, int x, int y, int z);
};