Axe
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 ToolBuilder<Axe>
Axe extends ToolBuilder<Axe>. That means all methods available in ToolBuilder<Axe> are also available in Axe
Methods
Return Type: T
Parameter | Type |
---|---|
Parameter attackSpeed | Type float |
Return Type: T
Parameter | Type |
---|---|
Parameter attackDamageBase | Type float |
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 |
Return Type: T
Parameter | Type |
---|---|
Parameter tier | Type TierReference |