LeviLamina
Loading...
Searching...
No Matches
LevelRendererCameraListeners Class Reference
Inheritance diagram for LevelRendererCameraListeners:

Public Member Functions

virtual void onWillChangeDimension (::Player &player)
virtual void onDimensionChanged (::Player &player)
virtual void onChunkReloaded (::ChunkSource &, ::LevelChunk &lc)
virtual void updateLevelCullerType (::LevelCullerType const newLevelCullerType)
MCAPI void $dtor ()
MCAPI void $onWillChangeDimension (::Player &player)
MCAPI void $onDimensionChanged (::Player &player)
MCAPI void $onChunkReloaded (::ChunkSource &, ::LevelChunk &lc)
MCAPI void $updateLevelCullerType (::LevelCullerType const newLevelCullerType)
virtual void addCameraListenerToRenderChunkCoordinator ()
virtual void onAppSuspended ()
virtual void onAppResumed ()
virtual void onDeviceLost ()
virtual void onLowMemory ()
virtual void initResources ()
virtual void frameUpdate (::ClientFrameUpdateContext &clientFrameUpdateContext)
virtual void tickLevelRendererCamera ()
virtual void tickRain ()
virtual void updateViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters)
virtual void callRenderNameTags (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::Font &font)
virtual::NameTagRenderObjectCollection extractNameTags (::ScreenContext &screenContext) const
virtual void callRenderCracks (::BaseActorRenderContext &renderContext, ::ViewRenderObject const &renderObj)
virtual::CrackRenderObjectCollection extractCracks (::ScreenContext &screenContext) const
virtual void renderEntityEffects (::BaseActorRenderContext &renderContext)
virtual void renderBlockEntities (::BaseActorRenderContext &renderContext, bool renderAlphaLayer)
virtual void setViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters)
virtual bool getForceFog (::Actor const &) const
virtual void setupFog (::ScreenContext &screenContext, float const skyIntensityOverride)
virtual float getAmbientBrightness () const
virtual void recalculateRenderDistance (float const renderDistanceScalar)
virtual void preRenderUpdate (::ScreenContext &screenContext, ::LevelRenderPreRenderUpdateParameters &levelRenderPreRenderUpdateParameters)
virtual void render (::BaseActorRenderContext &baseEntityRenderContext, ::ViewRenderObject const &renderObj, ::IClientInstance &ci)
virtual void postRenderUpdate ()
virtual void notifyGeoChangedForAffectedEntities (::RenderChunkShared &, uchar)
virtual void queueRenderEntities (::LevelRenderPreRenderUpdateParameters const &)
virtual void _releaseRespectiveResources ()
virtual::Block const * _getBlockForBlockEnity (::BlockActor const &blockActor)
virtual void setupViewArea ()
virtual::FogDefinition::DistanceSettingType _getFogDistanceSettingType () const
virtual::FogDefinition::DensitySettingType _getFogDensitySettingType () const
MCAPI void _addBiomeFogDefinitionToManager (::BlockPos const &pos) const
MCAPI void _addToRenderChunkQueue (::ChunkRenderObjectCollection &collection, ::TerrainMaterialVariationManager const &terrainVariationMgr, ::TerrainLayer const &layer, ::RenderChunkInstanced const &renderChunkInstanced, uint64 chunkIdx, ::BlockPos const &chunkPos)
MCAPI void _applyAdjustmentsForAir (::FogDistanceSetting &setting, ::ScreenContext &screenContext, float skyIntensityOverride) const
MCAPI void _applyAdjustmentsForUnderwater (::FogDistanceSetting &setting) const
MCAPI ::std::shared_ptr<::LevelCullerBase_createCuller (::LevelCullerType type, ::std::weak_ptr<::LevelRendererCamera > levelRendererCamera, ::LevelBuilder &levelBuilder)
MCAPI void _freeSkyProbeTexture ()
MCAPI::FogVolumetricCoefficientSetting _getCurrentCoefficientFogSetting (::FogDefinition::CoefficientSettingType settingType) const
MCAPI::FogVolumetricDensitySetting _getCurrentDensityFogSetting () const
MCAPI::FogDistanceSetting _getCurrentFixedDistanceFogSetting (float renderDistance) const
MCAPI::FogTransitionSetting _getCurrentFixedTransitionFogSetting (float renderDistance) const
MCAPI::FogVolumetricHenyeyGreensteinGSetting _getCurrentHenyeyGreensteinGFogSetting (::FogDefinition::HenyeyGreensteinGSettingType settingType) const
MCAPI void _initCubemapTextures (::Dimension const &dimension)
MCAPI void _initSkyProbeTexture (::glm::ivec3 size)
MCAPI void _notifyOrthographicCameraMoved (::SubChunkPos const &pos, ::Vec3 const &viewDir, ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const &viewArea)
MCAPI void _notifyPerspectiveCameraMoved (::SubChunkPos const &pos, ::Vec3 const &viewPos, bool accurateSorting, ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const &viewArea)
MCAPI void _releaseResources ()
MCAPI void _resortNearbyChunks (::Vec3 const &viewPos, ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const &viewArea)
MCAPI bool _shouldRenderLeashedEntity (::Actor *actor, ::Vec3 cameraPos)
MCAPI void _tryInsertBlockEntityIntoRenderQueues (::BlockActor *blockActor, ::std::map<::ChunkPos, ::std::unordered_set<::BlockPos > > const &skipList)
MCAPI ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > & _viewAreaMutable ()
MCAPI::LevelRendererCamera::RainState calcRainState (::Vec3 const &rainPos) const
MCAPI void determineUnderwaterStatus (::BlockSource &region)
MCAPI::LevelRendererCamera::RainState doRainUpdate ()
MCAPI void doneQueuingChunks ()
MCAPI ::optional_ref<::TerrainMaterialVariationManager const > getCurrentVariationManager () const
MCAPI::RenderChunkInstanced * getOrCreateRenderChunkInstancedAt (::SubChunkPos const &rcp)
MCAPI::RenderChunkInstanced * getRenderChunkInstancedAt (::SubChunkPos const &rcp) const
MCAPI ::std::shared_ptr<::RenderChunkInstancedgetRenderChunkInstancedAtShared (::SubChunkPos const &rcp) const
MCAPI uint64 getRenderChunkInstancedCount ()
MCAPI bool isAABBVisible (::AABB const &bb, bool useFastCulling) const
MCAPI void onViewRadiusChanged (bool resetAll)
MCAPI void preDimensionChanged (::Player &player)
MCAPI void queueChunk (::ChunkRenderObjectCollection &collection, ::RenderChunkInstanced const &renderChunkInstanced, float farDistance2, float currentTime, ::TerrainMaterialVariationManager const &terrainVariationMgr, ::optional_ref<::TerrainMaterialVariationManager const > fadeVariationMgr)
MCAPI void recaptureViewAreaDimensions ()
MCAPI void renderAtmosphere (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData, bool isSkyLit) const
MCAPI void renderCameraAimAssistHighlight (::ScreenContext &screenContext)
MCAPI void renderChunkOccluders (::BaseActorRenderContext &renderContext) const
MCAPI void renderEditorCursor (::ScreenContext const &screenContext)
MCAPI void renderEntities (::BaseActorRenderContext &renderContext)
MCAPI void renderGameplayMetadata (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, bool waitingForLoad, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData) const
MCAPI void renderPlayerVision (::ScreenContext &screenContext) const
MCAPI void renderSky (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData) const
MCAPI void renderStructureWireframes (::BaseActorRenderContext &renderContext, ::IClientInstance const &clientInstance, ::ViewRenderObject const &renderObj)
MCAPI void renderVolumetricFog (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj)
MCAPI bool shouldCullThisFrame (uint64 lastNumRenderChunksVisibleFromCullingPoint)
MCAPI void updateFarChunksDistance ()
MCAPI void updatePerChunkFaceSortState (::Vec3 const &viewPos, ::Vec3 const &viewDir, bool isOrthoCamera)
MCAPI void * $ctor (::IClientInstance &clientInstance, ::Level &level, ::LevelRenderer &levelRenderer)
MCAPI void $addCameraListenerToRenderChunkCoordinator ()
MCAPI void $onAppSuspended ()
MCAPI void $onAppResumed ()
MCAPI void $onDeviceLost ()
MCAPI void $onLowMemory ()
MCAPI void $initResources ()
MCAPI void $frameUpdate (::ClientFrameUpdateContext &clientFrameUpdateContext)
MCAPI void $tickLevelRendererCamera ()
MCAPI void $tickRain ()
MCAPI void $updateViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters)
MCAPI void $callRenderNameTags (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::Font &font)
MCAPI::NameTagRenderObjectCollection $extractNameTags (::ScreenContext &screenContext) const
MCAPI void $callRenderCracks (::BaseActorRenderContext &renderContext, ::ViewRenderObject const &renderObj)
MCAPI::CrackRenderObjectCollection $extractCracks (::ScreenContext &screenContext) const
MCAPI void $renderEntityEffects (::BaseActorRenderContext &renderContext)
MCAPI void $renderBlockEntities (::BaseActorRenderContext &renderContext, bool renderAlphaLayer)
MCAPI void $setViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters)
MCAPI bool $getForceFog (::Actor const &) const
MCAPI void $setupFog (::ScreenContext &screenContext, float const skyIntensityOverride)
MCAPI float $getAmbientBrightness () const
MCAPI void $recalculateRenderDistance (float const renderDistanceScalar)
MCAPI void $preRenderUpdate (::ScreenContext &screenContext, ::LevelRenderPreRenderUpdateParameters &levelRenderPreRenderUpdateParameters)
MCAPI void $render (::BaseActorRenderContext &baseEntityRenderContext, ::ViewRenderObject const &renderObj, ::IClientInstance &ci)
MCAPI void $postRenderUpdate ()
MCAPI void $notifyGeoChangedForAffectedEntities (::RenderChunkShared &, uchar)
MCAPI void $queueRenderEntities (::LevelRenderPreRenderUpdateParameters const &)
MCAPI void $_releaseRespectiveResources ()
MCAPI::Block const * $_getBlockForBlockEnity (::BlockActor const &blockActor)
MCAPI void $setupViewArea ()
MCAPI::FogDefinition::DistanceSettingType $_getFogDistanceSettingType () const
MCAPI::FogDefinition::DensitySettingType $_getFogDensitySettingType () const
virtual void allChanged ()
virtual void sendServerLegacyParticle (::ParticleType, ::Vec3 const &, ::Vec3 const &, int)
virtual void addParticleEffect (::HashedString const &, ::Actor const &, ::HashedString const &, ::Vec3 const &, ::MolangVariableMap const &)
virtual void addTerrainParticleEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
virtual void addTerrainSlideEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
virtual void addBreakingItemParticleEffect (::Vec3 const &, ::BreakingItemParticleData const &, ::ResolvedItemIconInfo const &)
virtual void addBiomeTintedParticleEffect (::HashedString const &, ::BlockPos const &, ::Block const &, ::std::optional<::mce::Color >)
virtual void playMusic (::std::string const &, ::Vec3 const &, float, float)
virtual void playStreamingMusic (::std::string const &, int, int, int)
virtual void onEntityAdded (::Actor &)
virtual void onEntityRemoved (::Actor &)
virtual void onChunkLoaded (::ChunkSource &, ::LevelChunk &)
virtual void onSubChunkLoaded (::ChunkSource &, ::LevelChunk &, short, bool)
virtual void onChunkUnloaded (::LevelChunk &)
virtual void onLevelDestruction (::std::string const &)
virtual void levelEvent (::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int)
virtual void levelEvent (::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &)
virtual void takePicture (::cg::ImageBuffer &, ::Actor *, ::Actor *, ::ScreenshotOptions &, ::std::function< void(::cg::ImageBuffer &, ::ScreenshotOptions &)>)
virtual void playerListChanged ()
virtual void onLevelDataCommandsChanged (bool)
virtual void onLevelDataWorldTemplateOptionsUnlocked ()
MCFOLD void $allChanged ()
MCFOLD void $sendServerLegacyParticle (::ParticleType, ::Vec3 const &, ::Vec3 const &, int)
MCFOLD void $addParticleEffect (::HashedString const &, ::Actor const &, ::HashedString const &, ::Vec3 const &, ::MolangVariableMap const &)
MCFOLD void $addTerrainParticleEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
MCFOLD void $addTerrainSlideEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
MCFOLD void $addBreakingItemParticleEffect (::Vec3 const &, ::BreakingItemParticleData const &, ::ResolvedItemIconInfo const &)
MCFOLD void $addBiomeTintedParticleEffect (::HashedString const &, ::BlockPos const &, ::Block const &, ::std::optional<::mce::Color >)
MCFOLD void $playMusic (::std::string const &, ::Vec3 const &, float, float)
MCFOLD void $playStreamingMusic (::std::string const &, int, int, int)
MCFOLD void $onEntityAdded (::Actor &)
MCFOLD void $onEntityRemoved (::Actor &)
MCFOLD void $onChunkLoaded (::ChunkSource &, ::LevelChunk &)
MCFOLD void $onSubChunkLoaded (::ChunkSource &, ::LevelChunk &, short, bool)
MCFOLD void $onChunkUnloaded (::LevelChunk &)
MCFOLD void $onLevelDestruction (::std::string const &)
MCAPI void $takePicture (::cg::ImageBuffer &, ::Actor *, ::Actor *, ::ScreenshotOptions &, ::std::function< void(::cg::ImageBuffer &, ::ScreenshotOptions &)>)
MCFOLD void $playerListChanged ()
MCFOLD void $onLevelDataCommandsChanged (bool)
MCFOLD void $onLevelDataWorldTemplateOptionsUnlocked ()
virtual void onSourceCreated (::BlockSource &source)
virtual void onSourceDestroyed (::BlockSource &source)
virtual void onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max)
virtual void onBlockChanged (::BlockSource &source, ::BlockPos const &pos, uint layer, ::Block const &block, ::Block const &oldBlock, int updateFlags, ::ActorBlockSyncMessage const *syncMsg, ::BlockChangedEventTarget eventTarget, ::Actor *blockChangeSource)
virtual void onBrightnessChanged (::BlockSource &source, ::BlockPos const &pos)
virtual void onBlockEntityChanged (::BlockSource &source, ::BlockActor &te)
virtual void onEntityChanged (::BlockSource &source, ::Actor &entity)
virtual void onBlockEvent (::BlockSource &source, int x, int y, int z, int b0, int b1)
MCFOLD void $onSourceCreated (::BlockSource &source)
MCFOLD void $onSourceDestroyed (::BlockSource &source)
MCFOLD void $onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max)
MCFOLD void $onBlockChanged (::BlockSource &source, ::BlockPos const &pos, uint layer, ::Block const &block, ::Block const &oldBlock, int updateFlags, ::ActorBlockSyncMessage const *syncMsg, ::BlockChangedEventTarget eventTarget, ::Actor *blockChangeSource)
MCAPI void $onBrightnessChanged (::BlockSource &source, ::BlockPos const &pos)
MCFOLD void $onBlockEntityChanged (::BlockSource &source, ::BlockActor &te)
MCFOLD void $onEntityChanged (::BlockSource &source, ::Actor &entity)
MCFOLD void $onBlockEvent (::BlockSource &source, int x, int y, int z, int b0, int b1)
virtual void onPlayerDestruction (::Player &player)

Static Public Member Functions

static MCAPI void ** $vftableForPlayerListener ()
static MCAPI void ** $vftableForLevelRendererCamera ()
static MCAPI void ** $vftableForLevelListener ()
static MCAPI void renderClouds (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, float levelRenderDistance)
static MCAPI void renderEndChaos (::ScreenContext &screenContext, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData)
static MCAPI void renderShadows (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj)
static MCAPI void renderStars (::ScreenContext &screenContext, ::ViewRenderData const &renderData, ::SkyRenderObject const &skyData)
static MCAPI void renderSunAndMoon (::ScreenContext &screenContext, ::ViewRenderData const &renderData, ::SkyRenderObject const &skyData, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData)
static MCAPI bool shouldRenderActor (::Actor const &actor, ::LevelRendererCamera::PlayerStateParams const &playerStateParams)
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk617fb8
::ll::UntypedStorage< 8, 456 > mUnkf4f5be
::ll::UntypedStorage< 8, 24 > mUnkf417e3
::ll::UntypedStorage< 8, 24 > mUnk26a5ea
::ll::UntypedStorage< 8, 56 > mUnkb4b419
::ll::UntypedStorage< 8, 24 > mUnk3c473a
::ll::UntypedStorage< 8, 24 > mUnk2e2335
::ll::UntypedStorage< 8, 24 > mUnkb996f1
::ll::UntypedStorage< 8, 24 > mUnk1962fe
::ll::UntypedStorage< 8, 16 > mUnkf0e27f
::ll::UntypedStorage< 8, 16 > mUnked50e8
::ll::UntypedStorage< 8, 16 > mUnk41ddff
::ll::UntypedStorage< 8, 16 > mUnkb23629
::ll::UntypedStorage< 8, 16 > mUnk3060ef
::ll::UntypedStorage< 8, 16 > mUnke988b1
::ll::UntypedStorage< 8, 16 > mUnkea0b15
::ll::UntypedStorage< 8, 16 > mUnk769b22
::ll::UntypedStorage< 8, 16 > mUnk5d7f41
::ll::UntypedStorage< 8, 16 > mUnk59d899
::ll::UntypedStorage< 8, 24 > mUnk8399eb
::ll::UntypedStorage< 8, 24 > mUnk521887
::ll::UntypedStorage< 8, 8 > mUnk6b0c9c
::ll::UntypedStorage< 8, 56 > mUnk31a87d
::ll::UntypedStorage< 8, 136 > mUnkdd7caa
::ll::UntypedStorage< 4, 4 > mUnk3a1651
::ll::UntypedStorage< 4, 4 > mUnk405c5f
::ll::UntypedStorage< 4, 4 > mUnk416b55
::ll::UntypedStorage< 4, 8 > mUnkc3ee2e
::ll::UntypedStorage< 4, 4 > mUnka4a78d
::ll::UntypedStorage< 4, 4 > mUnk7e444b
::ll::UntypedStorage< 4, 8 > mUnkefef34
::ll::UntypedStorage< 4, 8 > mUnk8749ec
::ll::UntypedStorage< 4, 28 > mUnkf94c1d
::ll::UntypedStorage< 4, 28 > mUnk376382
::ll::UntypedStorage< 4, 16 > mUnkc2f44d
::ll::UntypedStorage< 4, 32 > mUnk7fed10
::ll::UntypedStorage< 4, 32 > mUnk3f7cbc
::ll::UntypedStorage< 4, 32 > mUnkd05fe5
::ll::UntypedStorage< 4, 4 > mUnkfe0eed
::ll::UntypedStorage< 4, 4 > mUnk3f3784
::ll::UntypedStorage< 1, 1 > mUnk65e2e6
::ll::UntypedStorage< 1, 1 > mUnke6ca9a
::ll::UntypedStorage< 1, 1 > mUnk1b29f6
::ll::UntypedStorage< 1, 1 > mUnkf7eaa6
::ll::UntypedStorage< 4, 4 > mUnk164bc9
::ll::UntypedStorage< 8, 224 > mUnk9eaf57
::ll::UntypedStorage< 4, 4 > mUnkc739ed
::ll::UntypedStorage< 1, 1 > mUnk739602
::ll::UntypedStorage< 4, 4 > mUnkbebec2
::ll::UntypedStorage< 4, 4 > mUnk9290f7
::ll::UntypedStorage< 4, 4 > mUnk734efb
::ll::UntypedStorage< 4, 4 > mUnkd381fc
::ll::UntypedStorage< 4, 4 > mUnkb76067
::ll::UntypedStorage< 4, 4 > mUnk3107f8
::ll::UntypedStorage< 4, 4 > mUnkaecf89
::ll::UntypedStorage< 4, 4 > mUnke2d462
::ll::UntypedStorage< 4, 4 > mUnk848699
::ll::UntypedStorage< 8, 16 > mUnkc64188
::ll::UntypedStorage< 4, 12 > mUnk49c1eb
::ll::UntypedStorage< 4, 12 > mUnke15538
::ll::UntypedStorage< 4, 12 > mUnke22d0f
::ll::UntypedStorage< 4, 12 > mUnk43ad36
::ll::UntypedStorage< 4, 24 > mUnk30ea4e
::ll::UntypedStorage< 4, 12 > mUnk6c5dba
::ll::UntypedStorage< 4, 12 > mUnk78f446
::ll::UntypedStorage< 4, 12 > mUnkab8b69
::ll::UntypedStorage< 4, 204 > mUnk96ccd2
::ll::UntypedStorage< 1, 1 > mUnkf00c21
::ll::UntypedStorage< 8, 512 > mUnkfb412d
::ll::UntypedStorage< 8, 24 > mUnkac8f93
::ll::UntypedStorage< 8, 8 > mUnk136419
::ll::UntypedStorage< 8, 8 > mUnkb45bb2
::ll::UntypedStorage< 8, 8 > mUnk9b1495
::ll::UntypedStorage< 1, 1 > mUnka5b506
::ll::UntypedStorage< 1, 1 > mUnkd22d2b
::ll::UntypedStorage< 1, 1 > mUnk24e50d
::ll::UntypedStorage< 1, 1 > mUnk40b3e9
::ll::UntypedStorage< 1, 1 > mUnk74676a
::ll::UntypedStorage< 1, 1 > mUnk18047e
::ll::UntypedStorage< 1, 1 > mUnked227c
::ll::UntypedStorage< 8, 8 > mUnk579634
::ll::UntypedStorage< 8, 16 > mUnk52067e
::ll::UntypedStorage< 8, 8 > mUnkbdf50e
::ll::UntypedStorage< 2, 2 > mUnkd66ad2
::ll::UntypedStorage< 8, 8 > mUnk10316a
::ll::UntypedStorage< 8, 16 > mUnka4f0b3
::ll::UntypedStorage< 1, 1 > mUnk869937
::ll::UntypedStorage< 1, 1 > mUnkef7547
::ll::UntypedStorage< 1, 1 > mUnkf3ca7a
::ll::UntypedStorage< 4, 4 > mUnk969e8f
::ll::UntypedStorage< 2, 2 > mUnkde831f
::ll::UntypedStorage< 1, 1 > mUnkc4aa3d
::ll::UntypedStorage< 4, 4 > mUnk5e9948
::ll::UntypedStorage< 4, 4 > mUnk9f9b7e
::ll::UntypedStorage< 4, 12 > mUnk64917b
::ll::UntypedStorage< 4, 12 > mUnk10a0a2
::ll::UntypedStorage< 8, 8 > mUnkb84577
::ll::UntypedStorage< 8, 16 > mUnk5b8974
::ll::UntypedStorage< 8, 24 > mUnk2ec2b9
::ll::UntypedStorage< 8, 64 > mUnkcb8c1e
::ll::UntypedStorage< 8, 16 > mUnka32861
::ll::UntypedStorage< 8, 8 > mUnkce2747
::ll::UntypedStorage< 8, 8 > mUnk23f139
::ll::UntypedStorage< 8, 488 > mUnk50073a
::ll::UntypedStorage< 8, 16 > mUnk269f43
::ll::UntypedStorage< 8, 8 > mUnkfb8626

Member Function Documentation

◆ onWillChangeDimension()

virtual void LevelRendererCameraListeners::onWillChangeDimension ( ::Player & player)
virtual

Reimplemented from PlayerListener.

◆ onDimensionChanged()

virtual void LevelRendererCameraListeners::onDimensionChanged ( ::Player & player)
virtual

Reimplemented from PlayerListener.

◆ onChunkReloaded()

virtual void LevelRendererCameraListeners::onChunkReloaded ( ::ChunkSource & ,
::LevelChunk & lc )
virtual

Reimplemented from LevelListener.

◆ updateLevelCullerType()

virtual void LevelRendererCameraListeners::updateLevelCullerType ( ::LevelCullerType const newLevelCullerType)
virtual

Implements LevelRendererCamera.

◆ $dtor()

MCAPI void LevelRendererCameraListeners::$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.

◆ $onWillChangeDimension()

MCAPI void LevelRendererCameraListeners::$onWillChangeDimension ( ::Player & player)
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.

◆ $onDimensionChanged()

MCAPI void LevelRendererCameraListeners::$onDimensionChanged ( ::Player & player)
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.

◆ $onChunkReloaded()

MCAPI void LevelRendererCameraListeners::$onChunkReloaded ( ::ChunkSource & ,
::LevelChunk & lc )
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.

◆ $updateLevelCullerType()

MCAPI void LevelRendererCameraListeners::$updateLevelCullerType ( ::LevelCullerType const newLevelCullerType)
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.

◆ $vftableForPlayerListener()

MCAPI void ** LevelRendererCameraListeners::$vftableForPlayerListener ( )
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.

◆ $vftableForLevelRendererCamera()

MCAPI void ** LevelRendererCameraListeners::$vftableForLevelRendererCamera ( )
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.

◆ $vftableForLevelListener()

MCAPI void ** LevelRendererCameraListeners::$vftableForLevelListener ( )
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.

◆ _addBiomeFogDefinitionToManager()

MCAPI void LevelRendererCamera::_addBiomeFogDefinitionToManager ( ::BlockPos const & pos) const
inherited
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.

◆ _addToRenderChunkQueue()

MCAPI void LevelRendererCamera::_addToRenderChunkQueue ( ::ChunkRenderObjectCollection & collection,
::TerrainMaterialVariationManager const & terrainVariationMgr,
::TerrainLayer const & layer,
::RenderChunkInstanced const & renderChunkInstanced,
uint64 chunkIdx,
::BlockPos const & chunkPos )
inherited
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.

◆ _applyAdjustmentsForAir()

MCAPI void LevelRendererCamera::_applyAdjustmentsForAir ( ::FogDistanceSetting & setting,
::ScreenContext & screenContext,
float skyIntensityOverride ) const
inherited
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.

◆ _applyAdjustmentsForUnderwater()

MCAPI void LevelRendererCamera::_applyAdjustmentsForUnderwater ( ::FogDistanceSetting & setting) const
inherited
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.

◆ _createCuller()

MCAPI ::std::shared_ptr<::LevelCullerBase > LevelRendererCamera::_createCuller ( ::LevelCullerType type,
::std::weak_ptr<::LevelRendererCamera > levelRendererCamera,
::LevelBuilder & levelBuilder )
inherited
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.

◆ _freeSkyProbeTexture()

MCAPI void LevelRendererCamera::_freeSkyProbeTexture ( )
inherited
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.

◆ _getCurrentCoefficientFogSetting()

MCAPI::FogVolumetricCoefficientSetting LevelRendererCamera::_getCurrentCoefficientFogSetting ( ::FogDefinition::CoefficientSettingType settingType) const
inherited
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.

◆ _getCurrentDensityFogSetting()

MCAPI::FogVolumetricDensitySetting LevelRendererCamera::_getCurrentDensityFogSetting ( ) const
inherited
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.

◆ _getCurrentFixedDistanceFogSetting()

MCAPI::FogDistanceSetting LevelRendererCamera::_getCurrentFixedDistanceFogSetting ( float renderDistance) const
inherited
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.

◆ _getCurrentFixedTransitionFogSetting()

MCAPI::FogTransitionSetting LevelRendererCamera::_getCurrentFixedTransitionFogSetting ( float renderDistance) const
inherited
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.

◆ _getCurrentHenyeyGreensteinGFogSetting()

MCAPI::FogVolumetricHenyeyGreensteinGSetting LevelRendererCamera::_getCurrentHenyeyGreensteinGFogSetting ( ::FogDefinition::HenyeyGreensteinGSettingType settingType) const
inherited
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.

◆ _initCubemapTextures()

MCAPI void LevelRendererCamera::_initCubemapTextures ( ::Dimension const & dimension)
inherited
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.

◆ _initSkyProbeTexture()

MCAPI void LevelRendererCamera::_initSkyProbeTexture ( ::glm::ivec3 size)
inherited
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.

◆ _notifyOrthographicCameraMoved()

MCAPI void LevelRendererCamera::_notifyOrthographicCameraMoved ( ::SubChunkPos const & pos,
::Vec3 const & viewDir,
::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const & viewArea )
inherited
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.

◆ _notifyPerspectiveCameraMoved()

MCAPI void LevelRendererCamera::_notifyPerspectiveCameraMoved ( ::SubChunkPos const & pos,
::Vec3 const & viewPos,
bool accurateSorting,
::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const & viewArea )
inherited
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.

◆ _releaseResources()

MCAPI void LevelRendererCamera::_releaseResources ( )
inherited
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.

◆ _resortNearbyChunks()

MCAPI void LevelRendererCamera::_resortNearbyChunks ( ::Vec3 const & viewPos,
::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const & viewArea )
inherited
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.

◆ _shouldRenderLeashedEntity()

MCAPI bool LevelRendererCamera::_shouldRenderLeashedEntity ( ::Actor * actor,
::Vec3 cameraPos )
inherited
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.

◆ _tryInsertBlockEntityIntoRenderQueues()

MCAPI void LevelRendererCamera::_tryInsertBlockEntityIntoRenderQueues ( ::BlockActor * blockActor,
::std::map<::ChunkPos, ::std::unordered_set<::BlockPos > > const & skipList )
inherited
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.

◆ _viewAreaMutable()

MCAPI ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > & LevelRendererCamera::_viewAreaMutable ( )
inherited
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.

◆ calcRainState()

MCAPI::LevelRendererCamera::RainState LevelRendererCamera::calcRainState ( ::Vec3 const & rainPos) const
inherited
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.

◆ determineUnderwaterStatus()

MCAPI void LevelRendererCamera::determineUnderwaterStatus ( ::BlockSource & region)
inherited
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.

◆ doRainUpdate()

MCAPI::LevelRendererCamera::RainState LevelRendererCamera::doRainUpdate ( )
inherited
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.

◆ doneQueuingChunks()

MCAPI void LevelRendererCamera::doneQueuingChunks ( )
inherited
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.

◆ getCurrentVariationManager()

MCAPI ::optional_ref<::TerrainMaterialVariationManager const > LevelRendererCamera::getCurrentVariationManager ( ) const
inherited
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.

◆ getOrCreateRenderChunkInstancedAt()

MCAPI::RenderChunkInstanced * LevelRendererCamera::getOrCreateRenderChunkInstancedAt ( ::SubChunkPos const & rcp)
inherited
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.

◆ getRenderChunkInstancedAt()

MCAPI::RenderChunkInstanced * LevelRendererCamera::getRenderChunkInstancedAt ( ::SubChunkPos const & rcp) const
inherited
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.

◆ getRenderChunkInstancedAtShared()

MCAPI ::std::shared_ptr<::RenderChunkInstanced > LevelRendererCamera::getRenderChunkInstancedAtShared ( ::SubChunkPos const & rcp) const
inherited
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.

◆ getRenderChunkInstancedCount()

MCAPI uint64 LevelRendererCamera::getRenderChunkInstancedCount ( )
inherited
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.

◆ isAABBVisible()

MCAPI bool LevelRendererCamera::isAABBVisible ( ::AABB const & bb,
bool useFastCulling ) const
inherited
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.

◆ onViewRadiusChanged()

MCAPI void LevelRendererCamera::onViewRadiusChanged ( bool resetAll)
inherited
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.

◆ preDimensionChanged()

MCAPI void LevelRendererCamera::preDimensionChanged ( ::Player & player)
inherited
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.

◆ queueChunk()

MCAPI void LevelRendererCamera::queueChunk ( ::ChunkRenderObjectCollection & collection,
::RenderChunkInstanced const & renderChunkInstanced,
float farDistance2,
float currentTime,
::TerrainMaterialVariationManager const & terrainVariationMgr,
::optional_ref<::TerrainMaterialVariationManager const > fadeVariationMgr )
inherited
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.

◆ recaptureViewAreaDimensions()

MCAPI void LevelRendererCamera::recaptureViewAreaDimensions ( )
inherited
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.

◆ renderAtmosphere()

MCAPI void LevelRendererCamera::renderAtmosphere ( ::ScreenContext & screenContext,
::ViewRenderObject const & renderObj,
::BaseSceneDirectionalLightRenderData const & sceneDirectionalLightRenderData,
bool isSkyLit ) const
inherited
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.

◆ renderCameraAimAssistHighlight()

MCAPI void LevelRendererCamera::renderCameraAimAssistHighlight ( ::ScreenContext & screenContext)
inherited
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.

◆ renderChunkOccluders()

MCAPI void LevelRendererCamera::renderChunkOccluders ( ::BaseActorRenderContext & renderContext) const
inherited
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.

◆ renderEditorCursor()

MCAPI void LevelRendererCamera::renderEditorCursor ( ::ScreenContext const & screenContext)
inherited
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.

◆ renderEntities()

MCAPI void LevelRendererCamera::renderEntities ( ::BaseActorRenderContext & renderContext)
inherited
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.

◆ renderGameplayMetadata()

MCAPI void LevelRendererCamera::renderGameplayMetadata ( ::ScreenContext & screenContext,
::ViewRenderObject const & renderObj,
bool waitingForLoad,
::BaseSceneDirectionalLightRenderData const & sceneDirectionalLightRenderData ) const
inherited
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.

◆ renderPlayerVision()

MCAPI void LevelRendererCamera::renderPlayerVision ( ::ScreenContext & screenContext) const
inherited
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.

◆ renderSky()

MCAPI void LevelRendererCamera::renderSky ( ::ScreenContext & screenContext,
::ViewRenderObject const & renderObj,
::BaseSceneDirectionalLightRenderData const & sceneDirectionalLightRenderData ) const
inherited
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.

◆ renderStructureWireframes()

MCAPI void LevelRendererCamera::renderStructureWireframes ( ::BaseActorRenderContext & renderContext,
::IClientInstance const & clientInstance,
::ViewRenderObject const & renderObj )
inherited
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.

◆ renderVolumetricFog()

MCAPI void LevelRendererCamera::renderVolumetricFog ( ::ScreenContext & screenContext,
::ViewRenderObject const & renderObj )
inherited
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.

◆ shouldCullThisFrame()

MCAPI bool LevelRendererCamera::shouldCullThisFrame ( uint64 lastNumRenderChunksVisibleFromCullingPoint)
inherited
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.

◆ updateFarChunksDistance()

MCAPI void LevelRendererCamera::updateFarChunksDistance ( )
inherited
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.

◆ updatePerChunkFaceSortState()

MCAPI void LevelRendererCamera::updatePerChunkFaceSortState ( ::Vec3 const & viewPos,
::Vec3 const & viewDir,
bool isOrthoCamera )
inherited
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.

◆ renderClouds()

MCAPI void LevelRendererCamera::renderClouds ( ::ScreenContext & screenContext,
::ViewRenderObject const & renderObj,
float levelRenderDistance )
staticinherited
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.

◆ renderEndChaos()

MCAPI void LevelRendererCamera::renderEndChaos ( ::ScreenContext & screenContext,
::BaseSceneDirectionalLightRenderData const & sceneDirectionalLightRenderData )
staticinherited
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.

◆ renderShadows()

MCAPI void LevelRendererCamera::renderShadows ( ::ScreenContext & screenContext,
::ViewRenderObject const & renderObj )
staticinherited
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.

◆ renderStars()

MCAPI void LevelRendererCamera::renderStars ( ::ScreenContext & screenContext,
::ViewRenderData const & renderData,
::SkyRenderObject const & skyData )
staticinherited
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.

◆ renderSunAndMoon()

MCAPI void LevelRendererCamera::renderSunAndMoon ( ::ScreenContext & screenContext,
::ViewRenderData const & renderData,
::SkyRenderObject const & skyData,
::BaseSceneDirectionalLightRenderData const & sceneDirectionalLightRenderData )
staticinherited
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.

◆ shouldRenderActor()

MCAPI bool LevelRendererCamera::shouldRenderActor ( ::Actor const & actor,
::LevelRendererCamera::PlayerStateParams const & playerStateParams )
staticinherited
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()

MCAPI void * LevelRendererCamera::$ctor ( ::IClientInstance & clientInstance,
::Level & level,
::LevelRenderer & levelRenderer )
inherited
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.

◆ $addCameraListenerToRenderChunkCoordinator()

MCAPI void LevelRendererCamera::$addCameraListenerToRenderChunkCoordinator ( )
inherited
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.

◆ $onAppSuspended()

MCAPI void LevelRendererCamera::$onAppSuspended ( )
inherited
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.

◆ $onAppResumed()

MCAPI void LevelRendererCamera::$onAppResumed ( )
inherited
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.

◆ $onDeviceLost()

MCAPI void LevelRendererCamera::$onDeviceLost ( )
inherited
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.

◆ $onLowMemory()

MCAPI void LevelRendererCamera::$onLowMemory ( )
inherited
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.

◆ $initResources()

MCAPI void LevelRendererCamera::$initResources ( )
inherited
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.

◆ $frameUpdate()

MCAPI void LevelRendererCamera::$frameUpdate ( ::ClientFrameUpdateContext & clientFrameUpdateContext)
inherited
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.

◆ $tickLevelRendererCamera()

MCAPI void LevelRendererCamera::$tickLevelRendererCamera ( )
inherited
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.

◆ $tickRain()

MCAPI void LevelRendererCamera::$tickRain ( )
inherited
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.

◆ $updateViewArea()

MCAPI void LevelRendererCamera::$updateViewArea ( ::LevelRenderPreRenderUpdateParameters const & levelRenderPreRenderUpdateParameters)
inherited
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.

◆ $callRenderNameTags()

MCAPI void LevelRendererCamera::$callRenderNameTags ( ::ScreenContext & screenContext,
::ViewRenderObject const & renderObj,
::Font & font )
inherited
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.

◆ $extractNameTags()

MCAPI::NameTagRenderObjectCollection LevelRendererCamera::$extractNameTags ( ::ScreenContext & screenContext) const
inherited
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.

◆ $callRenderCracks()

MCAPI void LevelRendererCamera::$callRenderCracks ( ::BaseActorRenderContext & renderContext,
::ViewRenderObject const & renderObj )
inherited
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.

◆ $extractCracks()

MCAPI::CrackRenderObjectCollection LevelRendererCamera::$extractCracks ( ::ScreenContext & screenContext) const
inherited
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.

◆ $renderEntityEffects()

MCAPI void LevelRendererCamera::$renderEntityEffects ( ::BaseActorRenderContext & renderContext)
inherited
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.

◆ $renderBlockEntities()

MCAPI void LevelRendererCamera::$renderBlockEntities ( ::BaseActorRenderContext & renderContext,
bool renderAlphaLayer )
inherited
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.

◆ $setViewArea()

MCAPI void LevelRendererCamera::$setViewArea ( ::LevelRenderPreRenderUpdateParameters const & levelRenderPreRenderUpdateParameters)
inherited
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.

◆ $getForceFog()

MCAPI bool LevelRendererCamera::$getForceFog ( ::Actor const & ) const
inherited
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.

◆ $setupFog()

MCAPI void LevelRendererCamera::$setupFog ( ::ScreenContext & screenContext,
float const skyIntensityOverride )
inherited
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.

◆ $getAmbientBrightness()

MCAPI float LevelRendererCamera::$getAmbientBrightness ( ) const
inherited
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.

◆ $recalculateRenderDistance()

MCAPI void LevelRendererCamera::$recalculateRenderDistance ( float const renderDistanceScalar)
inherited
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.

◆ $preRenderUpdate()

MCAPI void LevelRendererCamera::$preRenderUpdate ( ::ScreenContext & screenContext,
::LevelRenderPreRenderUpdateParameters & levelRenderPreRenderUpdateParameters )
inherited
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.

◆ $render()

MCAPI void LevelRendererCamera::$render ( ::BaseActorRenderContext & baseEntityRenderContext,
::ViewRenderObject const & renderObj,
::IClientInstance & ci )
inherited
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.

◆ $postRenderUpdate()

MCAPI void LevelRendererCamera::$postRenderUpdate ( )
inherited
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.

◆ $notifyGeoChangedForAffectedEntities()

MCAPI void LevelRendererCamera::$notifyGeoChangedForAffectedEntities ( ::RenderChunkShared & ,
uchar  )
inherited
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.

◆ $queueRenderEntities()

MCAPI void LevelRendererCamera::$queueRenderEntities ( ::LevelRenderPreRenderUpdateParameters const & )
inherited
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.

◆ $_releaseRespectiveResources()

MCAPI void LevelRendererCamera::$_releaseRespectiveResources ( )
inherited
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.

◆ $_getBlockForBlockEnity()

MCAPI::Block const * LevelRendererCamera::$_getBlockForBlockEnity ( ::BlockActor const & blockActor)
inherited
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.

◆ $setupViewArea()

MCAPI void LevelRendererCamera::$setupViewArea ( )
inherited
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.

◆ $_getFogDistanceSettingType()

MCAPI::FogDefinition::DistanceSettingType LevelRendererCamera::$_getFogDistanceSettingType ( ) const
inherited
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.

◆ $_getFogDensitySettingType()

MCAPI::FogDefinition::DensitySettingType LevelRendererCamera::$_getFogDensitySettingType ( ) const
inherited
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.

◆ $vftable()

MCAPI void ** LevelRendererCamera::$vftable ( )
staticinherited
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 files: