Class InstrumentScreen
-
- All Implemented Interfaces:
-
net.minecraft.client.gui.components.Renderable,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener
public final class InstrumentScreen extends Screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInstrumentScreen.Companion
-
Constructor Summary
Constructors Constructor Description InstrumentScreen(Component title)
-
Method Summary
Modifier and Type Method Description BooleanisPauseScreen()BooleanisFocused()UnitextractBackground(GuiGraphicsExtractor graphics, Integer mouseX, Integer mouseY, Float a)BooleankeyPressed(KeyEvent event)BooleankeyReleased(KeyEvent event)-
Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused -
Methods inherited from class net.minecraft.client.gui.screens.Screen
added, afterKeyboardAction, afterMouseAction, afterMouseMove, canInterruptWithAnotherScreen, children, clearFocus, extractRenderState, extractRenderStateWithTooltipAndSubtitles, extractTransparentBackground, fillCrashDetails, getBackgroundMusic, getFont, getNarrationMessage, getRectangle, getTitle, handleDelayedNarration, init, isAllowedInPortal, isInGameUi, isMouseOver, onClose, onFilesDrop, removed, resize, shouldCloseOnEsc, showsActiveEffects, tick, triggerImmediateNarration, updateNarratorStatus -
Methods inherited from class net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup -
Methods inherited from class net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved, shouldTakeFocusAfterInteraction -
Methods inherited from class net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, preeditUpdated, setFocused -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isPauseScreen
Boolean isPauseScreen()
-
extractBackground
Unit extractBackground(GuiGraphicsExtractor graphics, Integer mouseX, Integer mouseY, Float a)
-
keyPressed
Boolean keyPressed(KeyEvent event)
-
keyReleased
Boolean keyReleased(KeyEvent event)
-
-
-
-