Added -s flag to //paste to select the pasted area.

Also undeprecated a method that shouldn't have been.
This commit is contained in:
wizjany
2014-01-12 14:54:44 -05:00
parent ca44ee073a
commit ab0d170d9a
2 changed files with 24 additions and 9 deletions

View File

@ -530,9 +530,7 @@ public enum BlockType {
*
* @param id
* @return
* @deprecated Use {@link #canPassThrough(int,int)} instead
*/
@Deprecated
public static boolean canPassThrough(int id) {
return canPassThrough.contains(id);
}