Basic
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Extending ItemBuilder<Basic>
Basic extends ItemBuilder<Basic>. That means all methods available in ItemBuilder<Basic> are also available in Basic
Methods
Return Type: ItemReference
Parameter | Type |
---|---|
Parameter name | Type string |
Return Type: T
Parameter | Type |
---|---|
Parameter canEat | Type boolean |
Return Type: T
Parameter | Type |
---|---|
Parameter properties | Type ItemProperties |
Return Type: T
Parameter | Type |
---|---|
Parameter standard | Type StandardItemProperties? |
Parameter food | Type FoodItemProperties? |
Return Type: T
Parameter | Type |
---|---|
Parameter remainder | Type ItemReference |
Return Type: T
Parameter | Type |
---|---|
Parameter damage | Type int |
Return Type: T
Parameter | Type |
---|---|
Parameter fast | Type boolean |
Return Type: T
Parameter | Type |
---|---|
Parameter fireResistance | Type boolean |
Return Type: T
Parameter | Type |
---|---|
Parameter meat | Type boolean |
Return Type: T
Parameter | Type |
---|---|
Parameter nutrition | Type int |
Return Type: T
Parameter | Type |
---|---|
Parameter rarity | Type Rarity |
Return Type: T
Parameter | Type |
---|---|
Parameter modifier | Type float |
Return Type: T
Parameter | Type |
---|---|
Parameter size | Type int |
Return Type: T
Parameter | Type |
---|---|
Parameter tab | Type CreativeTabReference |