Package net.minecraft.client.gui.screen
Class EditMinecartCommandBlockScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.AbstractCommandBlockScreen
-
- net.minecraft.client.gui.screen.EditMinecartCommandBlockScreen
-
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen
public class EditMinecartCommandBlockScreen extends AbstractCommandBlockScreen
-
-
Field Summary
Fields Modifier and Type Field Description private CommandBlockLogiccommandBlock-
Fields inherited from class net.minecraft.client.gui.screen.AbstractCommandBlockScreen
cancelButton, commandEdit, doneButton, outputButton, previousEdit, trackOutput
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description EditMinecartCommandBlockScreen(CommandBlockLogic p_i46595_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandBlockLogicgetCommandBlock()(package private) intgetPreviousY()protected voidinit()protected voidpopulateAndSendPacket(CommandBlockLogic p_195235_1_)-
Methods inherited from class net.minecraft.client.gui.screen.AbstractCommandBlockScreen
keyPressed, mouseClicked, mouseScrolled, onClose, onDone, removed, render, resize, tick, updateCommandOutput
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseDragged, mouseReleased, setInitialFocus
-
-
-
-
Field Detail
-
commandBlock
private final CommandBlockLogic commandBlock
-
-
Constructor Detail
-
EditMinecartCommandBlockScreen
public EditMinecartCommandBlockScreen(CommandBlockLogic p_i46595_1_)
-
-
Method Detail
-
getCommandBlock
public CommandBlockLogic getCommandBlock()
- Specified by:
getCommandBlockin classAbstractCommandBlockScreen
-
getPreviousY
int getPreviousY()
- Specified by:
getPreviousYin classAbstractCommandBlockScreen
-
init
protected void init()
- Overrides:
initin classAbstractCommandBlockScreen
-
populateAndSendPacket
protected void populateAndSendPacket(CommandBlockLogic p_195235_1_)
- Specified by:
populateAndSendPacketin classAbstractCommandBlockScreen
-
-