Redo everything

This commit is contained in:
skippyall
2025-09-12 00:59:57 +02:00
parent e27b1698e4
commit b6f7bfc57b
84 changed files with 980 additions and 1188 deletions
@@ -1,20 +1,8 @@
package io.github.skippyall.minions.gui;
import eu.pb4.sgui.api.elements.GuiElementBuilder;
import eu.pb4.sgui.api.gui.SimpleGui;
import io.github.skippyall.minions.module.command.Command;
import io.github.skippyall.minions.minion.fakeplayer.MinionFakePlayer;
import io.github.skippyall.minions.module.ModuleItem;
import net.minecraft.screen.ScreenHandlerType;
import net.minecraft.server.network.ServerPlayerEntity;
import net.minecraft.text.Text;
import java.util.Collection;
import java.util.List;
public class CommandsGui {
public static void openServerModuleCommandGui(ServerPlayerEntity player, MinionFakePlayer minion) {
Collection<ModuleItem> modules = minion.getModuleInventory().getModuleItems();
/*public static void openServerModuleCommandGui(ServerPlayerEntity player, MinionFakePlayer minion) {
Collection<ModuleItem> modules = minion.getModuleInventory().getModules();
SimpleGui gui = new SimpleGui(ScreenHandlerType.GENERIC_9X3, player, false);
@@ -48,5 +36,5 @@ public class CommandsGui {
}
commandGui.open();
}
}*/
}