User Tools

Site Tools


tutorial:tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:tools [2021/08/13 13:55] – [Creating Tools] kaloyankystutorial:tools [2021/08/13 13:57] – [Creating Tools] kaloyankys
Line 99: Line 99:
 </code> </code>
  
-`PickaxeItem` , `HoeItem` and `AxeItem` have protected constructors, which means you will need to create your own classes with public constructors: +`PickaxeItem` , `HoeItem` and `AxeItem` have protected constructors, which means you will need to create your own classes with public constructors: 
 <code java [enable_line_numbers=true]> <code java [enable_line_numbers=true]>
 public class CustomPickaxeItem extends PickaxeItem { public class CustomPickaxeItem extends PickaxeItem {
tutorial/tools.txt · Last modified: 2023/09/07 05:32 by drakonkinst