类 JigsawBlockEditScreen

所有已实现的接口:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class JigsawBlockEditScreen extends Screen
  • 字段详细资料

    • 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

  • 构造器详细资料

  • 方法详细资料

    • onDone

      private void onDone()
    • onCancel

      private void onCancel()
    • sendToServer

      private void sendToServer()
    • parseAsInt

      private int parseAsInt(String p_311580_)
    • sendGenerate

      private void sendGenerate()
    • onClose

      public void onClose()
      覆盖:
      onClose 在类中 Screen
    • init

      protected void init()
      覆盖:
      init 在类中 Screen
    • setInitialFocus

      protected void setInitialFocus()
      覆盖:
      setInitialFocus 在类中 Screen
    • renderBackground

      public void renderBackground(GuiGraphics p_331164_, int p_330446_, int p_335384_, float p_331448_)
      覆盖:
      renderBackground 在类中 Screen
    • isValidResourceLocation

      public static boolean isValidResourceLocation(String p_344108_)
    • updateValidity

      private void updateValidity()
    • resize

      public void resize(Minecraft p_98960_, int p_98961_, int p_98962_)
      覆盖:
      resize 在类中 Screen
    • keyPressed

      public boolean keyPressed(int p_98951_, int p_98952_, int p_98953_)
      指定者:
      keyPressed 在接口中 ContainerEventHandler
      指定者:
      keyPressed 在接口中 GuiEventListener
      覆盖:
      keyPressed 在类中 Screen
    • render

      public void render(GuiGraphics p_282514_, int p_98956_, int p_98957_, float p_98958_)
      指定者:
      render 在接口中 Renderable
      覆盖:
      render 在类中 Screen