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,TickableElement
@Environment(CLIENT) public class MinecartCommandBlockScreen extends AbstractCommandBlockScreen
- Mappings:
Namespace Name official dxdintermediary net/minecraft/class_496named net/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen
-
Field Summary
Fields Modifier and Type Field Description private CommandBlockExecutorcommandExecutorFields inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
cancelButton, consoleCommandTextField, doneButton, previousOutputTextField, toggleTrackingOutputButton, trackingOutputFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description MinecartCommandBlockScreen(CommandBlockExecutor commandExecutor) -
Method Summary
Modifier and Type Method Description CommandBlockExecutorgetCommandExecutor()(package private) intgetTrackOutputButtonHeight()protected voidinit()Called when a screen should be initialized.protected voidsyncSettingsToServer(CommandBlockExecutor commandExecutor)Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
commitAndClose, keyPressed, mouseClicked, mouseScrolled, onClose, removed, render, resize, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffsetMethods 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
mouseMovedMethods 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 sLdxd;s:Lbsv;intermediary field_2976Lnet/minecraft/class_496;field_2976:Lnet/minecraft/class_1918;named commandExecutorLnet/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen;commandExecutor:Lnet/minecraft/world/CommandBlockExecutor;
-
-
Constructor Details
-
MinecartCommandBlockScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldxd;<init>(Lbsv;)Vintermediary <init>Lnet/minecraft/class_496;<init>(Lnet/minecraft/class_1918;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen;<init>(Lnet/minecraft/world/CommandBlockExecutor;)V
-
-
Method Details
-
getCommandExecutor
- Specified by:
getCommandExecutorin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector official hLdvz;h()Lbsv;intermediary method_2351Lnet/minecraft/class_463;method_2351()Lnet/minecraft/class_1918;named getCommandExecutorLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;getCommandExecutor()Lnet/minecraft/world/CommandBlockExecutor;
-
getTrackOutputButtonHeight
int getTrackOutputButtonHeight()- Specified by:
getTrackOutputButtonHeightin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector official iLdvz;i()Iintermediary method_2364Lnet/minecraft/class_463;method_2364()Inamed getTrackOutputButtonHeightLnet/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:
initin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector official bLdve;b()Vintermediary method_25426Lnet/minecraft/class_437;method_25426()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
syncSettingsToServer
- Specified by:
syncSettingsToServerin classAbstractCommandBlockScreen- Mappings:
Namespace Name Mixin selector official aLdvz;a(Lbsv;)Vintermediary method_2352Lnet/minecraft/class_463;method_2352(Lnet/minecraft/class_1918;)Vnamed syncSettingsToServerLnet/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen;syncSettingsToServer(Lnet/minecraft/world/CommandBlockExecutor;)V
-