Botcraft 1.21.5
Loading...
Searching...
No Matches
RenderingManager.hpp File Reference
#include <unordered_set>
#include <mutex>
#include <functional>
#include <array>
#include <memory>
#include <thread>
#include <condition_variable>
#include <any>
#include "botcraft/Game/Vector3.hpp"
#include "protocolCraft/Handler.hpp"

Go to the source code of this file.

Classes

class  Botcraft::Renderer::RenderingManager
 

Namespaces

namespace  Botcraft
 
namespace  Botcraft::Renderer
 

Enumerations

enum class  Botcraft::Renderer::KEY_CODE {
  Botcraft::Renderer::FORWARD = 0 , Botcraft::Renderer::BACKWARD , Botcraft::Renderer::RIGHT , Botcraft::Renderer::LEFT ,
  Botcraft::Renderer::SPACE , Botcraft::Renderer::SHIFT , Botcraft::Renderer::CTRL , Botcraft::Renderer::ESC ,
  Botcraft::Renderer::MOUSE_LEFT , Botcraft::Renderer::INVENTORY , Botcraft::Renderer::BEHAVIOUR , Botcraft::Renderer::NUMBER_OF_KEYS
}