|
LeviLamina
|
Public Types | |
| using | IntermediateStorage |
Public Member Functions | |
| MCAPI | ScriptBlockCustomComponentPlayerInteractAfterEvent (::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage const &eventData, ::Scripting::WeakLifetimeScope const &scope) |
| MCAPI void * | $ctor (::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage const &eventData, ::Scripting::WeakLifetimeScope const &scope) |
| MCAPI void * | $ctor (::Dimension &dimension, ::BlockPos const &location, ::Scripting::WeakLifetimeScope const &scope) |
Static Public Member Functions | |
| static MCAPI ::Scripting::ClassBinding | bind () |
| static MCFOLD ::std::vector<::ScriptModuleMinecraft::ScriptCustomComponentToExecute< ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const &, void > > | tryGetComponentsToExecute (::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage const &eventData) |
Public Attributes | |
| ::ll::TypedStorage< 8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > | mPlayer |
| ::ll::TypedStorage< 4, 4, ::ScriptModuleMinecraft::ScriptFacing > | mFace |
| ::ll::TypedStorage< 4, 16, ::std::optional<::Vec3 > > | mHitAbsolute |
| ::ll::TypedStorage< 4, 16, ::std::optional<::Vec3 > > | mHitRelative |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > > | mDimension |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > > | mBlock |
| using ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEvent::IntermediateStorage |