4jcraft/targets/minecraft/world/level/biome/TheEndBiome.h
2026-04-01 13:27:58 -05:00

11 lines
231 B
C++

#pragma once
#include "Biome.h"
#include "minecraft/world/level/biome/Biome.h"
class TheEndBiome : public Biome {
public:
TheEndBiome(int id);
// 4J Stu - Don't need override
// virtual int getSkyColor(float temp);
};