mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
33 lines
991 B
C++
33 lines
991 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class TemporalAttributeBuff {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_TEMPORALATTRIBUTEBUFF
|
|
public:
|
|
class TemporalAttributeBuff& operator=(class TemporalAttributeBuff const &) = delete;
|
|
TemporalAttributeBuff(class TemporalAttributeBuff const &) = delete;
|
|
TemporalAttributeBuff() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~TemporalAttributeBuff();
|
|
/*1*/ virtual bool isInstantaneous() const;
|
|
/*2*/ virtual bool isSerializable() const;
|
|
/*3*/ virtual void setDurationAmplifier(class std::shared_ptr<class Amplifier>);
|
|
/*4*/ virtual bool shouldBuff() const;
|
|
/*5*/ virtual bool isComplete() const;
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_TEMPORALATTRIBUTEBUFF
|
|
#endif
|
|
MCAPI TemporalAttributeBuff(float, int, enum AttributeBuffType, bool, std::string const &);
|
|
|
|
}; |