|
LeviLamina
|
Inheritance diagram for ScriptModuleMinecraft::ScriptPlayerInteractWithBlockEvent:Public Member Functions | |
| ScriptPlayerInteractWithBlockEvent & | operator= (ScriptPlayerInteractWithBlockEvent const &) |
| MCAPI | ScriptPlayerInteractWithBlockEvent (::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockEvent const &) |
| MCAPI | ScriptPlayerInteractWithBlockEvent (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > player, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > block, ::ScriptModuleMinecraft::ScriptFacing blockFace, ::Vec3 faceLocation, bool isFirstEvent) |
| MCAPI void * | $ctor (::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockEvent const &) |
| MCAPI void * | $ctor (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > player, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > block, ::ScriptModuleMinecraft::ScriptFacing blockFace, ::Vec3 faceLocation, bool isFirstEvent) |
| MCFOLD void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > > | mBlock |
| ::ll::TypedStorage< 4, 4, ::ScriptModuleMinecraft::ScriptFacing > | mBlockFace |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mFaceLocationAbsolute |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mFaceLocationRelative |
| ::ll::TypedStorage< 1, 1, bool > | mIsFirstEvent |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > | mPlayer |