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

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