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

Classes

struct  IconData
 

Public Member Functions

ScriptModalFormDataoperator= (ScriptModalFormData const &)
 
 ScriptModalFormData (ScriptModalFormData const &)
 
MCAPI ScriptModalFormData (::ScriptModuleMinecraftServerUI::ScriptModalFormData &&)
 
MCAPI ::Scripting::Result<::Json::Value, ::ScriptModuleMinecraft::ScriptRawMessageError_buildJson (::Player &forPlayer, ::CurrentCmdVersion commandVersion) const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatadivider ()
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatadropdown (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > options, ::std::optional< int > defaultValueIndex)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatadropdownV010 (::std::string const &label, ::std::vector<::std::string > options, ::std::optional< int > defaultValueIndex)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatadropdownV2 (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > items, ::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataDropdownOptions > dropdownOptions)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDataheader (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > text)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDataiconV0 (::std::string path)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatalabel (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > text)
 
MCAPI::ScriptModuleMinecraftServerUI::ScriptModalFormData & operator= (::ScriptModuleMinecraftServerUI::ScriptModalFormData &&)
 
MCAPI ::Scripting::Result< ::Scripting::Promise< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormResponse >, ::ScriptModuleMinecraftServerUI::ScriptFormRejectError, void >, ::Scripting::EngineError, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptModuleMinecraft::ScriptRawMessageErrorshow (::Scripting::ContextConfig const &config, ::Scripting::ScriptObjectFactory &factory, ::Scripting::DependencyLocator &locator, ::ScriptModuleMinecraft::ScriptPlayer &scriptPlayer)
 
MCAPI ::Scripting::Result_deprecated<::Scripting::Promise< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormResponse >, ::ScriptModuleMinecraftServerUI::ScriptFormRejectError, void > > showV010 (::Scripting::ContextConfig const &config, ::Scripting::ScriptObjectFactory &factory, ::Scripting::DependencyLocator &locator, ::ScriptModuleMinecraft::ScriptPlayer &scriptPlayer)
 
MCAPI ::Scripting::Result< ::Scripting::Promise< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormResponseV2 >, ::ScriptModuleMinecraftServerUI::ScriptFormRejectError, void >, ::Scripting::EngineError, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptModuleMinecraft::ScriptRawMessageErrorshowV2 (::Scripting::ContextConfig const &config, ::Scripting::ScriptObjectFactory &factory, ::Scripting::DependencyLocator &locator, ::ScriptModuleMinecraft::ScriptPlayer &scriptPlayer)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDataslider (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, float minValue, float maxValue, float step, ::std::optional< float > defaultValue)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatasliderV010 (::std::string const &label, float minValue, float maxValue, float step, ::std::optional< float > defaultValue)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatasliderV2 (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, float minValue, float maxValue, ::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataSliderOptions > sliderOptions)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatasubmitButton (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatextField (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > placeholderText, ::std::optional<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > defaultValue)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatextFieldV010 (::std::string const &label, ::std::string const &placeholderText, ::std::optional<::std::string > defaultValue)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatextFieldV2 (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > placeholderText, ::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataTextFieldOptions > textFieldOptions)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatitle (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > title)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatitleV010 (::std::string const &title)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatoggle (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, ::std::optional< bool > defaultValue)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatoggleV010 (::std::string const &label, ::std::optional< bool > defaultValue)
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormDatatoggleV2 (::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label, ::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataToggleOptions > toggleOptions)
 
MCAPI ~ScriptModalFormData ()
 
MCAPI void * $ctor (::ScriptModuleMinecraftServerUI::ScriptModalFormData &&)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bind ()
 

Public Attributes

::ll::UntypedStorage< 8, 216 > mUnk28da49
 
::ll::UntypedStorage< 8, 80 > mUnke408cd
 
::ll::UntypedStorage< 8, 24 > mUnka818d5
 
::ll::UntypedStorage< 8, 224 > mUnk53c5ed
 

Constructor & Destructor Documentation

◆ ScriptModalFormData()

MCAPI ScriptModuleMinecraftServerUI::ScriptModalFormData::ScriptModalFormData ( ::ScriptModuleMinecraftServerUI::ScriptModalFormData && )
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.

◆ ~ScriptModalFormData()

MCAPI ScriptModuleMinecraftServerUI::ScriptModalFormData::~ScriptModalFormData ( )
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

◆ _buildJson()

MCAPI ::Scripting::Result<::Json::Value, ::ScriptModuleMinecraft::ScriptRawMessageError > ScriptModuleMinecraftServerUI::ScriptModalFormData::_buildJson ( ::Player & forPlayer,
::CurrentCmdVersion commandVersion ) 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.

◆ divider()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::divider ( )
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.

◆ dropdown()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::dropdown ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > options,
::std::optional< int > defaultValueIndex )
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.

◆ dropdownV010()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::dropdownV010 ( ::std::string const & label,
::std::vector<::std::string > options,
::std::optional< int > defaultValueIndex )
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.

◆ dropdownV2()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::dropdownV2 ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > items,
::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataDropdownOptions > dropdownOptions )
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.

◆ header()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::header ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > text)
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.

◆ iconV0()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::iconV0 ( ::std::string path)
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.

◆ label()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::label ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > text)
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::ScriptModuleMinecraftServerUI::ScriptModalFormData & ScriptModuleMinecraftServerUI::ScriptModalFormData::operator= ( ::ScriptModuleMinecraftServerUI::ScriptModalFormData && )
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.

◆ show()

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.

◆ showV010()

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.

◆ showV2()

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.

◆ slider()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::slider ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
float minValue,
float maxValue,
float step,
::std::optional< float > defaultValue )
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.

◆ sliderV010()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::sliderV010 ( ::std::string const & label,
float minValue,
float maxValue,
float step,
::std::optional< float > defaultValue )
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.

◆ sliderV2()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::sliderV2 ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
float minValue,
float maxValue,
::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataSliderOptions > sliderOptions )
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.

◆ submitButton()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::submitButton ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label)
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.

◆ textField()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::textField ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > placeholderText,
::std::optional<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > defaultValue )
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.

◆ textFieldV010()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::textFieldV010 ( ::std::string const & label,
::std::string const & placeholderText,
::std::optional<::std::string > defaultValue )
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.

◆ textFieldV2()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::textFieldV2 ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > placeholderText,
::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataTextFieldOptions > textFieldOptions )
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.

◆ title()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::title ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > title)
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.

◆ titleV010()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::titleV010 ( ::std::string const & title)
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.

◆ toggle()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::toggle ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
::std::optional< bool > defaultValue )
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.

◆ toggleV010()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::toggleV010 ( ::std::string const & label,
::std::optional< bool > defaultValue )
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.

◆ toggleV2()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptModalFormData > ScriptModuleMinecraftServerUI::ScriptModalFormData::toggleV2 ( ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > label,
::std::optional<::ScriptModuleMinecraftServerUI::ScriptModalFormDataToggleOptions > toggleOptions )
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 ScriptModuleMinecraftServerUI::ScriptModalFormData::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.

◆ $ctor()

MCAPI void * ScriptModuleMinecraftServerUI::ScriptModalFormData::$ctor ( ::ScriptModuleMinecraftServerUI::ScriptModalFormData && )
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 ScriptModuleMinecraftServerUI::ScriptModalFormData::$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.

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