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 named net/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreenintermediary net/minecraft/class_496official gsd
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
cancelButton, commandSuggestor, consoleCommandTextField, doneButton, previousOutputTextField, toggleTrackingOutputButtonFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width -
Constructor Summary
ConstructorsConstructorDescriptionMinecartCommandBlockScreen(CommandBlockMinecartEntity commandBlockMinecartEntity) -
Method Summary
Modifier and TypeMethodDescription(package private) intprotected voidinit()Called when a screen should be initialized.protected voidMethods inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
addAdditionalButtons, commitAndClose, deferSubtitles, getUsageNarrationText, keyPressed, mouseClicked, mouseScrolled, render, resize, setInitialFocus, setPreviousOutputText, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, close, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, handleBasicClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, setInitialFocus, setWidgetAlpha, shouldCloseOnEsc, shouldPause, showsStatusEffects, switchFocus, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
getBorder, isClickable, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, setFocused
-
Field Details
-
field_63536
- Mappings:
Namespace Name Mixin selector named field_63536Lnet/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen;field_63536:Lnet/minecraft/entity/vehicle/CommandBlockMinecartEntity;intermediary field_63536Lnet/minecraft/class_496;field_63536:Lnet/minecraft/class_1697;official fLgsd;f:Ldfa;
-
-
Constructor Details
-
MinecartCommandBlockScreen
-
-
Method Details
-
getCommandExecutor
- Specified by:
getCommandExecutorin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector named getCommandExecutorLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;intermediary method_2351Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;official oLgqt;o()Ldtm;
-
getTrackOutputButtonHeight
int getTrackOutputButtonHeight()- Specified by:
getTrackOutputButtonHeightin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector named getTrackOutputButtonHeightLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getTrackOutputButtonHeight()Iintermediary method_2364Lnet/minecraft/class_463;method_2364()Iofficial pLgqt;p()I
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
- Overrides:
initin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector named initLnet/minecraft/client/gui/screen/Screen;init()Vintermediary method_25426Lnet/minecraft/class_437;method_25426()Vofficial bg_Lgpn;bg_()V
-
syncSettingsToServer
protected void syncSettingsToServer()- Specified by:
syncSettingsToServerin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector named syncSettingsToServerLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer()Vintermediary method_2352Lnet/minecraft/class_463;method_2352()Vofficial JLgqt;J()V
-