@Environment(value=CLIENT) public class MinecartCommandBlockScreen extends AbstractCommandBlockScreen
Modifier and Type | Field and Description |
---|---|
private CommandBlockExecutor |
commandExecutor |
cancelButton, consoleCommandTextField, doneButton, previousOutputTextField, toggleTrackingOutputButton, trackingOutput
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Constructor and Description |
---|
MinecartCommandBlockScreen(CommandBlockExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
CommandBlockExecutor |
getCommandExecutor() |
(package private) int |
getTrackOutputButtonHeight() |
protected void |
init()
Called when a screen should be initialized.
|
protected void |
syncSettingsToServer(CommandBlockExecutor commandExecutor) |
commitAndClose, keyPressed, mouseClicked, mouseScrolled, onClose, removed, render, resize, tick, updateTrackedOutput
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, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
getFocused, isDragging, setDragging, setFocused
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocus
mouseMoved
private final CommandBlockExecutor commandExecutor
public MinecartCommandBlockScreen(CommandBlockExecutor commandExecutor)
public CommandBlockExecutor getCommandExecutor()
getCommandExecutor
in class AbstractCommandBlockScreen
int getTrackOutputButtonHeight()
getTrackOutputButtonHeight
in class AbstractCommandBlockScreen
protected void init()
This method is called when this screen is opened
or resized.
init
in class AbstractCommandBlockScreen
protected void syncSettingsToServer(CommandBlockExecutor commandExecutor)
syncSettingsToServer
in class AbstractCommandBlockScreen