LeviLamina
Loading...
Searching...
No Matches
br::worldgen::SpawnerData Struct Reference
+ Inheritance diagram for br::worldgen::SpawnerData:

Classes

struct  Brightness
 
struct  Population
 

Public Member Functions

SpawnerDataoperator= (SpawnerData const &)
 
MCAPI SpawnerData (::br::worldgen::SpawnerData const &)
 
MCAPI SpawnerData (::br::worldgen::SpawnerData &&)
 
MCAPI::br::worldgen::SpawnerData inRawBrightness (short minBrightness, short maxBrightness) const
 
MCAPI::br::worldgen::SpawnerData spawnsOnSurface (::br::worldgen::OverrideState state) const
 
MCAPI::br::worldgen::SpawnerData spawnsUnderground (::br::worldgen::OverrideState state) const
 
MCAPI::br::worldgen::SpawnerData withPopulation (short surfacePop, short undergroundPop) const
 
MCAPI ~SpawnerData ()
 
MCAPI void * $ctor (::br::worldgen::SpawnerData const &)
 
MCAPI void * $ctor (::br::worldgen::SpawnerData &&)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::br::worldgen::SpawnerData make (::std::string_view id, short probabilityWeight, short minCount, short maxCount)
 
static MCAPI ::br::worldgen::SpawnerData make (::ActorType id, short probabilityWeight, short minCount, short maxCount)
 

Public Attributes

::ll::TypedStorage< 8, 176, ::ActorDefinitionIdentifierentity
 
::ll::TypedStorage< 2, 2, short > minCount
 
::ll::TypedStorage< 2, 2, short > maxCount
 
::ll::TypedStorage< 1, 1, ::br::worldgen::OverrideState > surface
 
::ll::TypedStorage< 1, 1, ::br::worldgen::OverrideState > underground
 
::ll::TypedStorage< 1, 1, ::br::worldgen::OverrideState > underwater
 
::ll::TypedStorage< 2, 6, ::std::optional<::br::worldgen::SpawnerData::Population > > population
 
::ll::TypedStorage< 2, 8, ::std::optional<::br::worldgen::SpawnerData::Brightness > > brightness
 
::ll::UntypedStorage< 4, 4 > mUnkcb04d8
 

Constructor & Destructor Documentation

◆ SpawnerData() [1/2]

MCAPI br::worldgen::SpawnerData::SpawnerData ( ::br::worldgen::SpawnerData 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.

◆ SpawnerData() [2/2]

MCAPI br::worldgen::SpawnerData::SpawnerData ( ::br::worldgen::SpawnerData && )
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.

◆ ~SpawnerData()

MCAPI br::worldgen::SpawnerData::~SpawnerData ( )
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

◆ inRawBrightness()

MCAPI::br::worldgen::SpawnerData br::worldgen::SpawnerData::inRawBrightness ( short minBrightness,
short maxBrightness ) 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.

◆ spawnsOnSurface()

MCAPI::br::worldgen::SpawnerData br::worldgen::SpawnerData::spawnsOnSurface ( ::br::worldgen::OverrideState state) 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.

◆ spawnsUnderground()

MCAPI::br::worldgen::SpawnerData br::worldgen::SpawnerData::spawnsUnderground ( ::br::worldgen::OverrideState state) 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.

◆ withPopulation()

MCAPI::br::worldgen::SpawnerData br::worldgen::SpawnerData::withPopulation ( short surfacePop,
short undergroundPop ) 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.

◆ make() [1/2]

static MCAPI ::br::worldgen::SpawnerData br::worldgen::SpawnerData::make ( ::std::string_view id,
short probabilityWeight,
short minCount,
short maxCount )
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.

◆ make() [2/2]

static MCAPI ::br::worldgen::SpawnerData br::worldgen::SpawnerData::make ( ::ActorType id,
short probabilityWeight,
short minCount,
short maxCount )
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() [1/2]

MCAPI void * br::worldgen::SpawnerData::$ctor ( ::br::worldgen::SpawnerData 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.

◆ $ctor() [2/2]

MCAPI void * br::worldgen::SpawnerData::$ctor ( ::br::worldgen::SpawnerData && )
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 br::worldgen::SpawnerData::$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 struct was generated from the following file: