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

Classes

struct  Key
 

Public Member Functions

ScriptBlockPermutationoperator= (ScriptBlockPermutation const &)
 
 ScriptBlockPermutation (ScriptBlockPermutation const &)
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::IScriptBlockProperty > > > _createPropertyV010 (::std::string const &propertyName)
 
MCAPI ::Scripting::Result_deprecated< bool > canBeDestroyedByLiquidSpread (::LiquidType liquidType) const
 
MCAPI ::Scripting::Result_deprecated< bool > canContainLiquid (::LiquidType liquidType) const
 
MCAPI ::std::vector< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::IScriptBlockProperty > > > getAllPropertiesV010 ()
 
MCAPI ::std::unordered_map<::std::string, ::std::variant< int, ::std::string, bool > > getAllStates () const
 
MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > getItemStack (int amount) const
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::IScriptBlockProperty > > > getPropertyV010 (::std::string const &propertyName)
 
MCAPI ::std::optional<::std::variant< int, ::std::string, bool > > getState (::std::string const &name) const
 
MCAPI ::std::vector<::std::string > getTags () const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockTypegetType () const
 
MCAPI bool hasTag (::std::string const &tag) const
 
MCAPI ::Scripting::Result_deprecated< bool > isLiquidBlocking (::LiquidType liquidType) const
 
MCAPI ::Scripting::Result_deprecated< bool > liquidSpreadCausesSpawn (::LiquidType liquidType) const
 
MCAPI bool matches (::std::string blockName, ::std::optional<::std::unordered_map<::std::string, ::std::variant< int, ::std::string, bool > > > properties) const
 
MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > > withState (::Scripting::WeakLifetimeScope const &scope, ::std::string const &name, ::std::variant< int, ::std::string, bool > const &value) const
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bind ()
 
static MCAPI ::Scripting::ClassBinding bindV010 ()
 
static MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutationgetOrCreateHandle (::Block const &block, ::Scripting::WeakLifetimeScope const &scope)
 
static MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > > resolve (::Scripting::WeakLifetimeScope scope, ::std::string const &blockName, ::std::optional<::std::unordered_map<::std::string, ::std::variant< int, ::std::string, bool > > > const &properties)
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkca0900
 
::ll::UntypedStorage< 8, 8 > mUnkb17ea8
 

Member Function Documentation

◆ _createPropertyV010()

MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::IScriptBlockProperty > > > ScriptModuleMinecraft::ScriptBlockPermutation::_createPropertyV010 ( ::std::string const & propertyName)
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.

◆ canBeDestroyedByLiquidSpread()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptBlockPermutation::canBeDestroyedByLiquidSpread ( ::LiquidType liquidType) 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.

◆ canContainLiquid()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptBlockPermutation::canContainLiquid ( ::LiquidType liquidType) 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.

◆ getAllPropertiesV010()

MCAPI ::std::vector< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::IScriptBlockProperty > > > ScriptModuleMinecraft::ScriptBlockPermutation::getAllPropertiesV010 ( )
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.

◆ getAllStates()

MCAPI ::std::unordered_map<::std::string, ::std::variant< int, ::std::string, bool > > ScriptModuleMinecraft::ScriptBlockPermutation::getAllStates ( ) 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.

◆ getItemStack()

MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > ScriptModuleMinecraft::ScriptBlockPermutation::getItemStack ( int amount) 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.

◆ getPropertyV010()

MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::IScriptBlockProperty > > > ScriptModuleMinecraft::ScriptBlockPermutation::getPropertyV010 ( ::std::string const & propertyName)
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.

◆ getState()

MCAPI ::std::optional<::std::variant< int, ::std::string, bool > > ScriptModuleMinecraft::ScriptBlockPermutation::getState ( ::std::string const & name) 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.

◆ getTags()

MCAPI ::std::vector<::std::string > ScriptModuleMinecraft::ScriptBlockPermutation::getTags ( ) 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.

◆ getType()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockType > ScriptModuleMinecraft::ScriptBlockPermutation::getType ( ) 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.

◆ hasTag()

MCAPI bool ScriptModuleMinecraft::ScriptBlockPermutation::hasTag ( ::std::string const & tag) 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.

◆ isLiquidBlocking()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptBlockPermutation::isLiquidBlocking ( ::LiquidType liquidType) 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.

◆ liquidSpreadCausesSpawn()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptBlockPermutation::liquidSpreadCausesSpawn ( ::LiquidType liquidType) 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.

◆ matches()

MCAPI bool ScriptModuleMinecraft::ScriptBlockPermutation::matches ( ::std::string blockName,
::std::optional<::std::unordered_map<::std::string, ::std::variant< int, ::std::string, bool > > > properties ) 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.

◆ withState()

MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > > ScriptModuleMinecraft::ScriptBlockPermutation::withState ( ::Scripting::WeakLifetimeScope const & scope,
::std::string const & name,
::std::variant< int, ::std::string, bool > const & value ) 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.

◆ bind()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptBlockPermutation::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.

◆ bindV010()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptBlockPermutation::bindV010 ( )
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.

◆ getOrCreateHandle()

static MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > ScriptModuleMinecraft::ScriptBlockPermutation::getOrCreateHandle ( ::Block const & block,
::Scripting::WeakLifetimeScope const & scope )
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.

◆ resolve()

static MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > > ScriptModuleMinecraft::ScriptBlockPermutation::resolve ( ::Scripting::WeakLifetimeScope scope,
::std::string const & blockName,
::std::optional<::std::unordered_map<::std::string, ::std::variant< int, ::std::string, bool > > > const & properties )
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: