Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCruelStuff committed Mar 8, 2020
2 parents d71f4ad + 12eb1c3 commit 5341323
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pocketmine/item/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -1107,10 +1107,6 @@ public static function addCreativeItem(Item $item, $creativeGroup = self::CREATI
Item::$creative[] = ['item' => Item::get($item->getId(), $item->getDamage()), 'group' => $creativeGroup];
}

public static function getCreativeGroups(){
return Item::$creativeGroupData;
}

public static function removeCreativeItem(Item $item){
$index = self::getCreativeItemIndex($item);
if($index !== -1){
Expand Down

0 comments on commit 5341323

Please sign in to comment.