|
LeviLamina
|
Public Member Functions | |
| MCAPI::SignBlockActor const * | _tryGetSign () const |
| MCFOLD::SignBlockActor * | _tryGetSign () |
| MCAPI ::Scripting::Result_deprecated<::std::optional<::ScriptModuleMinecraft::ScriptRawTextInterface > > | getRawText (::SignTextSide side) const |
| MCAPI ::Scripting::Result_deprecated<::std::optional<::std::string > > | getText (::SignTextSide side) const |
| MCAPI ::Scripting::Result_deprecated<::std::optional<::ItemColor > > | getTextDyeColor (::SignTextSide side) const |
| MCAPI ::Scripting::Result_deprecated< bool > | getWaxed () const |
| MCAPI ::Scripting::Result_deprecated< void > | setText (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > const &messageParameter, ::SignTextSide side) |
| MCAPI ::Scripting::Result_deprecated< void > | setTextDyeColor (::std::optional<::ItemColor > color, ::SignTextSide side) |
| MCAPI ::Scripting::Result_deprecated< void > | setWaxed (bool waxed) |
| 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::ScriptBlockSignComponent > > | 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, 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.