18class ScriptBiomeType {
30 ::ll::TypedStorage<8, 8, ::Biome const*> mBiomePtr;
37 ::ll::TypedStorage<8, 16, ::Scripting::WeakLifetimeScope> mScope;
38 ::ll::TypedStorage<8, 8, ::gsl::not_null<::Biome const*>> mBiome;
39 ::ll::TypedStorage<8, 8, ::gsl::not_null<::BiomeRegistry const*>> mBiomeRegistry;
44 ScriptBiomeType& operator=(ScriptBiomeType
const&);
57 MCAPI ::std::string getId()
const;
59 MCAPI ::std::vector<::std::string> getTags()
const;
61 MCAPI
bool hasTags(::std::vector<::std::string>
const& tags)
const;
65 MCAPI ~ScriptBiomeType();
71 MCAPI static ::Scripting::ClassBinding bind();
73 MCAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBiomeType> getOrCreateHandle(