// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #define BEFORE_EXTRA #undef BEFORE_EXTRA class VanillaDimensions { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_VANILLADIMENSIONS public: class VanillaDimensions& operator=(class VanillaDimensions const &) = delete; VanillaDimensions(class VanillaDimensions const &) = delete; VanillaDimensions() = delete; #endif public: #ifdef ENABLE_VIRTUAL_FAKESYMBOL_VANILLADIMENSIONS #endif MCAPI static class AutomaticID const Nether; MCAPI static class AutomaticID const Overworld; MCAPI static class AutomaticID const TheEnd; MCAPI static class Vec3 const TheEndSpawnPoint; MCAPI static class AutomaticID const Undefined; MCAPI static bool convertPointBetweenDimensions(class Vec3 const &, class Vec3 &, class AutomaticID, class AutomaticID, class DimensionConversionData const &); MCAPI static class AutomaticID fromString(std::string const &); MCAPI static std::string const toString(class AutomaticID const &); //protected: protected: MCAPI static class BidirectionalUnorderedMap> const DimensionMap; };