Added /searchitem or //l command to lookup items and block by name and ID.

This commit is contained in:
sk89q
2011-01-29 21:31:07 -08:00
parent ec9c9885c9
commit 25f54a3d0c
3 changed files with 91 additions and 0 deletions

View File

@@ -300,6 +300,15 @@ public enum ItemType {
return name;
}
/**
* Get a list of aliases.
*
* @return
*/
public String[] getAliases() {
return lookupKeys;
}
/**
* Returns true if an item should not be stacked.
*