Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1017 Bytes

selection-slot.md

File metadata and controls

32 lines (20 loc) · 1017 Bytes
description

[细节] 选择槽

前言

选择槽允许你创建一个可以从中选择图标的图标列表.

这个列表可以通过使用配方要求来填充.

添加选择槽

SelectionSlot Assembly::setSelectionSlot(int x, int y, String selectionGroup, int index)

  • x,y - 槽的位置.
  • face - 可接受输入输出的机器朝向.
  • selectionGroup - 此槽位所属的选择组.
  • index - 这个槽所代表的选择组中的索引.

请注意, 选择组与普通槽组是完全两回事.

设置最大选择数

SelectionSlot::setMaxSelection(int max)

  • max - 在此槽位所属的选择组中一次可选择多少个图标.

你不需要在一个选择组中的所有图标上调用此方案. 随便一个就可以.