Deprecate Block.addCreativeItems, Kill in 1.6.3+ Closes #655

This commit is contained in:
LexManos 2013-08-10 23:07:49 -07:00
parent 4f172ae9a5
commit 7ad79b42bc

View file

@ -167,7 +167,7 @@
}
/**
@@ -1454,4 +1477,974 @@
@@ -1454,4 +1477,975 @@
canBlockGrass[0] = true;
StatList.initBreakableStats();
}
@ -349,6 +349,7 @@
+ *
+ * @param itemList The list of items to display on the creative inventory.
+ */
+ @Deprecated
+ public void addCreativeItems(ArrayList itemList)
+ {
+ }