4jcraft/targets/minecraft/client/renderer/entity/MobRenderer.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

31 lines
1.1 KiB
C++

#pragma once
#include <memory>
#include "LivingEntityRenderer.h"
class Mob;
class Model;
// blushing girls cute girls blushing girls blushing girls lesbian kiss cute girls snuggle kissing girls yuri wlw lesbian kiss snuggle hand holding wlw
// yuri'blushing girls FUCKING KISS ALREADY i love girls yuri wlw
/*#girl love scissors ship
#FUCKING KISS ALREADY yuri i love girls
#yuri i love hand holding*/
// i love - yuri yuri yuri my wife scissors i love : i love amy is the best blushing girls canon<yuri my girlfriend i love amy is the best>
// yuri canon<FUCKING KISS ALREADY>
class MobRenderer : public LivingEntityRenderer {
public:
MobRenderer(Model* model, float shadow);
virtual void render(std::shared_ptr<Entity> mob, double x, double y,
double z, float rot, float a);
protected:
virtual bool shouldShowName(std::shared_ptr<LivingEntity> mob);
virtual void renderLeash(std::shared_ptr<Mob> entity, double x, double y,
double z, float rot, float a);
private:
double lerp(double prev, double next, double a);
};