LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptWorld Class Reference

Public Member Functions

ScriptWorldoperator= (ScriptWorld const &)
 
 ScriptWorld (ScriptWorld const &)
 
MCAPI ScriptWorld (::ScriptModuleMinecraft::ScriptWorld &&)
 
MCAPI ScriptWorld (::Scripting::WeakLifetimeScope const &scope, ::gsl::not_null<::ServerLevel * > level, ::ScriptModuleMinecraft::ScriptGlobalEventListeners &listeners)
 
MCAPI ::Scripting::Result_deprecated< void > _playOrQueueMusic (::std::string const &trackID, ::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions, bool shouldQueue)
 
MCAPI ::Scripting::Result_deprecated< void > _playSoundInternal (::std::string const &soundID, ::Vec3 const &location, ::std::optional<::ScriptModuleMinecraft::ScriptWorldSoundOptions > soundOptions)
 
MCAPI ::std::optional<::Scripting::Error_validateDynamicProperty (::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > const *value) const
 
MCAPI ::std::optional<::Scripting::Error_validateDynamicProperty_V010 (::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > const *value) const
 
MCAPI void broadcastClientMessage (::std::string const &id, ::std::string const &value)
 
MCAPI void clearDynamicProperties (::Scripting::ContextConfig const &contextConfig)
 
MCAPI int getAbsoluteTime () const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptWorldAfterEventsgetAfterEvents ()
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptAimAssistRegistrygetAimAssist () const
 
MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > getAllPlayers () const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptWorldBeforeEventsgetBeforeEvents ()
 
MCAPI int getDay () const
 
MCAPI::Vec3 getDefaultSpawnLocation () const
 
MCAPI::SharedTypes::Legacy::Difficulty getDifficulty () const
 
MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > > getDimension (::std::string const &name) const
 
MCAPI ::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > getDynamicProperty (::Scripting::ContextConfig const &contextConfig, ::std::string const &key) const
 
MCAPI ::std::vector<::std::string > getDynamicPropertyIds (::Scripting::ContextConfig const &contextConfig) const
 
MCAPI int getDynamicPropertyTotalByteCount (::Scripting::ContextConfig const &contextConfig) const
 
MCAPI ::Scripting::Result_deprecated<::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > > getDynamicProperty_V010 (::Scripting::ContextConfig const &contextConfig, ::std::string const &key) const
 
MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > > getEntity (::std::string const &id) const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptGameRulesgetGameRules ()
 
MCAPI::MoonPhases getMoonPhase () const
 
MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > getPlayers (::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > options) const
 
MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayerIterator > > getPlayers_V010 (::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > options) const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardgetScoreboard ()
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptStructureManagergetStructureManager () const
 
MCAPI int getTimeOfDay () const
 
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptV010EventsgetWorldV010Events ()
 
MCAPI ::Scripting::Result_deprecated< void > playMusic (::std::string const &trackID, ::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions)
 
MCAPI ::Scripting::Result_deprecated< void > playSound (::std::string const &soundID, ::Vec3 const &location, ::std::optional<::ScriptModuleMinecraft::ScriptWorldSoundOptions > soundOptions)
 
MCAPI ::Scripting::Result_deprecated< void > playSound_V010 (::std::string const &soundID, ::std::optional<::ScriptModuleMinecraft::ScriptSoundOptions > soundOptions)
 
MCAPI ::Scripting::Result_deprecated< void > queueMusic (::std::string const &trackID, ::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions)
 
MCAPI ::Scripting::Result_deprecated< bool > removeDynamicProperty_V010 (::Scripting::ContextConfig const &contextConfig, ::std::string const &key)
 
MCAPI ::Scripting::Result_deprecated< void > sendMessage (::Scripting::ContextConfig const &contextConfig, ::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > const &var)
 
MCAPI void setAbsoluteTime (int absoluteTime)
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError, ::Scripting::ErrorsetDefaultSpawnLocation (::Vec3 const &spawnPosition)
 
MCAPI void setDifficulty (::SharedTypes::Legacy::Difficulty difficulty)
 
MCAPI ::Scripting::Result_deprecated< void > setDynamicProperties (::Scripting::ContextConfig const &contextConfig, ::std::unordered_map<::std::string, ::std::variant< double, float, bool, ::std::string, ::Vec3 > > const &values)
 
MCAPI ::Scripting::Result_deprecated< void > setDynamicProperty (::Scripting::ContextConfig const &contextConfig, ::std::string const &key, ::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > const &value)
 
MCAPI ::Scripting::Result_deprecated< void > setDynamicProperty_V010 (::Scripting::ContextConfig const &contextConfig, ::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > &value)
 
MCAPI ::Scripting::Result_deprecated< void > setTimeOfDay (::std::variant< int, ::ScriptModuleMinecraft::ScriptTimeOfDay > timeOfDay)
 
MCAPI void stopMusic ()
 
MCAPI ~ScriptWorld ()
 
MCAPI void * $ctor (::ScriptModuleMinecraft::ScriptWorld &&)
 
MCAPI void * $ctor (::Scripting::WeakLifetimeScope const &scope, ::gsl::not_null<::ServerLevel * > level, ::ScriptModuleMinecraft::ScriptGlobalEventListeners &listeners)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bind ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkd2684d
 
::ll::UntypedStorage< 8, 8 > mUnke52bc0
 
::ll::UntypedStorage< 8, 32 > mUnk9fe28f
 
::ll::UntypedStorage< 8, 32 > mUnkbcdaa5
 
::ll::UntypedStorage< 8, 32 > mUnk735be8
 
::ll::UntypedStorage< 8, 32 > mUnk2d1c88
 
::ll::UntypedStorage< 8, 32 > mUnk2f187d
 

Constructor & Destructor Documentation

◆ ScriptWorld() [1/2]

MCAPI ScriptModuleMinecraft::ScriptWorld::ScriptWorld ( ::ScriptModuleMinecraft::ScriptWorld && )
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.

◆ ScriptWorld() [2/2]

MCAPI ScriptModuleMinecraft::ScriptWorld::ScriptWorld ( ::Scripting::WeakLifetimeScope const & scope,
::gsl::not_null<::ServerLevel * > level,
::ScriptModuleMinecraft::ScriptGlobalEventListeners & listeners )
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.

◆ ~ScriptWorld()

MCAPI ScriptModuleMinecraft::ScriptWorld::~ScriptWorld ( )
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

◆ _playOrQueueMusic()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::_playOrQueueMusic ( ::std::string const & trackID,
::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions,
bool shouldQueue )
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.

◆ _playSoundInternal()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::_playSoundInternal ( ::std::string const & soundID,
::Vec3 const & location,
::std::optional<::ScriptModuleMinecraft::ScriptWorldSoundOptions > soundOptions )
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.

◆ _validateDynamicProperty()

MCAPI ::std::optional<::Scripting::Error > ScriptModuleMinecraft::ScriptWorld::_validateDynamicProperty ( ::std::string const & key,
::std::variant< double, float, bool, ::std::string, ::Vec3 > 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.

◆ _validateDynamicProperty_V010()

MCAPI ::std::optional<::Scripting::Error > ScriptModuleMinecraft::ScriptWorld::_validateDynamicProperty_V010 ( ::std::string const & key,
::std::variant< double, float, bool, ::std::string, ::Vec3 > 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.

◆ broadcastClientMessage()

MCAPI void ScriptModuleMinecraft::ScriptWorld::broadcastClientMessage ( ::std::string const & id,
::std::string const & value )
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.

◆ clearDynamicProperties()

MCAPI void ScriptModuleMinecraft::ScriptWorld::clearDynamicProperties ( ::Scripting::ContextConfig const & contextConfig)
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.

◆ getAbsoluteTime()

MCAPI int ScriptModuleMinecraft::ScriptWorld::getAbsoluteTime ( ) 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.

◆ getAfterEvents()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptWorldAfterEvents > ScriptModuleMinecraft::ScriptWorld::getAfterEvents ( )
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.

◆ getAimAssist()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptAimAssistRegistry > ScriptModuleMinecraft::ScriptWorld::getAimAssist ( ) 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.

◆ getAllPlayers()

MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > ScriptModuleMinecraft::ScriptWorld::getAllPlayers ( ) 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.

◆ getBeforeEvents()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptWorldBeforeEvents > ScriptModuleMinecraft::ScriptWorld::getBeforeEvents ( )
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.

◆ getDay()

MCAPI int ScriptModuleMinecraft::ScriptWorld::getDay ( ) 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.

◆ getDefaultSpawnLocation()

MCAPI::Vec3 ScriptModuleMinecraft::ScriptWorld::getDefaultSpawnLocation ( ) 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.

◆ getDifficulty()

MCAPI::SharedTypes::Legacy::Difficulty ScriptModuleMinecraft::ScriptWorld::getDifficulty ( ) 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.

◆ getDimension()

MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension > > ScriptModuleMinecraft::ScriptWorld::getDimension ( ::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.

◆ getDynamicProperty()

MCAPI ::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > ScriptModuleMinecraft::ScriptWorld::getDynamicProperty ( ::Scripting::ContextConfig const & contextConfig,
::std::string const & key ) 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.

◆ getDynamicPropertyIds()

MCAPI ::std::vector<::std::string > ScriptModuleMinecraft::ScriptWorld::getDynamicPropertyIds ( ::Scripting::ContextConfig const & contextConfig) 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.

◆ getDynamicPropertyTotalByteCount()

MCAPI int ScriptModuleMinecraft::ScriptWorld::getDynamicPropertyTotalByteCount ( ::Scripting::ContextConfig const & contextConfig) 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.

◆ getDynamicProperty_V010()

MCAPI ::Scripting::Result_deprecated<::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > > ScriptModuleMinecraft::ScriptWorld::getDynamicProperty_V010 ( ::Scripting::ContextConfig const & contextConfig,
::std::string const & key ) 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.

◆ getEntity()

MCAPI ::Scripting::Result_deprecated< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > > ScriptModuleMinecraft::ScriptWorld::getEntity ( ::std::string const & id) 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.

◆ getGameRules()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptGameRules > ScriptModuleMinecraft::ScriptWorld::getGameRules ( )
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.

◆ getMoonPhase()

MCAPI::MoonPhases ScriptModuleMinecraft::ScriptWorld::getMoonPhase ( ) 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.

◆ getPlayers()

MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > ScriptModuleMinecraft::ScriptWorld::getPlayers ( ::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > options) 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.

◆ getPlayers_V010()

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.

◆ getScoreboard()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboard > ScriptModuleMinecraft::ScriptWorld::getScoreboard ( )
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.

◆ getStructureManager()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptStructureManager > ScriptModuleMinecraft::ScriptWorld::getStructureManager ( ) 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.

◆ getTimeOfDay()

MCAPI int ScriptModuleMinecraft::ScriptWorld::getTimeOfDay ( ) 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.

◆ getWorldV010Events()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptV010Events > ScriptModuleMinecraft::ScriptWorld::getWorldV010Events ( )
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.

◆ playMusic()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::playMusic ( ::std::string const & trackID,
::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions )
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.

◆ playSound()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::playSound ( ::std::string const & soundID,
::Vec3 const & location,
::std::optional<::ScriptModuleMinecraft::ScriptWorldSoundOptions > soundOptions )
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.

◆ playSound_V010()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::playSound_V010 ( ::std::string const & soundID,
::std::optional<::ScriptModuleMinecraft::ScriptSoundOptions > soundOptions )
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.

◆ queueMusic()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::queueMusic ( ::std::string const & trackID,
::std::optional<::ScriptModuleMinecraft::ScriptMusicOptions > musicOptions )
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.

◆ removeDynamicProperty_V010()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptWorld::removeDynamicProperty_V010 ( ::Scripting::ContextConfig const & contextConfig,
::std::string const & key )
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.

◆ sendMessage()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::sendMessage ( ::Scripting::ContextConfig const & contextConfig,
::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > const & var )
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.

◆ setAbsoluteTime()

MCAPI void ScriptModuleMinecraft::ScriptWorld::setAbsoluteTime ( int absoluteTime)
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.

◆ setDefaultSpawnLocation()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError, ::Scripting::Error > ScriptModuleMinecraft::ScriptWorld::setDefaultSpawnLocation ( ::Vec3 const & spawnPosition)
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.

◆ setDifficulty()

MCAPI void ScriptModuleMinecraft::ScriptWorld::setDifficulty ( ::SharedTypes::Legacy::Difficulty difficulty)
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.

◆ setDynamicProperties()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::setDynamicProperties ( ::Scripting::ContextConfig const & contextConfig,
::std::unordered_map<::std::string, ::std::variant< double, float, bool, ::std::string, ::Vec3 > > const & values )
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.

◆ setDynamicProperty()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::setDynamicProperty ( ::Scripting::ContextConfig const & contextConfig,
::std::string const & key,
::std::optional<::std::variant< double, float, bool, ::std::string, ::Vec3 > > const & value )
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.

◆ setDynamicProperty_V010()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::setDynamicProperty_V010 ( ::Scripting::ContextConfig const & contextConfig,
::std::string const & key,
::std::variant< double, float, bool, ::std::string, ::Vec3 > & value )
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.

◆ setTimeOfDay()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptWorld::setTimeOfDay ( ::std::variant< int, ::ScriptModuleMinecraft::ScriptTimeOfDay > timeOfDay)
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.

◆ stopMusic()

MCAPI void ScriptModuleMinecraft::ScriptWorld::stopMusic ( )
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::ScriptWorld::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() [1/2]

MCAPI void * ScriptModuleMinecraft::ScriptWorld::$ctor ( ::ScriptModuleMinecraft::ScriptWorld && )
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 * ScriptModuleMinecraft::ScriptWorld::$ctor ( ::Scripting::WeakLifetimeScope const & scope,
::gsl::not_null<::ServerLevel * > level,
::ScriptModuleMinecraft::ScriptGlobalEventListeners & listeners )
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 ScriptModuleMinecraft::ScriptWorld::$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: