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"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class BlockPatternBuilder {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_BLOCKPATTERNBUILDER
|
|
public:
|
|
class BlockPatternBuilder& operator=(class BlockPatternBuilder const &) = delete;
|
|
BlockPatternBuilder(class BlockPatternBuilder const &) = delete;
|
|
BlockPatternBuilder() = delete;
|
|
#endif
|
|
|
|
public:
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_BLOCKPATTERNBUILDER
|
|
#endif
|
|
MCAPI class BlockPatternBuilder & aisle(int, ...);
|
|
MCAPI class BlockPatternBuilder & define(char, class Block const &);
|
|
MCAPI class BlockPatternBuilder & define(char, class std::function<bool (class BlockSource &, class BlockPos const &, class Block const &)>);
|
|
MCAPI struct BuildMatch match(class BlockPos const &);
|
|
MCAPI struct BuildMatch match(class BlockPos const &, int, int);
|
|
MCAPI struct BuildMatch match(class BlockPos const &, int, int, unsigned char, unsigned char);
|
|
MCAPI void replaceBlocks(char, struct BuildMatch, class Block const &, bool);
|
|
MCAPI static std::unique_ptr<class BlockPatternBuilder> start(class BlockSource &);
|
|
|
|
//private:
|
|
MCAPI bool _fitsBlockPatternEntry(int, int, class BlockPos const &, class Block const &);
|
|
|
|
private:
|
|
|
|
}; |