inventory-framework icon indicating copy to clipboard operation
inventory-framework copied to clipboard

Minecraft Inventory API framework

Results 98 inventory-framework issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### 🐛 Describe the bug The methods are always called, regardless of whether the...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### 🐛 Describe the bug If you call context.openForPlayer for an open view, the...

bug

I wanted to know if it is possible to check if there is an item in the layout and if not, define a barrier ` private final State paginationState =...

### Is there an existing issue for this? - [X] I have searched the existing issues ### 🐛 Describe the bug When i try to open a computedAsyncPaginationState it doesn't...

bug

I want to know if it is possible to make an item in the inventory that when clicked will filter what the page is receiving private final EconomyPlugin plugin; private...

### Is there an existing issue for this? - [X] I have searched the existing issues ### 🐛 Describe the bug ``` [07:32:44] [Server thread/ERROR]: Could not pass event InventoryClickEvent...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### 🐛 Describe the bug I know it's not the first issue about this...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### 🐛 Describe the bug When rendering a (layout) item with `.withItem()`, and setting...

bug

https://github.com/DevNatan/inventory-framework/blob/2d9c92fc72e44cf233a0508a046723c81203c972/inventory-framework-api/src/main/java/me/devnatan/inventoryframework/pipeline/PipelinePhase.java#L104 ```java */ CONTEXT_LAYOUT_RESOLUTION, /** * Called when the player interacts with the container of a context. */ CONTEXT_SLOT_CLICK, // TODO Call this pipeline phase somewhere CONTEXT_CONFIG_CHECK, } ```

todo