|
LeviLamina
|
Public Member Functions | |
| MCAPI::PistonBlockActor const * | _tryGetPiston () const |
| MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > > > | getAttachedBlocks () |
| MCAPI ::Scripting::Result_deprecated<::std::vector<::Vec3 > > | getAttachedBlocksLocations () |
| MCAPI ::Scripting::Result_deprecated<::std::vector<::BlockPos > > | getAttachedBlocks_V010 () |
| MCAPI ::Scripting::Result_deprecated< bool > | isExpanded () |
| MCAPI ::Scripting::Result_deprecated< bool > | isExpanding () |
| MCAPI ::Scripting::Result_deprecated< bool > | isMoving () |
| MCAPI ::Scripting::Result_deprecated< bool > | isRetracted () |
| MCAPI ::Scripting::Result_deprecated< bool > | isRetracting () |
| MCAPI ::Scripting::Result_deprecated<::PistonState > | state () |
| MCFOLD void | $dtor () |
| virtual bool | _isValid () const |
| 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 ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPistonComponent > | 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, 16, ::Scripting::TypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPistonComponentContainer > > | 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.