aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2024-08-14 10:34:09 +0900
committerGitHub <noreply@github.com>2024-08-14 08:34:09 +0700
commit1bb8b83e53c1d4242d2791bf75597deb02404e8c (patch)
tree61dd09221dbaf0b13fde048f3428f930a61e4058 /src/main/java
parent77f9f7c1f90231d92afbb2ed08f3b203455e3ea2 (diff)
downloadGT5-Unofficial-1bb8b83e53c1d4242d2791bf75597deb02404e8c.tar.gz
GT5-Unofficial-1bb8b83e53c1d4242d2791bf75597deb02404e8c.tar.bz2
GT5-Unofficial-1bb8b83e53c1d4242d2791bf75597deb02404e8c.zip
Update ModularUI2 (#2884)
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/gtPlusPlus/core/tileentities/general/TileEntityDecayablesChest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/gtPlusPlus/core/tileentities/general/TileEntityDecayablesChest.java b/src/main/java/gtPlusPlus/core/tileentities/general/TileEntityDecayablesChest.java
index c0e50bcc4f..4c75d7ffe7 100644
--- a/src/main/java/gtPlusPlus/core/tileentities/general/TileEntityDecayablesChest.java
+++ b/src/main/java/gtPlusPlus/core/tileentities/general/TileEntityDecayablesChest.java
@@ -14,10 +14,10 @@ import net.minecraft.world.World;
import com.cleanroommc.modularui.api.IGuiHolder;
import com.cleanroommc.modularui.api.drawable.IKey;
import com.cleanroommc.modularui.factory.GuiData;
-import com.cleanroommc.modularui.future.InvWrapper;
import com.cleanroommc.modularui.screen.ModularPanel;
import com.cleanroommc.modularui.utils.Alignment;
-import com.cleanroommc.modularui.value.sync.GuiSyncManager;
+import com.cleanroommc.modularui.utils.item.InvWrapper;
+import com.cleanroommc.modularui.value.sync.PanelSyncManager;
import com.cleanroommc.modularui.value.sync.SyncHandlers;
import com.cleanroommc.modularui.widgets.ItemSlot;
import com.cleanroommc.modularui.widgets.SlotGroupWidget;
@@ -395,7 +395,7 @@ public class TileEntityDecayablesChest extends TileEntity implements ISidedInven
}
@Override
- public ModularPanel buildUI(GuiData data, GuiSyncManager syncManager) {
+ public ModularPanel buildUI(GuiData data, PanelSyncManager syncManager) {
final SlotGroup SLOT_GROUP = new SlotGroup("decayables", 5);
syncManager.registerSlotGroup(SLOT_GROUP);
syncManager.addOpenListener(player -> {