|
LeviLamina
|
Public Member Functions | |
| ScriptBlockCustomComponentPlayerPlaceBeforeEvent & | operator= (ScriptBlockCustomComponentPlayerPlaceBeforeEvent const &) |
| virtual void | updateEngineEvent (::BlockEvents::BlockPlayerPlacingEvent &engineEvent) const |
| virtual bool | shouldCancel () const |
| MCAPI | ScriptBlockCustomComponentPlayerPlaceBeforeEvent (::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent &&) |
| MCAPI | ScriptBlockCustomComponentPlayerPlaceBeforeEvent (::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent const &) |
| MCAPI | ScriptBlockCustomComponentPlayerPlaceBeforeEvent (::BlockEvents::BlockPlayerPlacingEvent const &engineEvent, ::Scripting::WeakLifetimeScope const &scope) |
| MCAPI void * | $ctor (::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent &&) |
| MCAPI void * | $ctor (::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent const &) |
| MCAPI void * | $ctor (::BlockEvents::BlockPlayerPlacingEvent const &engineEvent, ::Scripting::WeakLifetimeScope const &scope) |
| MCAPI void | $dtor () |
| MCAPI void | $updateEngineEvent (::BlockEvents::BlockPlayerPlacingEvent &engineEvent) const |
| MCFOLD bool | $shouldCancel () const |
| MCFOLD void * | $ctor (::ScriptModuleMinecraft::ScriptBlockEvent const &) |
Static Public Member Functions | |
| static MCAPI ::Scripting::ClassBinding | bind () |
| static MCAPI ::std::vector<::ScriptModuleMinecraft::ScriptCustomComponentToExecute< ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const &, void > > | tryGetComponentsToExecute (::BlockEvents::BlockPlayerPlacingEvent const &eventData) |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, bool > | mCancel |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > > | mPermutationToPlace |
| ::ll::TypedStorage< 4, 4, ::ScriptModuleMinecraft::ScriptFacing > | mFace |
| ::ll::TypedStorage< 8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > | mPlayer |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > > | mDimension |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > > | mBlock |
|
static |