#pragma once #include "Biome.h" #include "minecraft/world/level/biome/Biome.h" class BeachBiome : public Biome { public: BeachBiome(int id); };