treasure chests
Some checks failed
Build / build (push) Failing after 3s

This commit is contained in:
unurled 2024-04-09 22:00:16 +02:00
parent acc7f076e0
commit c3c82b4478
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F
7 changed files with 285 additions and 96 deletions

View file

@ -14,6 +14,8 @@ import xyz.xenondevs.invui.item.impl.SimpleItem;
public class TreasureGUI {
private TreasureGUI() {}
@NotNull
public static Gui createGui(@NotNull Treasure treasure) {
ItemStack itemStack = new ItemStack(Material.GRAY_STAINED_GLASS_PANE);