Interface EditorContext

All Known Implementing Classes:
EditorContextImpl

public interface EditorContext
  • Method Details

    • isCreateButtonActive

      boolean isCreateButtonActive()
    • setCreateButtonActive

      void setCreateButtonActive(boolean active)
    • setCreateButtonTooltip

      void setCreateButtonTooltip(net.minecraft.client.gui.components.Tooltip tooltip)
    • parentScreen

      ResearchScreen parentScreen()
    • parentPopupWidget

      @Nullable @Nullable PopupWidget parentPopupWidget()
    • widgetWidth

      int widgetWidth()
    • widgetHeight

      int widgetHeight()
    • innerWidth

      int innerWidth()
    • innerHeight

      int innerHeight()
    • padding

      int padding()