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

Public Member Functions

virtual::std::string const & getTypeId_V1 () const
 
virtual::std::string const & getTypeId_V2 () const
 
virtual bool _isValid () const
 
MCAPI ::Scripting::Result_deprecated< void > addDye (::ScriptModuleMinecraft::ScriptItemType const &dye)
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleMinecraft::ScriptRGBAgetCustomColor () const
 
MCAPI ::Scripting::Result_deprecated< int > getFillLevel () const
 
MCAPI ::Scripting::Result_deprecated<::ScriptModuleMinecraft::ScriptFluidType > getFluidType () const
 
MCAPI ::Scripting::Result_deprecated< void > setCustomColor (::ScriptModuleMinecraft::ScriptRGBA const &color)
 
MCAPI ::Scripting::Result_deprecated< void > setFillLevel (int level) const
 
MCAPI ::Scripting::Result_deprecated< void > setFluidType (::ScriptModuleMinecraft::ScriptFluidType fluidType)
 
MCAPI ::Scripting::Result_deprecated< void > setPotionType (::ScriptModuleMinecraft::ScriptItemStack const &item)
 
MCAPI::std::string const & $getTypeId_V1 () const
 
MCAPI::std::string const & $getTypeId_V2 () const
 
MCAPI bool $_isValid () const
 
MCAPI void $dtor ()
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockgetBlock () const
 
MCAPI void * $ctor (::Scripting::WeakLifetimeScope const &scope, ::std::optional<::std::string > id)
 

Static Public Member Functions

static MCAPI ::ScriptModuleMinecraft::ScriptFluidType _getActualCauldronFluidType (::BlockSource &region, ::BlockPos position)
 
static MCAPI ::Scripting::ClassBinding bindV1 (::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder &componentTypeEnumBuilder)
 
static MCAPI ::Scripting::ClassBinding bindV2 (::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder &componentTypeEnumBuilder)
 
static MCAPI ::std::string const & ComponentIdV1 ()
 
static MCAPI ::std::string const & ComponentIdV2 ()
 
static MCAPI void ** $vftable ()
 
static MCAPI ::Scripting::ClassBinding bind ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnkb09225
 
::ll::UntypedStorage< 8, 8 > mUnkd7098b
 
::ll::UntypedStorage< 4, 12 > mUnkd57b5d
 
::ll::UntypedStorage< 8, 16 > mUnkad83bc
 
::ll::UntypedStorage< 8, 40 > mUnkf28bfb
 

Member Function Documentation

◆ _isValid()

virtual bool ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::_isValid ( ) const
virtual

◆ addDye()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::addDye ( ::ScriptModuleMinecraft::ScriptItemType const & dye)
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.

◆ getCustomColor()

MCAPI ::Scripting::Result_deprecated<::ScriptModuleMinecraft::ScriptRGBA > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::getCustomColor ( ) 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.

◆ getFillLevel()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::getFillLevel ( ) 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.

◆ getFluidType()

MCAPI ::Scripting::Result_deprecated<::ScriptModuleMinecraft::ScriptFluidType > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::getFluidType ( ) 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.

◆ setCustomColor()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::setCustomColor ( ::ScriptModuleMinecraft::ScriptRGBA const & color)
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.

◆ setFillLevel()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::setFillLevel ( int level) 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.

◆ setFluidType()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::setFluidType ( ::ScriptModuleMinecraft::ScriptFluidType fluidType)
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.

◆ setPotionType()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::setPotionType ( ::ScriptModuleMinecraft::ScriptItemStack const & item)
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.

◆ _getActualCauldronFluidType()

static MCAPI ::ScriptModuleMinecraft::ScriptFluidType ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::_getActualCauldronFluidType ( ::BlockSource & region,
::BlockPos position )
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.

◆ bindV1()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::bindV1 ( ::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder & componentTypeEnumBuilder)
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.

◆ bindV2()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::bindV2 ( ::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder & componentTypeEnumBuilder)
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.

◆ ComponentIdV1()

static MCAPI ::std::string const & ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::ComponentIdV1 ( )
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.

◆ ComponentIdV2()

static MCAPI ::std::string const & ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::ComponentIdV2 ( )
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.

◆ $getTypeId_V1()

MCAPI::std::string const & ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::$getTypeId_V1 ( ) 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.

◆ $getTypeId_V2()

MCAPI::std::string const & ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::$getTypeId_V2 ( ) 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.

◆ $_isValid()

MCAPI bool ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::$_isValid ( ) 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.

◆ $vftable()

static MCAPI void ** ScriptModuleMinecraft::ScriptBlockFluidContainerComponent::$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.

◆ $dtor()

MCAPI void ScriptModuleMinecraft::BaseScriptBlockActorComponent::$dtor ( )
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.

◆ getBlock()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > ScriptModuleMinecraft::BaseScriptBlockComponent::getBlock ( ) 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.

◆ bind()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::BaseScriptBlockComponent::bind ( )
staticinherited
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()

MCAPI void * ScriptModuleMinecraft::ScriptComponent::$ctor ( ::Scripting::WeakLifetimeScope const & scope,
::std::optional<::std::string > id )
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: