interfaces icon indicating copy to clipboard operation
interfaces copied to clipboard

A Java user-interface library with support for Minecraft.

Results 9 interfaces issues
Sort by recently updated
recently updated
newest added

I'm using interfaces to give a shop preview, but using shift-click on items in the player inventory results in the items getting placed in the chest interface. ```java ChestInterface.Builder builder...

it should only cancel if the click was cancelled

bug

These are unusual inventory types that are not handled in other libraries, but support for the enchantment table (custom buttons?), cartography table (custom map view), donkey, mule, etc. would be...

Crafting grid support is horrendous and sad, but it would be neat. We know it's possible, as we had it implemented 😆

enhancement

Chat interfaces would allow interfaces to be rendered to a Minecraft client's chat view. The interface Using clickable command chat components, we can create system which maps a command with...

enhancement

We should consider installing the listeners automatically when the first interface is created, for people that forget to register the listeners (not that _I_ would ever do that...) This could...

enhancement

We should add some tests, potentially using MockBukkit.

enhancement