LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptSimpleBlockVolume Class Reference
+ Inheritance diagram for ScriptModuleMinecraft::ScriptSimpleBlockVolume:

Public Member Functions

virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockLocationIteratorgetBlockLocationIterator (::Scripting::WeakLifetimeScope scope)
 
virtual ::std::unique_ptr<::BaseBlockLocationIteratorcreateBlockLocationIterator ()
 
MCAPI ScriptSimpleBlockVolume ()
 
MCAPI ScriptSimpleBlockVolume (::ScriptModuleMinecraft::ScriptSimpleBlockVolume const &rhs)
 
MCAPI ScriptSimpleBlockVolume (::Vec3 const &from, ::Vec3 const &to)
 
MCAPI bool doesLocationTouchFaces (::Vec3 const &pos)
 
MCAPI bool doesVolumeTouchFaces (::ScriptModuleMinecraft::ScriptSimpleBlockVolume const &other)
 
MCAPI::Vec3 getFrom () const
 
MCAPI::Vec3 getTo () const
 
MCAPI::SimpleBlockVolume::IntersectionResult intersects (::ScriptModuleMinecraft::ScriptSimpleBlockVolume const &other)
 
MCAPI::ScriptModuleMinecraft::ScriptSimpleBlockVolume & operator= (::ScriptModuleMinecraft::ScriptSimpleBlockVolume const &rhs)
 
MCAPI void setFrom (::Vec3 const &from)
 
MCAPI void setTo (::Vec3 const &to)
 
MCAPI void * $ctor ()
 
MCAPI void * $ctor (::ScriptModuleMinecraft::ScriptSimpleBlockVolume const &rhs)
 
MCAPI void * $ctor (::Vec3 const &from, ::Vec3 const &to)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockLocationIterator$getBlockLocationIterator (::Scripting::WeakLifetimeScope scope)
 
MCAPI ::std::unique_ptr<::BaseBlockLocationIterator$createBlockLocationIterator ()
 
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 ::Scripting::EnumBinding bindEnums ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

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

Constructor & Destructor Documentation

◆ ScriptSimpleBlockVolume() [1/3]

MCAPI ScriptModuleMinecraft::ScriptSimpleBlockVolume::ScriptSimpleBlockVolume ( )
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.

◆ ScriptSimpleBlockVolume() [2/3]

MCAPI ScriptModuleMinecraft::ScriptSimpleBlockVolume::ScriptSimpleBlockVolume ( ::ScriptModuleMinecraft::ScriptSimpleBlockVolume const & rhs)
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.

◆ ScriptSimpleBlockVolume() [3/3]

MCAPI ScriptModuleMinecraft::ScriptSimpleBlockVolume::ScriptSimpleBlockVolume ( ::Vec3 const & from,
::Vec3 const & to )
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.

Member Function Documentation

◆ getBlockLocationIterator()

virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockLocationIterator > ScriptModuleMinecraft::ScriptSimpleBlockVolume::getBlockLocationIterator ( ::Scripting::WeakLifetimeScope scope)
virtual

◆ createBlockLocationIterator()

virtual ::std::unique_ptr<::BaseBlockLocationIterator > ScriptModuleMinecraft::ScriptSimpleBlockVolume::createBlockLocationIterator ( )
virtual

◆ doesLocationTouchFaces()

MCAPI bool ScriptModuleMinecraft::ScriptSimpleBlockVolume::doesLocationTouchFaces ( ::Vec3 const & pos)
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.

◆ doesVolumeTouchFaces()

MCAPI bool ScriptModuleMinecraft::ScriptSimpleBlockVolume::doesVolumeTouchFaces ( ::ScriptModuleMinecraft::ScriptSimpleBlockVolume const & other)
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.

◆ getFrom()

MCAPI::Vec3 ScriptModuleMinecraft::ScriptSimpleBlockVolume::getFrom ( ) 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.

◆ getTo()

MCAPI::Vec3 ScriptModuleMinecraft::ScriptSimpleBlockVolume::getTo ( ) 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.

◆ intersects()

MCAPI::SimpleBlockVolume::IntersectionResult ScriptModuleMinecraft::ScriptSimpleBlockVolume::intersects ( ::ScriptModuleMinecraft::ScriptSimpleBlockVolume const & other)
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.

◆ operator=()

MCAPI::ScriptModuleMinecraft::ScriptSimpleBlockVolume & ScriptModuleMinecraft::ScriptSimpleBlockVolume::operator= ( ::ScriptModuleMinecraft::ScriptSimpleBlockVolume const & rhs)
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.

◆ setFrom()

MCAPI void ScriptModuleMinecraft::ScriptSimpleBlockVolume::setFrom ( ::Vec3 const & from)
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.

◆ setTo()

MCAPI void ScriptModuleMinecraft::ScriptSimpleBlockVolume::setTo ( ::Vec3 const & to)
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::ScriptSimpleBlockVolume::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.

◆ bindEnums()

static MCAPI ::Scripting::EnumBinding ScriptModuleMinecraft::ScriptSimpleBlockVolume::bindEnums ( )
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.

◆ $ctor() [1/3]

MCAPI void * ScriptModuleMinecraft::ScriptSimpleBlockVolume::$ctor ( )
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.

◆ $ctor() [2/3]

MCAPI void * ScriptModuleMinecraft::ScriptSimpleBlockVolume::$ctor ( ::ScriptModuleMinecraft::ScriptSimpleBlockVolume const & rhs)
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.

◆ $ctor() [3/3]

MCAPI void * ScriptModuleMinecraft::ScriptSimpleBlockVolume::$ctor ( ::Vec3 const & from,
::Vec3 const & to )
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.

◆ $getBlockLocationIterator()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockLocationIterator > ScriptModuleMinecraft::ScriptSimpleBlockVolume::$getBlockLocationIterator ( ::Scripting::WeakLifetimeScope scope)
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.

◆ $createBlockLocationIterator()

MCAPI ::std::unique_ptr<::BaseBlockLocationIterator > ScriptModuleMinecraft::ScriptSimpleBlockVolume::$createBlockLocationIterator ( )
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::ScriptSimpleBlockVolume::$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.

◆ forEach()

MCAPI void ScriptModuleMinecraft::ScriptBlockVolumeBase::forEach ( ::std::function< bool(::BlockPos const &)> callback) const
inherited
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
inherited
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
inherited
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
inherited
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
inherited
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
inherited
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
inherited
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)
inherited
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: