java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.createmod.catnip.gui.AbstractSimiScreen
com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsScreen
petrolpark.mc.library.compat.create.core.world.item.valueSettings.ItemValueSettingsScreen
All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Renderable, net.minecraft.client.gui.components.TabOrderedElement

public class ItemValueSettingsScreen extends com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsScreen
  • Nested Class Summary

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

    net.minecraft.client.gui.screens.Screen.NarratableSearchResult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final net.minecraft.world.InteractionHand
     

    Fields inherited from class net.createmod.catnip.gui.AbstractSimiScreen

    BACKGROUND_COLOR, guiLeft, guiTop, windowHeight, windowWidth, windowXOffset, windowYOffset

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

    CUBE_MAP, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, PANORAMA, renderables, screenExecutor, title, width

    Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    ItemValueSettingsScreen(net.minecraft.world.InteractionHand hand, com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsBoard board, com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsBehaviour.ValueSettings valueSettings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    saveAndClose(double pMouseX, double pMouseY)
     

    Methods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsScreen

    getClosestCoordinate, getCoordinateOfValue, init, keyReleased, mouseReleased, mouseScrolled, onClose, renderBackground, renderBrassFrame, renderWindow, tick

    Methods inherited from class net.createmod.catnip.gui.AbstractSimiScreen

    addRenderableWidgets, addRenderableWidgets, debugWindowArea, endFrame, getFocused, getRenderables, isPauseScreen, keyPressed, prepareFrame, removeWidgets, removeWidgets, render, renderWindowBackground, renderWindowForeground, setWindowOffset, setWindowSize

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

    added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus, wrapScreenError

    Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler

    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.components.events.ContainerEventHandler

    charTyped, getChildAt, getCurrentFocusPath, isFocused, mouseClicked, mouseDragged, nextFocusPath, setFocused

    Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    mouseMoved

    Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Field Details

    • hand

      protected final net.minecraft.world.InteractionHand hand
  • Constructor Details

    • ItemValueSettingsScreen

      public ItemValueSettingsScreen(net.minecraft.world.InteractionHand hand, com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsBoard board, com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsBehaviour.ValueSettings valueSettings)
  • Method Details

    • saveAndClose

      protected void saveAndClose(double pMouseX, double pMouseY)
      Overrides:
      saveAndClose in class com.simibubi.create.foundation.blockEntity.behaviour.ValueSettingsScreen