mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
39 lines
1.3 KiB
C++
39 lines
1.3 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "BaseCircuitComponent.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class PoweredBlockComponent : public BaseCircuitComponent {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_POWEREDBLOCKCOMPONENT
|
|
public:
|
|
class PoweredBlockComponent& operator=(class PoweredBlockComponent const &) = delete;
|
|
PoweredBlockComponent(class PoweredBlockComponent const &) = delete;
|
|
PoweredBlockComponent() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~PoweredBlockComponent();
|
|
/*1*/ virtual int getStrength() const;
|
|
/*5*/ virtual void __unk_vfn_5();
|
|
/*6*/ virtual bool canConsumerPower();
|
|
/*9*/ virtual unsigned __int64 getBaseType() const;
|
|
/*10*/ virtual unsigned __int64 getInstanceType() const;
|
|
/*12*/ virtual bool addSource(class CircuitSceneGraph &, class CircuitTrackingInfo const &, int &, bool &);
|
|
/*13*/ virtual bool allowConnection(class CircuitSceneGraph &, class CircuitTrackingInfo const &, bool &);
|
|
/*15*/ virtual bool evaluate(class CircuitSystem &, class BlockPos const &);
|
|
/*18*/ virtual void __unk_vfn_18();
|
|
/*21*/ virtual void __unk_vfn_21();
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_POWEREDBLOCKCOMPONENT
|
|
MCVAPI bool hasChildrenSource();
|
|
#endif
|
|
|
|
}; |