Class MinecartCommandBlockScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
net.minecraft.client.gui.screen.ingame.MinecartCommandBlockScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
- Mappings:
Namespace Name official ere
intermediary net/minecraft/class_496
named net/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
cancelButton, commandSuggestor, consoleCommandTextField, doneButton, previousOutputTextField, toggleTrackingOutputButton
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) int
protected void
init()
Called when a screen should be initialized.protected void
syncSettingsToServer
(CommandBlockExecutor commandExecutor) Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
commitAndClose, keyPressed, mouseClicked, mouseScrolled, render, resize, setPreviousOutputText, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderWithTooltip, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
commandExecutor
- Mappings:
Namespace Name Mixin selector official p
Lere;p:Lcix;
intermediary field_2976
Lnet/minecraft/class_496;field_2976:Lnet/minecraft/class_1918;
named commandExecutor
Lnet/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen;commandExecutor:Lnet/minecraft/world/CommandBlockExecutor;
-
-
Constructor Details
-
MinecartCommandBlockScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lere;<init>(Lcix;)V
intermediary <init>
Lnet/minecraft/class_496;<init>(Lnet/minecraft/class_1918;)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen;<init>(Lnet/minecraft/world/CommandBlockExecutor;)V
-
-
Method Details
-
getCommandExecutor
- Specified by:
getCommandExecutor
in classAbstractCommandBlockScreen
- Mappings:
Namespace Name Mixin selector official i
Lepy;i()Lcix;
intermediary method_2351
Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;
named getCommandExecutor
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;
-
getTrackOutputButtonHeight
int getTrackOutputButtonHeight()- Specified by:
getTrackOutputButtonHeight
in classAbstractCommandBlockScreen
- Mappings:
Namespace Name Mixin selector official w
Lepy;w()I
intermediary method_2364
Lnet/minecraft/class_463;method_2364()I
named getTrackOutputButtonHeight
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getTrackOutputButtonHeight()I
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
- Overrides:
init
in classAbstractCommandBlockScreen
- Mappings:
Namespace Name Mixin selector official b
Lepb;b()V
intermediary method_25426
Lnet/minecraft/class_437;method_25426()V
named init
Lnet/minecraft/client/gui/screen/Screen;init()V
-
syncSettingsToServer
- Specified by:
syncSettingsToServer
in classAbstractCommandBlockScreen
- Mappings:
Namespace Name Mixin selector official a
Lepy;a(Lcix;)V
intermediary method_2352
Lnet/minecraft/class_463;method_2352(Lnet/minecraft/class_1918;)V
named syncSettingsToServer
Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer(Lnet/minecraft/world/CommandBlockExecutor;)V
-