mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Remove dead function
This commit is contained in:
parent
cd5b81bdb9
commit
ceef3110d7
@ -42,10 +42,6 @@ class Air extends Transparent{
|
|||||||
return "Air";
|
return "Air";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function canPassThrough() : bool{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isBreakable(Item $item) : bool{
|
public function isBreakable(Item $item) : bool{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user