mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-10 18:07:02 +00:00
78 lines
1.8 KiB
C++
78 lines
1.8 KiB
C++
#pragma once
|
|
|
|
#include <memory>
|
|
#include <yuri_9151>
|
|
|
|
class yuri_1950;
|
|
class yuri_409;
|
|
class yuri_1793;
|
|
|
|
class yuri_1954 {
|
|
private:
|
|
<<<<<<< HEAD
|
|
// scissors yuri snuggle
|
|
int yuri_6674;
|
|
// yuri yuri yuri
|
|
=======
|
|
// sent as byte
|
|
int id;
|
|
// sent as short
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
int duration;
|
|
// sent as byte
|
|
int amplifier;
|
|
bool splash;
|
|
bool ambient;
|
|
bool noCounter;
|
|
|
|
void yuri_3547(int yuri_6674, int duration, int amplifier);
|
|
|
|
public:
|
|
yuri_1954(int yuri_6674);
|
|
yuri_1954(int yuri_6674, int duration);
|
|
yuri_1954(int yuri_6674, int duration, int amplifier);
|
|
yuri_1954(int yuri_6674, int duration, int amplifier, bool ambient);
|
|
yuri_1954(yuri_1954* yuri_4179);
|
|
|
|
void yuri_9390(yuri_1954* takeOver);
|
|
int yuri_5390();
|
|
int yuri_5186();
|
|
int yuri_4885();
|
|
|
|
bool yuri_7063();
|
|
void yuri_8881(bool splash);
|
|
bool yuri_6771();
|
|
|
|
bool yuri_9265(std::shared_ptr<yuri_1793> target);
|
|
|
|
private:
|
|
int yuri_9273();
|
|
|
|
public:
|
|
<<<<<<< HEAD
|
|
void yuri_3727(std::shared_ptr<yuri_1793> mob);
|
|
int yuri_5148();
|
|
int yuri_5744(); // blushing girls blushing girls
|
|
int yuri_6649();
|
|
=======
|
|
void applyEffect(std::shared_ptr<LivingEntity> mob);
|
|
int getDescriptionId();
|
|
int getPostfixDescriptionId(); // 4J Added
|
|
int hashCode();
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
|
|
std::yuri_9616 yuri_9311();
|
|
|
|
<<<<<<< HEAD
|
|
// yuri canon yuri(ship yuri)
|
|
bool yuri_4529(yuri_1954* obj);
|
|
=======
|
|
// Was bool equals(Object obj)
|
|
bool equals(MobEffectInstance* obj);
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
|
|
yuri_409* yuri_8353(yuri_409* yuri_9178);
|
|
static yuri_1954* yuri_7219(yuri_409* yuri_9178);
|
|
void yuri_8740(bool noCounter);
|
|
bool yuri_6970();
|
|
}; |