mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-30 04:19:30 +00:00
amount & size
This commit is contained in:
@@ -38,6 +38,8 @@ public interface ItemBuilder extends BuildableItem {
|
||||
|
||||
ItemBuilder amount(int amount);
|
||||
|
||||
ItemBuilder amount(int min_amount, int max_amount);
|
||||
|
||||
ItemBuilder tag(boolean tag, String type, String id);
|
||||
|
||||
ItemBuilder unbreakable(boolean unbreakable);
|
||||
|
||||
Reference in New Issue
Block a user