LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptBlockVolumeBase Class Referenceabstract
+ Inheritance diagram for ScriptModuleMinecraft::ScriptBlockVolumeBase:

Public Member Functions

ScriptBlockVolumeBaseoperator= (ScriptBlockVolumeBase const &)
 
 ScriptBlockVolumeBase (ScriptBlockVolumeBase const &)
 
virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockLocationIteratorgetBlockLocationIterator (::Scripting::WeakLifetimeScope)=0
 
virtual ::std::unique_ptr<::BaseBlockLocationIteratorcreateBlockLocationIterator ()=0
 
MCAPI void forEach (::std::function< bool(::BlockPos const &)> callback) const
 
MCAPI ::Scripting::Result_deprecated<::BoundingBoxgetBoundingBox () const
 
MCAPI int getCapacity () const
 
MCAPI ::Scripting::Result_deprecated<::Vec3getMax () const
 
MCAPI ::Scripting::Result_deprecated<::Vec3getMin () const
 
MCAPI::Vec3 getSpan () const
 
MCAPI bool isInside (::Vec3 const &location) const
 
MCAPI void translate (::Vec3 const &delta)
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bind ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnkb35746
 

Member Function Documentation

◆ forEach()

MCAPI void ScriptModuleMinecraft::ScriptBlockVolumeBase::forEach ( ::std::function< bool(::BlockPos const &)> callback) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getBoundingBox()

MCAPI ::Scripting::Result_deprecated<::BoundingBox > ScriptModuleMinecraft::ScriptBlockVolumeBase::getBoundingBox ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCapacity()

MCAPI int ScriptModuleMinecraft::ScriptBlockVolumeBase::getCapacity ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getMax()

MCAPI ::Scripting::Result_deprecated<::Vec3 > ScriptModuleMinecraft::ScriptBlockVolumeBase::getMax ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getMin()

MCAPI ::Scripting::Result_deprecated<::Vec3 > ScriptModuleMinecraft::ScriptBlockVolumeBase::getMin ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getSpan()

MCAPI::Vec3 ScriptModuleMinecraft::ScriptBlockVolumeBase::getSpan ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isInside()

MCAPI bool ScriptModuleMinecraft::ScriptBlockVolumeBase::isInside ( ::Vec3 const & location) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ translate()

MCAPI void ScriptModuleMinecraft::ScriptBlockVolumeBase::translate ( ::Vec3 const & delta)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ bind()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptBlockVolumeBase::bind ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** ScriptModuleMinecraft::ScriptBlockVolumeBase::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: