Class CreativeInventoryScreenMixin

java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler>
net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen<net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler>
dev.jaxydog.astral.mixin.client.CreativeInventoryScreenMixin
All Implemented Interfaces:
net.minecraft.client.gui.Drawable, net.minecraft.client.gui.Element, net.minecraft.client.gui.navigation.Navigable, net.minecraft.client.gui.ParentElement, net.minecraft.client.gui.screen.ingame.ScreenHandlerProvider<net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler>

public abstract class CreativeInventoryScreenMixin extends net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen<net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler>
Allows for animated item group icons.
Since:
1.7.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen

    net.minecraft.client.gui.screen.Screen.SelectedElementNarrationData
  • Field Summary

    Fields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen

    BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, y

    Fields inherited from class net.minecraft.client.gui.screen.Screen

    client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width

    Fields inherited from interface net.minecraft.client.gui.Element

    MAX_DOUBLE_CLICK_INTERVAL
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreativeInventoryScreenMixin(net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler screenHandler, net.minecraft.entity.player.PlayerInventory playerInventory, net.minecraft.text.Text text)
    Creates a new instance of this mixin.
  • Method Summary

    Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen

    hideStatusEffectHud, render

    Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen

    close, drawBackground, drawForeground, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, init, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, onMouseClick, removed, shouldPause, tick

    Methods inherited from class net.minecraft.client.gui.screen.Screen

    addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenError

    Methods inherited from class net.minecraft.client.gui.AbstractParentElement

    getFocused, isDragging, setDragging, setFocused

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.Element

    mouseMoved

    Methods inherited from interface net.minecraft.client.gui.navigation.Navigable

    getNavigationOrder

    Methods inherited from interface net.minecraft.client.gui.ParentElement

    charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
  • Constructor Details

    • CreativeInventoryScreenMixin

      public CreativeInventoryScreenMixin(net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler screenHandler, net.minecraft.entity.player.PlayerInventory playerInventory, net.minecraft.text.Text text)
      Creates a new instance of this mixin.
      Parameters:
      screenHandler - The screen handler instance.
      playerInventory - The player's inventory.
      text - The screen text.
      Since:
      1.7.0