mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
30 lines
838 B
C++
30 lines
838 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "JsonUtil.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class AgeableDefinition {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_AGEABLEDEFINITION
|
|
public:
|
|
class AgeableDefinition& operator=(class AgeableDefinition const &) = delete;
|
|
AgeableDefinition(class AgeableDefinition const &) = delete;
|
|
AgeableDefinition() = delete;
|
|
#endif
|
|
|
|
public:
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_AGEABLEDEFINITION
|
|
#endif
|
|
MCAPI void addDropItemByName(std::string const &);
|
|
MCAPI void addFeedItemByName(std::string const &);
|
|
MCAPI static void buildSchema(class std::shared_ptr<class JsonUtil::JsonSchemaObjectNode<class JsonUtil::EmptyClass, class AgeableDefinition>> &);
|
|
|
|
}; |