Updated item/block lists, added Bukkit API for other plugins, moved some things around.
This commit is contained in:
@@ -56,7 +56,7 @@ public class BaseBlock {
|
||||
/**
|
||||
* @return the type
|
||||
*/
|
||||
public int getID() {
|
||||
public int getType() {
|
||||
return (int)type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user