Class AbstractCommandBlockEditScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Widget
Direct Known Subclasses:
CommandBlockEditScreen, MinecartCommandBlockEditScreen

public abstract class AbstractCommandBlockEditScreen extends Screen
  • Field Details

    • SET_COMMAND_LABEL

      private static final Component SET_COMMAND_LABEL
    • COMMAND_LABEL

      private static final Component COMMAND_LABEL
    • PREVIOUS_OUTPUT_LABEL

      private static final Component PREVIOUS_OUTPUT_LABEL
    • commandEdit

      protected EditBox commandEdit
    • previousEdit

      protected EditBox previousEdit
    • doneButton

      protected Button doneButton
    • cancelButton

      protected Button cancelButton
    • outputButton

      protected CycleButton<Boolean> outputButton
    • commandSuggestions

      CommandSuggestions commandSuggestions
  • Constructor Details

    • AbstractCommandBlockEditScreen

      public AbstractCommandBlockEditScreen()
  • Method Details

    • tick

      public void tick()
      Overrides:
      tick in class Screen
    • getCommandBlock

      abstract BaseCommandBlock getCommandBlock()
    • getPreviousY

      abstract int getPreviousY()
    • init

      protected void init()
      Overrides:
      init in class Screen
    • resize

      public void resize(Minecraft p_97677_, int p_97678_, int p_97679_)
      Overrides:
      resize in class Screen
    • updatePreviousOutput

      protected void updatePreviousOutput(boolean p_169599_)
    • onDone

      protected void onDone()
    • removed

      public void removed()
      Overrides:
      removed in class Screen
    • populateAndSendPacket

      protected abstract void populateAndSendPacket(BaseCommandBlock p_97670_)
    • onEdited

      private void onEdited(String p_97689_)
    • keyPressed

      public boolean keyPressed(int p_97667_, int p_97668_, int p_97669_)
      Specified by:
      keyPressed in interface ContainerEventHandler
      Specified by:
      keyPressed in interface GuiEventListener
      Overrides:
      keyPressed in class Screen
    • mouseScrolled

      public boolean mouseScrolled(double p_97659_, double p_97660_, double p_97661_)
    • mouseClicked

      public boolean mouseClicked(double p_97663_, double p_97664_, int p_97665_)
    • render

      public void render(PoseStack p_97672_, int p_97673_, int p_97674_, float p_97675_)
      Specified by:
      render in interface Widget
      Overrides:
      render in class Screen