|
LeviLamina
|
Public Member Functions | |
| MCAPI void | _registerBlockType (::std::string blockName, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > blockHandle) |
| MCAPI void | _registerBlockTypeAlias (::std::string blockName, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > blockHandle) |
| MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > > | get (::Scripting::WeakLifetimeScope &scope, ::std::string const &blockName) |
| MCAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > > | getAllBlockTypes (::Scripting::WeakLifetimeScope &scope) |
| MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > > | get_V010 (::Scripting::WeakLifetimeScope &scope, ::std::string const &blockName) |
| MCAPI void * | $ctor () |
Static Public Member Functions | |
| static MCAPI ::Scripting::ClassBinding | bind () |
| static MCAPI ::Scripting::ClassBinding | bind_V010 () |
Public Attributes | |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map< ::std::string, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > > > | mBlocks |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map< ::std::string, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > > > | mBlockAliases |