|
|
CreditsRenderer & | operator= (CreditsRenderer const &) |
| virtual ::std::shared_ptr<::UICustomRenderer > | clone () const |
| virtual bool | update (::IClientInstance &client, ::UIControl &owner, ::UIScene const &scene) |
| virtual void | render (::MinecraftUIRenderContext &renderContext, ::IClientInstance &client, ::UIControl &owner, int) |
| virtual void | collectScreenEvents (::std::queue<::ScreenEvent, ::std::deque<::ScreenEvent > > &screenEvents) |
|
MCAPI | CreditsRenderer (::CreditsRenderer const &) |
|
MCAPI | CreditsRenderer (::UIResolvedDef const &def) |
|
MCAPI void | _addDisciplineTitleContent (::std::string const §ionTitle, ::Bedrock::NotNullNonOwnerPtr<::FontHandle > const &fontHandle, int ownerWidth) |
|
MCAPI void | _addGroupTitleContent (::std::string const &groupTitle, ::Bedrock::NotNullNonOwnerPtr<::FontHandle > const &fontHandle, int ownerWidth) |
|
MCAPI void | _addNameContent (::std::string const &name, ::Bedrock::NotNullNonOwnerPtr<::FontHandle > const &fontHandle, int ownerWidth) |
|
MCAPI void | _addSectionTitleContent (::std::string const §ionTitle, ::Bedrock::NotNullNonOwnerPtr<::FontHandle > const &fontHandle, int ownerWidth) |
|
MCAPI void | _loadImageFile (::IClientInstance &client, ::UIControl &owner, ::std::string const &filePath) |
|
MCAPI void | _loadJsonFile (::IClientInstance &client, ::UIControl &owner, ::std::string const &filePath) |
|
MCAPI void | _loadTextFile (::IClientInstance &client, ::UIControl &owner, ::std::string const &filePath) |
|
MCAPI void | _parseDiscipline (::Json::Value const &rootData, ::Bedrock::NotNullNonOwnerPtr<::FontHandle > const &fontHandle, int ownerWidth) |
|
MCAPI void | _parseSection (::Json::Value const &rootData, ::Bedrock::NotNullNonOwnerPtr<::FontHandle > const &fontHandle, int ownerWidth) |
|
MCAPI void | _parseTitleGroup (::Json::Value const &rootData, ::Bedrock::NotNullNonOwnerPtr<::FontHandle > const &fontHandle, int ownerWidth) |
|
MCAPI void * | $ctor (::CreditsRenderer const &) |
|
MCAPI void * | $ctor (::UIResolvedDef const &def) |
|
MCAPI ::std::shared_ptr<::UICustomRenderer > | $clone () const |
|
MCAPI bool | $update (::IClientInstance &client, ::UIControl &owner, ::UIScene const &scene) |
|
MCAPI void | $render (::MinecraftUIRenderContext &renderContext, ::IClientInstance &client, ::UIControl &owner, int) |
|
MCAPI void | $collectScreenEvents (::std::queue<::ScreenEvent, ::std::deque<::ScreenEvent > > &screenEvents) |
| virtual void | frameUpdate (::UIFrameUpdateContext &frameUpdateContext, ::UIControl &owner) |
|
virtual void | frameUpdate (::MinecraftUIFrameUpdateContext &, ::UIControl &) |
| virtual void | render (::UIRenderContext &renderContext, ::IClientInstance &client, ::UIControl &owner, int pass) |
| virtual void | preRenderSetup (::UIRenderContext &renderContext) |
|
virtual void | preRenderSetup (::MinecraftUIRenderContext &renderContext) |
|
MCFOLD void | $dtor () |
|
MCAPI void | $frameUpdate (::UIFrameUpdateContext &frameUpdateContext, ::UIControl &owner) |
|
MCFOLD void | $frameUpdate (::MinecraftUIFrameUpdateContext &, ::UIControl &) |
|
MCAPI void | $render (::UIRenderContext &renderContext, ::IClientInstance &client, ::UIControl &owner, int pass) |
|
MCAPI void | $preRenderSetup (::UIRenderContext &renderContext) |
|
MCFOLD void | $preRenderSetup (::MinecraftUIRenderContext &renderContext) |
|
virtual::UIBatchType | getBatchType () const |
|
virtual int | getCustomId () const |
|
virtual int | getNumRenderPasses () const |
|
virtual::ResourceLocation | getResourceLocation (int textureSlot, int pass) const |
|
virtual::UIMaterialType | getUIMaterialType (int pass) const |
|
virtual bool | getRequiresPreRenderSetup (int pass) const |
|
virtual void | onVisibilityChanged (bool visible) |
|
virtual::UIItemRenderInfo | getItemRenderInfo () const |
|
MCFOLD::UIBatchType | $getBatchType () const |
|
MCFOLD int | $getCustomId () const |
|
MCFOLD int | $getNumRenderPasses () const |
|
MCAPI::ResourceLocation | $getResourceLocation (int textureSlot, int pass) const |
|
MCFOLD::UIMaterialType | $getUIMaterialType (int pass) const |
|
MCFOLD bool | $getRequiresPreRenderSetup (int pass) const |
|
MCFOLD void | $onVisibilityChanged (bool visible) |
|
MCFOLD::UIItemRenderInfo | $getItemRenderInfo () const |
|
|
::ll::TypedStorage< 1, 1, bool > | mInitialized |
|
::ll::TypedStorage< 4, 8, ::glm::vec2 > | mOwnerSize |
|
::ll::TypedStorage< 8, 24, ::std::vector<::CreditsRenderer::CreditsContent > > | mContent |
|
::ll::TypedStorage< 4, 4, uint > | mIndex |
|
::ll::TypedStorage< 4, 4, float > | mCurrentOffset |
|
::ll::TypedStorage< 8, 32, ::std::string > | mPlayerName |
|
::ll::TypedStorage< 4, 4, float > | mScrollSpeed |
|
::ll::TypedStorage< 1, 1, bool > | mFinished |
|
::ll::TypedStorage< 8, 24, ::std::vector<::ScreenEvent > > | mScreenEvents |
|
::ll::TypedStorage< 4, 4, uint > | mCreditsEndEventId |
|
::ll::TypedStorage< 8, 8, double > | mTimeNowSeconds |
|
::ll::TypedStorage< 8, 8, double > | mTimeLastSeconds |
|
::ll::TypedStorage< 8, 8, double > | mDeltaTimeSeconds |
|
::ll::TypedStorage< 4, 4, float > | mPropagatedAlpha |