|
LeviLamina
|
Public Member Functions | |
| ScriptBlockInventoryComponent & | operator= (ScriptBlockInventoryComponent const &) |
| MCAPI | ScriptBlockInventoryComponent (::ScriptModuleMinecraft::ScriptBlockInventoryComponent const &) |
| MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptContainerWrapper > > > | getOrCreateContainer () |
| MCAPI ::Scripting::Result_deprecated<::std::optional< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockInventoryComponentContainer > > > | getOrCreateContainerV010 () |
| MCAPI void * | $ctor (::ScriptModuleMinecraft::ScriptBlockInventoryComponent const &) |
| virtual bool | _isValid () const |
| MCFOLD void | $dtor () |
| MCAPI bool | $_isValid () const |
| MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > | getBlock () const |
| virtual::std::string const & | getTypeId_V1 () const |
| virtual::std::string const & | getTypeId_V2 () const |
| MCAPI void * | $ctor (::Scripting::WeakLifetimeScope const &scope, ::std::optional<::std::string > id) |
| MCAPI::std::string const & | $getTypeId_V1 () const |
| MCFOLD::std::string const & | $getTypeId_V2 () const |
Static Public Member Functions | |
| static MCAPI ::Scripting::ClassBinding | bind (::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder &componentTypeEnumBuilder) |
| static MCAPI ::std::optional< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockInventoryComponent > > | tryCreate (::BlockSource ®ion, ::BlockPos position, ::Scripting::WeakLifetimeScope const &scope) |
| static MCAPI char const *& | ComponentId () |
| static MCAPI void ** | $vftable () |
| static MCAPI ::Scripting::ClassBinding | bind () |
Public Attributes | |
| ::ll::TypedStorage< 8, 40, ::std::optional<::Scripting::StrongObjectHandle > > | mScriptContainer |
| ::ll::TypedStorage< 8, 8, void * > | mBlockActor |
| ::ll::TypedStorage< 8, 8, ::BlockSource * > | mBlockSource |
| ::ll::TypedStorage< 4, 12, ::BlockPos > | mPosition |
| ::ll::TypedStorage< 8, 16, ::Scripting::WeakLifetimeScope const > | mScope |
| ::ll::TypedStorage< 8, 40, ::std::optional<::std::string > const > | mId |
|
static |
|
virtualinherited |
Implements ScriptModuleMinecraft::ScriptComponent.