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

Classes

struct  WaterConfigSettingsV0
 
struct  WaterConfigSettingsV1
 
struct  WaterConfigSettingsV2
 

Public Member Functions

WaterConfigoperator= (WaterConfig const &)
 
 WaterConfig (WaterConfig const &)
 
virtual void loadDataSync (::cereal::ReflectionCtx const &ctx, ::ResourcePackManager &resourcePackManager, ::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator)
 
virtual::Puv::LoadResultAny loadFromString (::cereal::ReflectionCtx const &ctx, ::std::string const &dataJson, ::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator)
 
virtual void _setDefaultIdentifierImpl (::HashedString const &defaultIdentifier)
 
MCAPI WaterConfig (::IMinecraftEventing &eventing)
 
MCAPI::mce::framebuilder::CausticsParameters getCausticsParameters () const
 
MCAPI void loadTextures (::std::shared_ptr<::mce::TextureGroup > textureGroup)
 
MCAPI void unloadTextures (::std::shared_ptr<::mce::TextureGroup > textureGroup)
 
MCAPI bool validateAndSetCausticsTexture ()
 
MCAPI void * $ctor (::IMinecraftEventing &eventing)
 
MCAPI void $dtor ()
 
MCAPI void $loadDataSync (::cereal::ReflectionCtx const &ctx, ::ResourcePackManager &resourcePackManager, ::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator)
 
MCAPI::Puv::LoadResultAny $loadFromString (::cereal::ReflectionCtx const &ctx, ::std::string const &dataJson, ::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator)
 
MCAPI void $_setDefaultIdentifierImpl (::HashedString const &defaultIdentifier)
 

Static Public Member Functions

static MCAPI void bindWaterParameters (::cereal::ReflectionCtx &ctx)
 
static MCAPI ::Scripting::Result_deprecated< void > registerEditorAccessors (::Editor::Services::ClientDataTransferServiceProvider &dataTransferService, ::LocalPlayer &localPlayer, ::cereal::ReflectionCtx const &ctx)
 
static MCAPI ::std::string_view const & PAYLOAD_KEY ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnk1de33d
 
::ll::UntypedStorage< 8, 208 > mUnkb2bbcd
 
::ll::UntypedStorage< 8, 64 > mUnk33e946
 

Constructor & Destructor Documentation

◆ WaterConfig()

MCAPI WaterConfig::WaterConfig ( ::IMinecraftEventing & eventing)
explicit
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

◆ getCausticsParameters()

MCAPI::mce::framebuilder::CausticsParameters WaterConfig::getCausticsParameters ( ) 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.

◆ loadTextures()

MCAPI void WaterConfig::loadTextures ( ::std::shared_ptr<::mce::TextureGroup > textureGroup)
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.

◆ unloadTextures()

MCAPI void WaterConfig::unloadTextures ( ::std::shared_ptr<::mce::TextureGroup > textureGroup)
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.

◆ validateAndSetCausticsTexture()

MCAPI bool WaterConfig::validateAndSetCausticsTexture ( )
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.

◆ bindWaterParameters()

static MCAPI void WaterConfig::bindWaterParameters ( ::cereal::ReflectionCtx & ctx)
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.

◆ registerEditorAccessors()

static MCAPI ::Scripting::Result_deprecated< void > WaterConfig::registerEditorAccessors ( ::Editor::Services::ClientDataTransferServiceProvider & dataTransferService,
::LocalPlayer & localPlayer,
::cereal::ReflectionCtx const & ctx )
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.

◆ PAYLOAD_KEY()

static MCAPI ::std::string_view const & WaterConfig::PAYLOAD_KEY ( )
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()

MCAPI void * WaterConfig::$ctor ( ::IMinecraftEventing & eventing)
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 WaterConfig::$dtor ( )
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.

◆ $loadDataSync()

MCAPI void WaterConfig::$loadDataSync ( ::cereal::ReflectionCtx const & ctx,
::ResourcePackManager & resourcePackManager,
::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator )
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.

◆ $loadFromString()

MCAPI::Puv::LoadResultAny WaterConfig::$loadFromString ( ::cereal::ReflectionCtx const & ctx,
::std::string const & dataJson,
::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator )
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.

◆ $_setDefaultIdentifierImpl()

MCAPI void WaterConfig::$_setDefaultIdentifierImpl ( ::HashedString const & defaultIdentifier)
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 ** WaterConfig::$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: