Created
January 19, 2014 16:36
-
-
Save bensku/8507261 to your computer and use it in GitHub Desktop.
Simplest possible CustomItem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bensku.plugin.ItemAPI.api.CustomItem; | |
public class TestWand extends CustomItem { | |
public TestWand() { | |
super("testWand"); //CodeName of item | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment