|
1 | 1 | package gregtech.common.mui.widget; |
2 | 2 |
|
3 | | -import com.cleanroommc.modularui.integration.jei.JeiGhostIngredientSlot; |
4 | | - |
5 | | -import com.cleanroommc.modularui.utils.MouseData; |
6 | | - |
7 | 3 | import gregtech.api.GTValues; |
8 | 4 | import gregtech.api.mui.sync.GTFluidSyncHandler; |
9 | 5 | import gregtech.api.util.FluidTooltipUtil; |
|
20 | 16 | import com.cleanroommc.modularui.api.widget.Interactable; |
21 | 17 | import com.cleanroommc.modularui.drawable.GuiDraw; |
22 | 18 | import com.cleanroommc.modularui.drawable.text.TextRenderer; |
| 19 | +import com.cleanroommc.modularui.integration.jei.JeiGhostIngredientSlot; |
23 | 20 | import com.cleanroommc.modularui.integration.jei.JeiIngredientProvider; |
24 | 21 | import com.cleanroommc.modularui.screen.RichTooltip; |
25 | 22 | import com.cleanroommc.modularui.screen.viewport.ModularGuiContext; |
26 | 23 | import com.cleanroommc.modularui.theme.WidgetTheme; |
27 | 24 | import com.cleanroommc.modularui.utils.Alignment; |
28 | 25 | import com.cleanroommc.modularui.utils.Color; |
| 26 | +import com.cleanroommc.modularui.utils.MouseData; |
29 | 27 | import com.cleanroommc.modularui.utils.NumberFormat; |
30 | 28 | import com.cleanroommc.modularui.value.sync.SyncHandler; |
31 | 29 | import com.cleanroommc.modularui.widget.Widget; |
32 | 30 | import org.jetbrains.annotations.NotNull; |
33 | 31 | import org.jetbrains.annotations.Nullable; |
34 | 32 |
|
35 | 33 | public final class GTFluidSlot extends Widget<GTFluidSlot> implements Interactable, JeiIngredientProvider, |
36 | | - JeiGhostIngredientSlot<FluidStack> { |
| 34 | + JeiGhostIngredientSlot<FluidStack> { |
37 | 35 |
|
38 | 36 | private final TextRenderer textRenderer = new TextRenderer(); |
39 | 37 | private GTFluidSyncHandler syncHandler; |
|
0 commit comments