mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
43 lines
1.2 KiB
C++
43 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 Palette {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PALETTE
|
|
public:
|
|
class Palette& operator=(class Palette const &) = delete;
|
|
Palette(class Palette const &) = delete;
|
|
Palette() = delete;
|
|
#endif
|
|
|
|
public:
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_PALETTE
|
|
#endif
|
|
MCAPI static class Color const BLACK;
|
|
MCAPI static class Color const BLUE;
|
|
MCAPI static class Color const BROWN;
|
|
MCAPI static class Color const CYAN;
|
|
MCAPI static class Color const GRAY;
|
|
MCAPI static class Color const GREEN;
|
|
MCAPI static class Color const LIGHT_BLUE;
|
|
MCAPI static class Color const LIGHT_GREEN;
|
|
MCAPI static class Color const MAGENTA;
|
|
MCAPI static class Color const ORANGE;
|
|
MCAPI static class Color const PINK;
|
|
MCAPI static class Color const PURPLE;
|
|
MCAPI static class Color const RED;
|
|
MCAPI static class Color const SILVER;
|
|
MCAPI static class Color const WHITE;
|
|
MCAPI static class Color const YELLOW;
|
|
MCAPI static class Color const & getColor(enum PaletteColor);
|
|
|
|
}; |