LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/SharedBuffs.hpp
2022-09-21 19:47:03 +08:00

36 lines
1.2 KiB
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class SharedBuffs {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_SHAREDBUFFS
public:
class SharedBuffs& operator=(class SharedBuffs const &) = delete;
SharedBuffs(class SharedBuffs const &) = delete;
SharedBuffs() = delete;
#endif
public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SHAREDBUFFS
#endif
MCAPI static class std::shared_ptr<class AttributeBuff> ABSORPTION;
MCAPI static class std::shared_ptr<class AttributeBuff> FATAL_POISON;
MCAPI static class std::shared_ptr<class AttributeBuff> FOOD_POSIONING;
MCAPI static class std::shared_ptr<class AttributeBuff> HARM;
MCAPI static class std::shared_ptr<class AttributeBuff> HEAL;
MCAPI static class std::shared_ptr<class AttributeBuff> POISON;
MCAPI static class std::shared_ptr<class AttributeBuff> PUFFER_POSIONING;
MCAPI static class std::shared_ptr<class AttributeBuff> REGENERATION;
MCAPI static class std::shared_ptr<class AttributeBuff> SATURATION;
MCAPI static class std::shared_ptr<class AttributeBuff> WITHER;
};