History Feature - DevNatan/inventory-framework GitHub Wiki

History feature allows a context, when closed, to be saved to be reused later with the state intact in exactly the same way as when it was closed.

Installation

Import the feature into your project and install it in the view frame.

implementation 'me.devnatan:inventory-framework-feature-history:3.0.0-beta'
import static me.devnatan.inventoryframework.history.HistoryFeature.History;

viewFrame.install(History)

Usage

TBD

Next Topics

What are you going to do if something unexpected happens while the player has your view open? Prevent catastrophes like leaks, bugs, dupes by Handling Errors!