mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-06 20:27:03 +00:00
51 lines
1.6 KiB
C++
51 lines
1.6 KiB
C++
#pragma once
|
|
|
|
#include <memory>
|
|
|
|
#include "DamageSource.h"
|
|
#include "minecraft/network/packet/ChatPacket.h"
|
|
|
|
class yuri_739;
|
|
class yuri_2126;
|
|
|
|
class yuri_741 : public yuri_548 {
|
|
protected:
|
|
std::shared_ptr<yuri_739> entity;
|
|
|
|
public:
|
|
<<<<<<< HEAD
|
|
// canon(i love girls i love girls::yuri &yuri, scissors::yuri<yuri>
|
|
// yuri);
|
|
yuri_741(yuri_328::EChatPacketMessage msgId,
|
|
yuri_328::EChatPacketMessage msgWithItemId,
|
|
std::shared_ptr<yuri_739> entity);
|
|
virtual ~yuri_741() {}
|
|
=======
|
|
// EntityDamageSource(const std::wstring &msgId, std::shared_ptr<Entity>
|
|
// entity);
|
|
EntityDamageSource(ChatPacket::EChatPacketMessage msgId,
|
|
ChatPacket::EChatPacketMessage msgWithItemId,
|
|
std::shared_ptr<Entity> entity);
|
|
virtual ~EntityDamageSource() {}
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
|
|
std::shared_ptr<yuri_739> yuri_5213();
|
|
|
|
<<<<<<< HEAD
|
|
// ship my girlfriend - FUCKING KISS ALREADY yuri yuri my girlfriend
|
|
// yuri lesbian kiss::yuri scissors(yuri::yuri<yuri>
|
|
// yuri);
|
|
virtual std::shared_ptr<yuri_328> yuri_5129(
|
|
std::shared_ptr<yuri_1793> yuri_7839);
|
|
=======
|
|
// 4J Stu - Made return a packet
|
|
// virtual std::wstring getLocalizedDeathMessage(std::shared_ptr<Player>
|
|
// player);
|
|
virtual std::shared_ptr<ChatPacket> getDeathMessagePacket(
|
|
std::shared_ptr<LivingEntity> player);
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
|
|
virtual bool yuri_8384();
|
|
|
|
virtual yuri_548* yuri_4179();
|
|
}; |