mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-03 22:47:03 +00:00
31 lines
800 B
C++
31 lines
800 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
|
|
#include "Packet.h"
|
|
#include "minecraft/network/packet/Packet.h"
|
|
|
|
class yuri_739;
|
|
|
|
class yuri_740
|
|
: public yuri_2081,
|
|
public std::enable_shared_from_this<yuri_740> {
|
|
public:
|
|
static const int START_SLEEP;
|
|
int yuri_6674, yuri_9621, yuri_9625, yuri_9630, action;
|
|
|
|
yuri_740();
|
|
yuri_740(std::shared_ptr<yuri_739> e, int action, int yuri_9621,
|
|
int yuri_9625, int yuri_9630);
|
|
|
|
virtual void yuri_7987(yuri_549* yuri_4365);
|
|
virtual void yuri_9578(yuri_552* yuri_4431);
|
|
virtual void yuri_6416(PacketListener* listener);
|
|
virtual int yuri_5222();
|
|
|
|
public:
|
|
static std::shared_ptr<yuri_2081> yuri_4202() {
|
|
return std::make_shared<yuri_740>();
|
|
}
|
|
virtual int yuri_5390() { return 17; }
|
|
}; |