|
| virtual ::std::shared_ptr<::UICustomRenderer > | clone () const |
| virtual void | render (::MinecraftUIRenderContext &renderContext, ::IClientInstance &client, ::UIControl &, int) |
| virtual void | onSourceDestroyed (::BlockSource &source) |
| 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) |
|
MCAPI ::std::vector<::BlockPos > | _generateChunkStartPositions (::AABB const &area) const |
|
MCAPI::RenderChunkInstanced & | _getRenderChunkInstanced (::BlockPos const &chunkPos) |
|
MCAPI void | _initializeChunkBuilder (::ClientBlockPipeline::TessellatorContext &pipelineContext, ::BlockSource ®ion, ::Tessellator &tessellator, ::WeakRef<::RenderChunkCoordinator > coordinator, ::AABB const &area) |
|
MCAPI bool | _renderBlockEntities (::BaseActorRenderContext &renderContext, ::BlockSource ®ion, ::AABB const &area, ::Vec3 const &offset, bool renderAlphaLayer) const |
|
MCAPI bool | _renderBlocks (::BaseActorRenderContext &renderContext, ::BlockSource ®ion, ::AABB const &area, ::Vec3 const &offset) |
|
MCAPI ::std::shared_ptr<::UICustomRenderer > | $clone () const |
|
MCAPI void | $render (::MinecraftUIRenderContext &renderContext, ::IClientInstance &client, ::UIControl &, int) |
|
MCFOLD void | $onSourceDestroyed (::BlockSource &source) |
|
MCAPI 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 | 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 bool | update (::IClientInstance &client, ::UIControl &owner, ::UIScene const &scene) |
|
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 void | collectScreenEvents (::std::queue<::ScreenEvent, ::std::deque<::ScreenEvent > > &screenEvents) |
|
virtual::UIItemRenderInfo | getItemRenderInfo () const |
|
MCFOLD bool | $update (::IClientInstance &client, ::UIControl &owner, ::UIScene const &scene) |
|
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 void | $collectScreenEvents (::std::queue<::ScreenEvent, ::std::deque<::ScreenEvent > > &screenEvents) |
|
MCFOLD::UIItemRenderInfo | $getItemRenderInfo () const |
|
virtual void | onSourceCreated (::BlockSource &source) |
|
virtual void | onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max) |
|
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 | $dtor () |
|
MCFOLD void | $onSourceCreated (::BlockSource &source) |
|
MCFOLD void | $onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max) |
|
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 | onAppPaused () |
|
virtual void | onAppUnpaused () |
|
virtual void | onAppPreSuspended () |
|
virtual void | onAppSuspended () |
|
virtual void | onAppResumed () |
|
virtual void | onAppFocusLost () |
|
virtual void | onAppFocusGained () |
|
virtual void | onAppTerminated () |
|
virtual void | onOperationModeChanged (::OperationMode const operationMode) |
|
virtual void | onPerformanceModeChanged (bool const boost) |
|
virtual void | onPushNotificationReceived (::PushNotificationMessage const &msg) |
|
virtual void | onResizeBegin () |
|
virtual void | onResizeEnd () |
|
virtual void | onDeviceLost () |
|
virtual void | onAppSurfaceCreated () |
|
virtual void | onAppSurfaceDestroyed () |
|
virtual void | onClipboardCopy (::std::string const &clipString) |
|
virtual void | onClipboardPaste (::std::string const &clipString) |
|
virtual void | onLowMemory (::LowMemorySeverity) |
|
MCAPI void | initListener (float priority) |
|
MCAPI void | $dtor () |
|
MCFOLD void | $onAppPaused () |
|
MCFOLD void | $onAppUnpaused () |
|
MCFOLD void | $onAppPreSuspended () |
|
MCFOLD void | $onAppSuspended () |
|
MCFOLD void | $onAppResumed () |
|
MCFOLD void | $onAppFocusLost () |
|
MCFOLD void | $onAppFocusGained () |
|
MCFOLD void | $onAppTerminated () |
|
MCFOLD void | $onOperationModeChanged (::OperationMode const operationMode) |
|
MCFOLD void | $onPerformanceModeChanged (bool const boost) |
|
MCFOLD void | $onPushNotificationReceived (::PushNotificationMessage const &msg) |
|
MCFOLD void | $onResizeBegin () |
|
MCFOLD void | $onResizeEnd () |
|
MCFOLD void | $onDeviceLost () |
|
MCFOLD void | $onAppSurfaceCreated () |
|
MCFOLD void | $onAppSurfaceDestroyed () |
|
MCFOLD void | $onClipboardCopy (::std::string const &clipString) |
|
MCFOLD void | $onClipboardPaste (::std::string const &clipString) |
|
MCFOLD void | $onLowMemory (::LowMemorySeverity) |