DevNatan / inventory-framework

Minecraft Inventory API framework
MIT License
128 stars 22 forks source link

Share config between frame, view, contexts and components #612

Open DevNatan opened 11 months ago

DevNatan commented 11 months ago

Create a interface Configurable containing ViewConfig getConfig() that is implemented by IFViewFrame, RootView, IFContext and Component.

This allows components to use component-specific configurations like interactionDelay, cancelOnClick and external features modifiers