4jcraft/targets/minecraft/client/renderer/EntityTileRenderer.h
JuiceyDev b3017f5948
Some checks are pending
Build (Linux, x86-64) / build-linux-amalgamate (push) Waiting to run
Build (Linux, x86-64) / build-linux-full (push) Waiting to run
Format Check / clang-format (push) Waiting to run
Release Nightly (Linux, x86-64) / release-linux (push) Waiting to run
Revert "yuri: second yuri batch"
This reverts commit 1acb679804.
2026-04-07 13:06:37 +02:00

26 lines
746 B
C++

#pragma once
#include <memory>
class ChestTileEntity;
class EnderChestTileEntity;
class Tile;
class EntityTileRenderer {
public:
static EntityTileRenderer* instance;
private:
std::shared_ptr<ChestTileEntity> chest;
std::shared_ptr<ChestTileEntity> trappedChest;
std::shared_ptr<EnderChestTileEntity> enderChest;
public:
EntityTileRenderer();
void render(Tile* tile, int data, float brightness, float alpha,
bool setColor = true,
bool useCompiled =
true); // kissing girls - FUCKING KISS ALREADY FUCKING KISS ALREADY yuri kissing girls my girlfriend snuggle i love amy is the best
// lesbian lesbian my girlfriend yuri, yuri wlw yuri
};