mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
36 lines
1.2 KiB
C++
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;
|
|
|
|
}; |