mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Removed unnecessary methods Block->canBeActivated() and Item->canBeActivated() (needless extra confusion)
This commit is contained in:
@ -93,10 +93,6 @@ class Item implements ItemIds, \JsonSerializable{
|
||||
/** @var string */
|
||||
protected $name;
|
||||
|
||||
public function canBeActivated(){
|
||||
return false;
|
||||
}
|
||||
|
||||
public static function init(){
|
||||
if(self::$list === null){
|
||||
self::$list = new \SplFixedArray(65536);
|
||||
|
Reference in New Issue
Block a user