LiteLoaderBDS-1.16.40/LiteLoader/include/llapi/mc/VanillaItemTiers.hpp
2023-03-03 10:18:21 -08:00

34 lines
925 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "llapi/Global.h"
#include "Item.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class VanillaItemTiers {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_VANILLAITEMTIERS
public:
class VanillaItemTiers& operator=(class VanillaItemTiers const &) = delete;
VanillaItemTiers(class VanillaItemTiers const &) = delete;
VanillaItemTiers() = delete;
#endif
public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_VANILLAITEMTIERS
#endif
MCAPI static class Item::Tier const DIAMOND;
MCAPI static class Item::Tier const GOLD;
MCAPI static class Item::Tier const IRON;
MCAPI static class Item::Tier const NETHERITE;
MCAPI static class Item::Tier const STONE;
MCAPI static class Item::Tier const WOOD;
MCAPI static class ItemStack getTierItem(class Item::Tier const &);
};