Skip to content

Instantly share code, notes, and snippets.

@bensku
Created January 19, 2014 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bensku/8507261 to your computer and use it in GitHub Desktop.
Save bensku/8507261 to your computer and use it in GitHub Desktop.
Simplest possible CustomItem
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