|
|
LevelChunk & | operator= (LevelChunk const &) |
| |
|
| LevelChunk (LevelChunk const &) |
| |
|
MCAPI | LevelChunk (::Dimension &dimension, ::ChunkPos const &cp, bool readOnly, ::SubChunkInitMode initBlocks, bool initializeMetaData, ::LevelChunkBlockActorStorage::TrackingMode blockActorTrackingMode) |
| |
|
MCAPI void | _addEntityToVolumes (::gsl::not_null<::Actor * > actor) |
| |
|
MCAPI void | _checkAndInferMetaDataAfterDeserialization () |
| |
|
MCAPI ::std::shared_ptr<::BlockActor > | _createBlockEntity (::BlockPos const &block, ::BlockSource *currentSource, ::Block const ¤t, ::Block const &old) |
| |
|
MCAPI void | _deserializeBiomes (::IDataInput &stream, ::BiomeRegistry const &biomeRegistry, bool fromNetwork) |
| |
|
MCAPI void | _deserializeBlockEntities (::IDataInput &stream, ::LevelChunkBlockActorStorage &blockEntityMap) |
| |
|
MCAPI void | _deserializeCCsubChunks (short index, ::StringByteInput &stream) |
| |
|
MCAPI::LevelChunk::DeserializeEntityResult | _deserializeEntity (::BlockSource &source, ::IDataInput &stream, ::std::vector<::ActorLink > &links) |
| |
|
MCAPI bool | _deserializeSubChunk (short index, ::StringByteInput &stream) |
| |
|
MCAPI void | _fixupCommandBlocksOnTickingQueue (::BlockSource &tickRegion) |
| |
|
MCAPI void | _fixupCorruptedBlockActors (::LevelChunkBlockActorStorage &deserialized, ::buffer_span_mut<::SubChunk > subchunks) |
| |
|
MCAPI void | _generateOriginalLighting (::ChunkViewSource &neighborhood, bool enforceBorderCheck) |
| |
|
MCAPI void | _generateOriginalLightingSubChunk (::BlockSource &source, uint64 subchunkIdx, bool) |
| |
|
MCAPI void | _lightingCallbacks (::ChunkBlockPos const &pos, ::Block const &old, ::Block const ¤t, ::BlockSource *currentSource) |
| |
|
MCAPI void | _makeUniformBiomes (::Biome const &biome) |
| |
|
MCAPI void | _placeBlockEntity (::std::shared_ptr<::BlockActor > te) |
| |
|
MCAPI bool | _recalcHeight (::ChunkBlockPos const &start, ::BlockSource *source) |
| |
|
MCAPI void | _removeCallbacks (::ChunkBlockPos const &pos, ::Block const &oldBlock, ::Block const ¤t, ::BlockSource *currentSource) |
| |
|
MCAPI void | _replaceBiomeStorage (ushort subChunkIndex, ::std::unique_ptr<::SubChunkStorage<::Biome > > newStorage, ::Bedrock::Threading::UniqueLock<::std::shared_mutex > const &lock) |
| |
|
MCAPI void | _set2DBiomesFrom3D (::IDataInput &stream) |
| |
|
MCAPI void | _setAllBiomesFrom2D (::std::array<::BiomeChunkData, 256 > &legacyBiomes) |
| |
|
MCAPI void | _setBiome (::Biome const &biome, ::ChunkBlockPos const &pos, bool fillYDimension) |
| |
|
MCAPI void | _setBiome (::Biome const &biome, ushort subChunkIndex, ushort storageIndex, ::Bedrock::Threading::UniqueLock<::std::shared_mutex > const &writeLock) |
| |
|
MCAPI void | _tickSnowAndIce (::BlockSource ®ion, ::Random &random, int xOffset, int zOffset, ::Weather &weather) |
| |
|
MCAPI void | addEntity (::WeakEntityRef entityRef) |
| |
|
MCAPI void | addHardcodedSpawningArea (::BoundingBox const &spawnerAABB, ::HardcodedSpawnAreaType type) |
| |
|
MCAPI void | addSubChunkBlockEntitiesToLevelChunk (::LevelChunkBlockActorStorage &blockActorMap) |
| |
|
MCAPI bool | applySeasonsPostProcess (::BlockSource ®ion) |
| |
|
MCAPI bool | checkSeasonsPostProcessDirty () |
| |
|
MCAPI void | clientSubChunkRequestGenerateLightingForSubChunk (::ChunkViewSource &neighborhood, short absoluteIndex) |
| |
|
MCAPI void | deserialize2DMaps (::IDataInput &stream) |
| |
|
MCAPI void | deserializeBlockEntities (::IDataInput &stream) |
| |
|
MCAPI bool | deserializeKey (::std::string_view key, ::std::string_view value) |
| |
|
MCAPI void | deserializeMetaDataHash (::IDataInput &stream) |
| |
|
MCAPI void | deserializeSubChunk (uchar idx, ::IDataInput &stream, ::std::optional< schar > absoluteIndex, ::std::optional<::DeserializationChanges * > deserializationChanges) |
| |
|
MCAPI void | fetchBiomes (::Bedrock::small_vector_base<::Biome const * > &output) const |
| |
|
MCAPI void | fillBiomes (::BiomeChunkData const &biomeChunkData) |
| |
|
MCAPI void | finalizeDeserialization () |
| |
|
MCAPI void | finalizePostProcessing () |
| |
|
MCAPI void | finalizeSubChunkDeserialization (::LevelChunkBlockActorStorage &blockActorMap, ::buffer_span_mut<::SubChunk > subchunks) |
| |
|
MCAPI ::std::optional<::BlockPos > | findExposedLightningRod (::BlockPos const &pos, ::BlockSource ®ion) |
| |
|
MCAPI::Vec3 | findLightningTarget (::BlockPos const &pos, ::BlockSource ®ion) |
| |
|
MCAPI bool | generateOriginalLighting (::ChunkViewSource &neighborhood, bool enforceBorderCheck) |
| |
|
MCAPI::ChunkLocalHeight | getAboveTopSolidBlock (::ChunkBlockPos const &start, bool iteratePastInitialBlocking, bool includeWater, bool includeLeaves) const |
| |
|
MCAPI void | getActors (::ActorDefinitionIdentifier const &actorDefinitionId, ::AABB const &bb, ::std::vector<::Actor * > &actors) const |
| |
|
MCAPI::Biome const & | getBiome (::ChunkBlockPos const &pos) const |
| |
|
MCAPI::Block const & | getBlock (::ChunkBlockPos const &pos) const |
| |
|
MCAPI::BlockActor * | getBlockEntity (::ChunkBlockPos const &localPos) |
| |
|
MCAPI::BrightnessPair | getBrightness (::ChunkBlockPos const &pos) const |
| |
|
MCAPI void | getEntities (::gsl::span<::gsl::not_null<::Actor const * > > ignoredEntities, ::AABB const &bb, ::std::vector<::Actor * > &entities, bool useHitbox) const |
| |
|
MCAPI void | getEntities (::ActorType type, ::AABB const &bb, ::std::vector<::Actor * > &es, bool ignoreTargetType) const |
| |
|
MCAPI::Block const & | getExtraBlock (::ChunkBlockPos const &localPos) const |
| |
|
MCAPI short | getHighestNonAirSubChunkIndex () const |
| |
|
MCAPI ::std::shared_ptr<::LevelChunkMetaData > | getMetaDataCopy () const |
| |
|
MCAPI::BlockPos const | getTopRainBlockPos (::ChunkBlockPos const &pos) |
| |
|
MCAPI bool | hasEntity (::WeakEntityRef entityRef) |
| |
|
MCAPI bool | hasSubChunksToPrune () const |
| |
|
MCAPI bool | isNonActorDataDirty () const |
| |
|
MCAPI void | legacyDeserializeBlockExtraData (::IDataInput &stream) |
| |
|
MCAPI void | legacyDeserializeTerrain (::IDataInput &stream) |
| |
|
MCAPI void | markForTickingThisFrame (::LevelChunkTicking::Registry ®istry) |
| |
|
MCAPI::LevelChunk & | operator= (::LevelChunk &&otherChunk) |
| |
|
MCAPI void | placeCallbacks (::ChunkBlockPos const &pos, ::Block const &old, ::Block const ¤t, ::BlockSource *currentSource, ::std::shared_ptr<::BlockActor > blockEntity) |
| |
|
MCAPI void | populateHeightMapDataForSubChunkPacket (short subChunkAbsoluteIndex, ::SubChunkPacket::SubChunkPacketData &subChunkPacketData) const |
| |
|
MCAPI void | recomputeHeightMap (bool resetLighting) |
| |
|
MCAPI bool | removeEntityFromChunk (::WeakEntityRef entityRef) |
| |
|
MCAPI bool | removeEntityFromWorld (::WeakEntityRef entityRef) |
| |
|
MCAPI void | removeHardcodedSpawningArea (::HardcodedSpawnAreaType type) |
| |
|
MCAPI void | serializeBiomes (::IDataOutput &stream) const |
| |
|
MCAPI void | serializeBlockEntities (::IDataOutput &stream, ::SaveContext const &saveContext) const |
| |
|
MCAPI void | serializeBlockEntitiesForSubChunk (::IDataOutput &stream, ::SubChunkPos const &subChunkPos, ::SaveContext const &saveContext) const |
| |
|
MCAPI bool | serializeBorderBlocks (::IDataOutput &stream) const |
| |
|
MCAPI void | serializeEntities (::std::string &buffer, bool markProcessedOnChunkDisard, ::std::function< void(::std::string const &)> addLiveActorCallback, ::std::function< void(::std::string const &)> addActorKeyCallback, ::std::function< void(::std::string const &)> addSerializedActor) const |
| |
|
MCAPI void | serializeEntityRemovals (::std::function< void(::std::string const &)> callback) |
| |
|
MCAPI void | setAllBlockTypeIDAndData (::buffer_span<::BlockID > ids, ::buffer_span<::NibblePair > data) |
| |
|
MCAPI void | setBiomeFromVolume (::ClientBlockPipeline::VolumeOf<::Biome const * > const &volume) |
| |
|
MCAPI::Block const & | setBlock (::ChunkBlockPos const &pos, ::Block const &block, ::BlockSource *issuingSource, ::std::shared_ptr<::BlockActor > blockEntity) |
| |
|
MCAPI void | setBlockVolume (::BlockVolume const &box, uint yOffset) |
| |
|
MCAPI::Block const & | setExtraBlock (::ChunkBlockPos const &localPos, ::Block const &block, ::BlockSource *issuingSource) |
| |
|
MCAPI void | setMetaData (::std::shared_ptr<::LevelChunkMetaData > metaData) |
| |
|
MCAPI void | setPendingEntities (::std::string entitiesData) |
| |
|
MCAPI void | setPreWorldGenHeightMap (::std::unique_ptr<::std::vector< short > > heightmap) |
| |
|
MCAPI void | setSaved () |
| |
|
MCAPI void | setUnsaved () |
| |
|
MCAPI void | setupRedstoneCircuit (::BlockSource &resource) |
| |
|
MCAPI void | tickBlockEntities (::BlockSource &tickRegion) |
| |
|
MCAPI void | tickBlocks (::BlockSource ®ion) |
| |
|
MCAPI void | tickImpl (::BlockSource &tickRegion, ::Tick const &tick, ::std::function< void()> spawnerCallback) |
| |
|
MCAPI void | trySpawnSkeletonTrap (::BlockSource ®ion, ::BlockPos const &pos) |
| |
|
MCAPI void | validateAndFixBiomeStates () |
| |
|
MCAPI void * | $ctor (::Dimension &dimension, ::ChunkPos const &cp, bool readOnly, ::SubChunkInitMode initBlocks, bool initializeMetaData, ::LevelChunkBlockActorStorage::TrackingMode blockActorTrackingMode) |
| |
|
MCAPI void | $dtor () |
| |
|
|
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::Mutex > | mBlockEntityAccessLock |
| |
|
::ll::TypedStorage< 8, 8, ::ILevel & > | mLevel |
| |
|
::ll::TypedStorage< 8, 8, ::Dimension & > | mDimension |
| |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mMin |
| |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mMax |
| |
|
::ll::TypedStorage< 8, 8, ::ChunkPos > | mPosition |
| |
|
::ll::TypedStorage< 1, 1, bool > | mLightingFixupDone |
| |
|
::ll::TypedStorage< 1, 1, ::std::atomic< bool > > | mLightingTaskActive |
| |
|
::ll::TypedStorage< 1, 1, bool > | mReadOnly |
| |
|
::ll::TypedStorage< 8, 8, ::ChunkSource * > | mGenerator |
| |
|
::ll::TypedStorage< 4, 4, ::LevelChunkTicking::Entity > | mTmpTickingEntity |
| |
|
::ll::TypedStorage< 1, 2, ::std::optional<::LevelChunkFormat > > | mLoadedFormat |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mSerializedEntitiesBuffer |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mFailedSerializedEntitiesBuffer |
| |
|
::ll::TypedStorage< 1, 1, bool > | mHadSerializedEntities |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::ActorLink > > | mUnresolvedActorLinks |
| |
|
::ll::TypedStorage< 1, 1, ::std::atomic<::ChunkState > > | mLoadState |
| |
|
::ll::TypedStorage< 1, 1, ::ChunkTerrainDataState > | mTerrainDataState |
| |
|
::ll::TypedStorage< 1, 1, ::ChunkDebugDisplaySavedState > | mDebugDisplaySavedState |
| |
|
::ll::TypedStorage< 1, 1, ::ChunkCachedDataState > | mCachedDataState |
| |
|
::ll::TypedStorage< 8, 32, ::SpinLockImpl > | mCachedDataStateSpinLock |
| |
|
::ll::TypedStorage< 8, 32, ::SpinLockImpl > | mClientRequestHeightmapAdjustSpinLock |
| |
|
::ll::TypedStorage< 8, 8, ::Tick > | mLastTick |
| |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::BlockTickingQueue > > | mTickQueue |
| |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::BlockTickingQueue > > | mRandomTickQueue |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::SubChunk > > | mSubChunks |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::unique_ptr<::SpinLockImpl > > > | mSubChunkSpinLocks |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::unique_ptr<::SubChunkStorage<::Biome > > > > | mBiomes |
| |
|
::ll::TypedStorage< 2, 512, ::std::array<::BiomeChunkData, 256 > > | m2DBiomes |
| |
|
::ll::TypedStorage< 8, 8, ::std::shared_mutex > | mBiomesMutex |
| |
|
::ll::TypedStorage< 4, 2048, ::std::array<::ColumnCachedData, 256 > > | mCachedData |
| |
|
::ll::TypedStorage< 2, 512, ::std::array<::ChunkLocalHeight, 256 > > | mHeightmap |
| |
|
::ll::TypedStorage< 2, 512, ::std::array<::ChunkLocalHeight, 256 > > | mRenderHeightmap |
| |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::std::vector< short > > > | mPreWorldGenHeightmap |
| |
|
::ll::TypedStorage< 2, 2, ::ChunkLocalHeight > | mNonAirMaxHeight |
| |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::BiomeIdType, ::BiomeChunkState > > | mBiomeStates |
| |
|
::ll::TypedStorage< 2, 2, ushort > | m3dBiomeStackSize |
| |
|
::ll::TypedStorage< 1, 1, bool > | mHasCachedTemperatureNoise |
| |
|
::ll::TypedStorage< 1, 256, ::std::array< bool, 256 > > | mBorderBlockMap |
| |
|
::ll::TypedStorage< 4, 4, int > | mCurrentInstatick |
| |
|
::ll::TypedStorage< 4, 4, ::LevelChunk::Finalization > | mFinalized |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsRedstoneLoaded |
| |
|
::ll::TypedStorage< 1, 1, bool > | mOwnedByTickingThread |
| |
|
::ll::TypedStorage< 1, 1, bool > | mUse3DBiomeMaps |
| |
|
::ll::TypedStorage< 1, 1, bool > | mLevelChunkHas3dBiomeTag |
| |
|
::ll::TypedStorage< 1, 4, ::LevelChunk::Telemetry > | mTelemetry |
| |
|
::ll::TypedStorage< 4, 48, ::DirtyTicksCounter[6]> | mFullChunkDirtyTicksCounters |
| |
|
::ll::TypedStorage< 4, 8, ::DirtyTicksCounter > | mChunkActorsDirtyTicksCounter |
| |
|
::ll::TypedStorage< 2, 512, ::std::array<::ChunkLocalHeight, 256 > > | mRainHeights |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::WeakEntityRef > > | mEntities |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::string > > | mRemovedActorStorageKeys |
| |
|
::ll::TypedStorage< 8, 136, ::LevelChunkBlockActorStorage > | mBlockEntities |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::shared_ptr<::BlockActor > > > | mPreservedBlockEntities |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::WeakRef<::EntityContext > > > | mVolumes |
| |
|
::ll::TypedStorage< 1, 2, ::BrightnessPair > | mDefaultBrightness |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::LevelChunk::SpawningArea > > | mSpawningAreas |
| |
|
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > | mLastNetworkLightingTime |
| |
|
::ll::TypedStorage< 8, 8, uint64 > | mLoadedMetaDataHash |
| |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::LevelChunkMetaData > > | mMetaData |
| |
|
::ll::TypedStorage< 1, 1, bool > | mClientNeedsToRequestSubChunks |
| |
|
::ll::TypedStorage< 1, 1, bool > | mLevelChunkHasHadOriginalLighting |
| |
|
::ll::TypedStorage< 4, 16, float[2][2]> | mChunkInterpolants |
| |
|
::ll::TypedStorage< 1, 1, bool > | mbChunkHasConverterTag |
| |
|
::ll::TypedStorage< 1, 1, ::LevelChunk::Neighbors > | mSavedNeighbors |
| |
|
::ll::TypedStorage< 4, 8, ::std::optional< uint > > | mGenerationSeed |
| |
|
::ll::TypedStorage< 1, 1, bool > | mGeneratedPreCavesAndCliffsBlending |
| |
|
::ll::TypedStorage< 1, 1, bool > | mOnChunkLoadedCalled |
| |
|
::ll::TypedStorage< 1, 1, bool > | mAllSerializedEntitiesLoaded |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mOutOfBoundsEntitiesBuffer |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mOutOfBoundsBlockEntitiesBuffer |
| |
|
::ll::TypedStorage< 1, 1, bool > | mSaveNonActorDataIfDirty |
| |
|
::ll::TypedStorage< 1, 1, bool > | mSaveIfNeverSaved |
| |
|
::ll::TypedStorage< 4, 4, ::std::atomic< int > > | mSnowRandomValue |
| |
|
::ll::TypedStorage< 1, 1, bool > | mHasSubChunksToPrune |
| |
|
::ll::TypedStorage< 1, 1, bool > | mHaveSubChunksBeenPruned |
| |
|
::ll::TypedStorage< 1, 1, bool > | mShouldShiftUpFlatWorldSubChunks |
| |
|
::ll::TypedStorage< 8, 32, ::SpinLockImpl > | mSubChunksToPruneLock |
| |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::std::vector<::SubChunk > > > | mSubChunksToPruneOutsideRange |
| |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::GameEventListenerRegistry > > | mGameEventListenerRegistry |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsClientGenerated |
| |
|
::ll::TypedStorage< 1, 1, bool > | mWasClientGenerated |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsEmptyClientChunk |
| |
|
::ll::TypedStorage< 1, 1, bool > | mActorStorageUpdatedAfterCheckingForReplacementData |
| |
|
::ll::TypedStorage< 8, 856, ::LevelChunkVolumeData > | mLevelChunkVolumeData |
| |