pub trait IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItemMethods: IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItem {
Show 24 methods
// Provided methods
fn get_unit(self) -> Unit { ... }
fn set_unit(self, value: impl Into<Unit>) { ... }
fn get_god(self) -> GodUnit { ... }
fn set_god(self, value: impl Into<GodUnit>) { ... }
fn get_god_type(self) -> RingCleaningSequence_GodType { ... }
fn set_god_type(self, value: impl Into<RingCleaningSequence_GodType>) { ... }
fn get_lv_before(self) -> i32 { ... }
fn set_lv_before(self, value: impl Into<i32>) { ... }
fn get_lv_after(self) -> i32 { ... }
fn set_lv_after(self, value: impl Into<i32>) { ... }
fn get_get_exp(self) -> i32 { ... }
fn set_get_exp(self, value: impl Into<i32>) { ... }
fn get_use_count(self) -> i32 { ... }
fn set_use_count(self, value: impl Into<i32>) { ... }
fn get_is_talk_cap(self) -> bool { ... }
fn set_is_talk_cap(self, value: impl Into<bool>) { ... }
fn get_is_no_bond(self) -> bool { ... }
fn set_is_no_bond(self, value: impl Into<bool>) { ... }
fn ctor(
self,
from_level: impl Into<i32>,
to_level: impl Into<i32>,
get_exp: impl Into<i32>,
use_count: impl Into<i32>,
train_unit: impl Into<Unit>,
train_god: impl Into<GodUnit>,
train_type: impl Into<RingCleaningSequence_GodType>,
decide_event_handler: impl Into<ArenaBondLevelSelectMenu_DecideEventHandler>,
select_event_handler: impl Into<ArenaBondLevelSelectMenu_SelectEventHandler>,
change_unit_to_prev_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>,
change_unit_to_next_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>,
) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn b_call(self) -> BasicMenu_Result { ... }
fn on_select(self) { ... }
fn custom_call(self) -> BasicMenu_Result { ... }
}Provided Methods§
Sourcefn get_god_type(self) -> RingCleaningSequence_GodType
fn get_god_type(self) -> RingCleaningSequence_GodType
get_GodType() overload
Sourcefn set_god_type(self, value: impl Into<RingCleaningSequence_GodType>)
fn set_god_type(self, value: impl Into<RingCleaningSequence_GodType>)
set_GodType(crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload
Sourcefn get_lv_before(self) -> i32
fn get_lv_before(self) -> i32
get_LvBefore() overload
Sourcefn set_lv_before(self, value: impl Into<i32>)
fn set_lv_before(self, value: impl Into<i32>)
set_LvBefore(i32) overload
Sourcefn get_lv_after(self) -> i32
fn get_lv_after(self) -> i32
get_LvAfter() overload
Sourcefn set_lv_after(self, value: impl Into<i32>)
fn set_lv_after(self, value: impl Into<i32>)
set_LvAfter(i32) overload
Sourcefn get_get_exp(self) -> i32
fn get_get_exp(self) -> i32
get_GetExp() overload
Sourcefn set_get_exp(self, value: impl Into<i32>)
fn set_get_exp(self, value: impl Into<i32>)
set_GetExp(i32) overload
Sourcefn get_use_count(self) -> i32
fn get_use_count(self) -> i32
get_UseCount() overload
Sourcefn set_use_count(self, value: impl Into<i32>)
fn set_use_count(self, value: impl Into<i32>)
set_UseCount(i32) overload
Sourcefn get_is_talk_cap(self) -> bool
fn get_is_talk_cap(self) -> bool
get_IsTalkCap() overload
Sourcefn set_is_talk_cap(self, value: impl Into<bool>)
fn set_is_talk_cap(self, value: impl Into<bool>)
set_IsTalkCap(bool) overload
Sourcefn get_is_no_bond(self) -> bool
fn get_is_no_bond(self) -> bool
get_IsNoBond() overload
Sourcefn set_is_no_bond(self, value: impl Into<bool>)
fn set_is_no_bond(self, value: impl Into<bool>)
set_IsNoBond(bool) overload
Sourcefn ctor(
self,
from_level: impl Into<i32>,
to_level: impl Into<i32>,
get_exp: impl Into<i32>,
use_count: impl Into<i32>,
train_unit: impl Into<Unit>,
train_god: impl Into<GodUnit>,
train_type: impl Into<RingCleaningSequence_GodType>,
decide_event_handler: impl Into<ArenaBondLevelSelectMenu_DecideEventHandler>,
select_event_handler: impl Into<ArenaBondLevelSelectMenu_SelectEventHandler>,
change_unit_to_prev_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>,
change_unit_to_next_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>,
)
fn ctor( self, from_level: impl Into<i32>, to_level: impl Into<i32>, get_exp: impl Into<i32>, use_count: impl Into<i32>, train_unit: impl Into<Unit>, train_god: impl Into<GodUnit>, train_type: impl Into<RingCleaningSequence_GodType>, decide_event_handler: impl Into<ArenaBondLevelSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondLevelSelectMenu_SelectEventHandler>, change_unit_to_prev_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, change_unit_to_next_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, )
.ctor(i32, i32, i32, i32, crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_DecideEventHandler, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_SelectEventHandler, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_ChangeGodEventHandle, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_ChangeGodEventHandle) overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() overload
Sourcefn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overload
Sourcefn custom_call(self) -> BasicMenu_Result
fn custom_call(self) -> BasicMenu_Result
CustomCall() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItem> IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItemMethods for __T
app-arenabondlevelselectmenu only.