Added -s flag to //paste to select the pasted area.
Also undeprecated a method that shouldn't have been.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user