Class MinecartCommandBlockScreen
java.lang.Object
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,- Navigable,- ParentElement
- Mappings:
- Namespace - Name - official - ewv- intermediary - net/minecraft/class_496- named - net/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreencancelButton, commandSuggestor, consoleCommandTextField, doneButton, previousOutputTextField, toggleTrackingOutputButtonFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) intprotected voidinit()Called when a screen should be initialized.protected voidsyncSettingsToServer(CommandBlockExecutor commandExecutor) Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreencommitAndClose, keyPressed, mouseClicked, mouseScrolled, render, resize, setPreviousOutputText, tickMethods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, 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, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, setFocused
- 
Field Details- 
commandExecutor- Mappings:
- Namespace - Name - Mixin selector - official - m- Lewv;m:Lcln;- 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>- Lewv;<init>(Lcln;)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:
- getCommandExecutorin class- AbstractCommandBlockScreen
- Mappings:
- Namespace - Name - Mixin selector - official - l- Levo;l()Lcln;- 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;
 
- 
getTrackOutputButtonHeightint getTrackOutputButtonHeight()- Specified by:
- getTrackOutputButtonHeightin class- AbstractCommandBlockScreen
- Mappings:
- Namespace - Name - Mixin selector - official - B- Levo;B()I- intermediary - method_2364- Lnet/minecraft/class_463;method_2364()I- named - getTrackOutputButtonHeight- Lnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getTrackOutputButtonHeight()I
 
- 
initprotected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized. This should call Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused.- Overrides:
- initin class- AbstractCommandBlockScreen
- Mappings:
- Namespace - Name - Mixin selector - official - b- Leuq;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:
- syncSettingsToServerin class- AbstractCommandBlockScreen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Levo;a(Lcln;)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
 
 
-