Skip to content

net.kernelpanicsoft.archie.mixin.client.gui

Types

AbstractContainerScreenDepthMixin

AbstractContainerScreenFloatingItemMixin

abstract class AbstractContainerScreenFloatingItemMixin<T : AbstractContainerMenu?> : Screen, MenuAccess<T> , DeferredFloatingItems

Holds back the item that follows the cursor - carried, mid-drag, or snapping back - for screens that asked to draw it themselves; see ScreenOverlayDeferral for why re-ordering is the only fix available here.

AbstractContainerScreenMixin

abstract class AbstractContainerScreenMixin<T : AbstractContainerMenu?> : Screen, MenuAccess<T> 

GuiGraphicsMixin

abstract class GuiGraphicsMixin