Updated item/block lists, added Bukkit API for other plugins, moved some things around.

This commit is contained in:
sk89q
2011-01-16 09:39:11 -08:00
parent 3b9fe1b0c4
commit 80d7bbfa3c
19 changed files with 473 additions and 101 deletions

View File

@@ -56,7 +56,7 @@ public class BaseBlock {
/**
* @return the type
*/
public int getID() {
public int getType() {
return (int)type;
}