|
LeviLamina
|
Public Member Functions | |
| ScriptCircleShape (ScriptCircleShape const &) | |
| virtual void | populatePacketData (::ShapeDataPayload &packet) const |
| virtual void | applyUpdatedData (::ShapeDataPayload const &packet) |
| MCFOLD::ScriptModuleDebugUtilities::ScriptCircleShape & | operator= (::ScriptModuleDebugUtilities::ScriptCircleShape const &) |
| MCFOLD void | $dtor () |
| MCFOLD void | $populatePacketData (::ShapeDataPayload &packet) const |
| MCFOLD void | $applyUpdatedData (::ShapeDataPayload const &packet) |
| MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > | getDimension () const |
| MCAPI void | setLocation (::std::variant<::ScriptModuleMinecraft::ScriptDimensionLocation, ::Vec3 > const &location) |
| MCAPI void * | $ctor (::ScriptModuleDebugUtilities::ScriptDebugShape const &) |
| MCAPI void * | $ctor (::ScriptModuleDebugUtilities::ScriptDebugShapeType shapeType) |
| MCAPI void * | $ctor (::ScriptModuleDebugUtilities::ScriptDebugShapeType shapeType, ::std::variant<::ScriptModuleMinecraft::ScriptDimensionLocation, ::Vec3 > const &location) |
Static Public Member Functions | |
| static MCAPI ::Scripting::ClassBinding | bind () |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, int > | mSegments |
| ::ll::TypedStorage< 1, 1, ::ScriptModuleDebugUtilities::ScriptDebugShapeType > | mShapeType |
| ::ll::TypedStorage< 8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > > | mDimension |
| ::ll::TypedStorage< 4, 4, ::DimensionType > | mDimensionId |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mLocation |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mRotation |
| ::ll::TypedStorage< 4, 4, float > | mScale |
| ::ll::TypedStorage< 4, 24, ::ScriptModuleMinecraft::ScriptRGB > | mColor |
| ::ll::TypedStorage< 4, 8, ::std::optional< float > > | mTimeLeftSec |
| ::ll::TypedStorage< 4, 8, ::std::optional< float > > | mTimeLeftTotalSec |
| ::ll::TypedStorage< 8, 24, ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > | mVisibleTo |
| ::ll::TypedStorage< 8, 8, uint64 > | mNetworkId |
| ::ll::TypedStorage< 4, 4, uint > | mFlags |
| ::ll::TypedStorage< 1, 1, bool > | mExistsInWorld |
|
virtual |
Reimplemented from ScriptModuleDebugUtilities::ScriptDebugShape.
|
virtual |
Reimplemented from ScriptModuleDebugUtilities::ScriptDebugShape.