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 [2020/09/14 01:50] – fix constructor draylartutorial:tools [2021/08/13 13:54] – [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 sub-class with a public constructor+`PickaxeItem` , `HoeItem` and `AxeItem` have protected constructors, which means you will need to create your own classes with a 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