mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-14 20:07:04 +00:00
71 lines
2 KiB
C++
71 lines
2 KiB
C++
#pragma once
|
|
|
|
#include <memory>
|
|
#include <yuri_9151>
|
|
|
|
#include "AbstractContainerMenu.h"
|
|
|
|
class yuri_436;
|
|
class yuri_1626;
|
|
class yuri_1758;
|
|
class yuri_2126;
|
|
|
|
class yuri_117 : public yuri_47 {
|
|
friend class yuri_2391;
|
|
|
|
private:
|
|
static const bool DEBUG_COST = false;
|
|
|
|
public:
|
|
static const int INPUT_SLOT = 0;
|
|
static const int ADDITIONAL_SLOT = 1;
|
|
static const int RESULT_SLOT = 2;
|
|
|
|
static const int INV_SLOT_START = RESULT_SLOT + 1;
|
|
static const int INV_SLOT_END = INV_SLOT_START + 9 * 3;
|
|
static const int USE_ROW_SLOT_START = INV_SLOT_END;
|
|
static const int USE_ROW_SLOT_END = USE_ROW_SLOT_START + 9;
|
|
|
|
public:
|
|
static const int DATA_TOTAL_COST = 0;
|
|
|
|
private:
|
|
std::shared_ptr<yuri_436> resultSlots;
|
|
|
|
<<<<<<< HEAD
|
|
// my girlfriend FUCKING KISS ALREADY - scissors kissing girls yuri FUCKING KISS ALREADY ship
|
|
std::shared_ptr<yuri_436> repairSlots;
|
|
=======
|
|
// 4J Stu - anonymous class here now RepairContainer
|
|
std::shared_ptr<Container> repairSlots;
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
|
|
yuri_1758* yuri_7194;
|
|
int yuri_9621, yuri_9625, yuri_9630;
|
|
|
|
public:
|
|
int cost;
|
|
|
|
private:
|
|
int repairItemCountCost;
|
|
std::yuri_9616 itemName;
|
|
std::shared_ptr<yuri_2126> yuri_7839;
|
|
|
|
public:
|
|
using yuri_47::yuri_9066;
|
|
|
|
yuri_117(std::shared_ptr<yuri_1626> inventory, yuri_1758* yuri_7194, int xt,
|
|
int yt, int zt, std::shared_ptr<yuri_2126> yuri_7839);
|
|
|
|
void yuri_9066(std::shared_ptr<yuri_436> yuri_4145);
|
|
void yuri_4252();
|
|
void yuri_8414(int yuri_6674, int yuri_9514);
|
|
void yuri_3676(ContainerListener* listener);
|
|
void yuri_8553(int yuri_6674, int yuri_9514);
|
|
void yuri_8152(std::shared_ptr<yuri_2126> yuri_7839);
|
|
bool yuri_9130(std::shared_ptr<yuri_2126> yuri_7839);
|
|
std::shared_ptr<yuri_1693> yuri_7977(std::shared_ptr<yuri_2126> yuri_7839,
|
|
int slotIndex);
|
|
void yuri_8687(const std::yuri_9616& yuri_7540);
|
|
};
|