Class JigsawBlockEditScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class JigsawBlockEditScreen extends Screen
  • Field Details

    • JOINT_LABEL

      private static final Component JOINT_LABEL
    • POOL_LABEL

      private static final Component POOL_LABEL
    • NAME_LABEL

      private static final Component NAME_LABEL
    • TARGET_LABEL

      private static final Component TARGET_LABEL
    • FINAL_STATE_LABEL

      private static final Component FINAL_STATE_LABEL
    • PLACEMENT_PRIORITY_LABEL

      private static final Component PLACEMENT_PRIORITY_LABEL
    • PLACEMENT_PRIORITY_TOOLTIP

      private static final Component PLACEMENT_PRIORITY_TOOLTIP
    • SELECTION_PRIORITY_LABEL

      private static final Component SELECTION_PRIORITY_LABEL
    • SELECTION_PRIORITY_TOOLTIP

      private static final Component SELECTION_PRIORITY_TOOLTIP
    • jigsawEntity

      private final JigsawBlockEntity jigsawEntity
    • nameEdit

      private EditBox nameEdit
    • targetEdit

      private EditBox targetEdit
    • poolEdit

      private EditBox poolEdit
    • finalStateEdit

      private EditBox finalStateEdit
    • selectionPriorityEdit

      private EditBox selectionPriorityEdit
    • placementPriorityEdit

      private EditBox placementPriorityEdit
    • levels

      int levels
    • keepJigsaws

      private boolean keepJigsaws
    • jointButton

    • doneButton

      private Button doneButton
    • generateButton

      private Button generateButton
    • joint

  • Constructor Details

  • Method Details