@Environment(value=CLIENT) public class MinecartCommandBlockScreen extends AbstractCommandBlockScreen
| Modifier and Type | Field and Description |
|---|---|
private CommandBlockExecutor |
commandExecutor |
cancelButton, consoleCommandTextField, doneButton, previousOutputTextField, toggleTrackingOutputButton, trackingOutputbuttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthGUI_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, updateTrackedOutputaddButton, 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, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocusmouseMovedprivate final CommandBlockExecutor commandExecutor
public MinecartCommandBlockScreen(CommandBlockExecutor commandExecutor)
public CommandBlockExecutor getCommandExecutor()
getCommandExecutor in class AbstractCommandBlockScreenint getTrackOutputButtonHeight()
getTrackOutputButtonHeight in class AbstractCommandBlockScreenprotected void init()
This method is called when this screen is opened or resized.
init in class AbstractCommandBlockScreenprotected void syncSettingsToServer(CommandBlockExecutor commandExecutor)
syncSettingsToServer in class AbstractCommandBlockScreen