|
LeviLamina
|
Classes | |
| struct | WorldClockRegistryData |
Public Member Functions | |
| virtual void | tick (::PacketSender &packetSender, ::LevelData const &levelData) |
| MCAPI | WorldClockRegistryServer (::cereal::ReflectionCtx &cerealContext) |
| MCAPI bool | loadData (::LevelStorage const &levelStorage) |
| MCAPI void | saveData (::LevelStorage &levelStorage) const |
| MCAPI void | sendInitializationToClient (::NetworkIdentifier const &source, ::SubClientId subClientId, ::PacketSender &packetSender) const |
| MCAPI void | syncClocksWithClients (::PacketSender &packetSender) const |
| MCAPI void * | $ctor (::cereal::ReflectionCtx &cerealContext) |
| MCAPI void | $tick (::PacketSender &packetSender, ::LevelData const &levelData) |
| MCFOLD ::Bedrock::NonOwnerPointer<::WorldClock > const | _tryGetClock (::HashedString const &name) |
| MCAPI int | getTime (::HashedString const &clockName) const |
| MCAPI void | setTime (::HashedString const &clockName, int time) |
| MCAPI ::std::vector<::WorldClockData > | toData () const |
| MCFOLD ::Bedrock::NonOwnerPointer<::WorldClock const > const | tryGetClock (::HashedString const &name) const |
| MCAPI void | $dtor () |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::cereal::ReflectionCtx > > | mCerealContext |
| ::ll::TypedStorage< 8, 48, ::brstd::flat_map< uint64, ::Bedrock::UniqueOwnerPointer<::WorldClock >, ::std::less< uint64 >, ::std::vector< uint64 >, ::std::vector<::Bedrock::UniqueOwnerPointer<::WorldClock > > > > | mClocks |
|
virtual |
Implements WorldClockRegistry.
|
static |