Package com.ericlam.mc.eldgui.component
Interface AttributeController
public interface AttributeController
物品屬性編輯器
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<C> C
getAttribute
(ItemStack item, String key) 獲取物品的屬性void
setAttribute
(char pattern, String key, Object value) 設置 該 pattern 内所有物品的屬性void
setAttribute
(ItemStack itemStack, String key, Object value) 設置屬性
-
Field Details
-
VALUE_TAG
預設綁定 Model 屬性數值 的 標識文字- See Also:
-
FIELD_TAG
預設綁定 Model 屬性名稱 的 標識文字- See Also:
-
-
Method Details
-
setAttribute
設置屬性- Parameters:
itemStack
- 物品key
- 鍵value
- 數值
-
setAttribute
設置 該 pattern 内所有物品的屬性- Parameters:
pattern
- patternkey
- 鍵value
- 數值
-
getAttribute
獲取物品的屬性- Type Parameters:
C
- 獲取類型- Parameters:
item
- 物品key
- 鍵- Returns:
- 數值
-