|
LeviLamina
|
Public Types | |
| using | IntermediateStorage |
Public Member Functions | |
| MCAPI | ScriptBlockCustomComponentBlockStateChangeAfterEvent (::ScriptModuleMinecraft::ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage const &storage, ::Scripting::WeakLifetimeScope const &scope) |
| MCAPI void * | $ctor (::ScriptModuleMinecraft::ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage const &storage, ::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::ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage const &eventData) |
Public Attributes | |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > > | mPermutation |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > > | mPreviousPermutation |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > > | mDimension |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > > | mBlock |
| using ScriptModuleMinecraft::ScriptBlockCustomComponentBlockStateChangeAfterEvent::IntermediateStorage |