mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 02:38:54 +00:00
PhpStorm sucks
I'm very sure I enabled 'Ensure every file ends with a line break' ...
This commit is contained in:
parent
0fc24c94cd
commit
d8dc32ec4b
@ -34,7 +34,6 @@ use pocketmine\data\bedrock\item\ItemTypeIds as Ids;
|
|||||||
use pocketmine\data\bedrock\item\SavedItemData as Data;
|
use pocketmine\data\bedrock\item\SavedItemData as Data;
|
||||||
use pocketmine\data\bedrock\PotionTypeIdMap;
|
use pocketmine\data\bedrock\PotionTypeIdMap;
|
||||||
use pocketmine\item\Banner;
|
use pocketmine\item\Banner;
|
||||||
use pocketmine\item\Durable;
|
|
||||||
use pocketmine\item\Item;
|
use pocketmine\item\Item;
|
||||||
use pocketmine\item\ItemBlock;
|
use pocketmine\item\ItemBlock;
|
||||||
use pocketmine\item\PotionType;
|
use pocketmine\item\PotionType;
|
||||||
|
@ -25,4 +25,4 @@ namespace pocketmine\data\bedrock\item;
|
|||||||
|
|
||||||
final class ItemTypeDeserializeException extends \RuntimeException{
|
final class ItemTypeDeserializeException extends \RuntimeException{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -25,4 +25,4 @@ namespace pocketmine\data\bedrock\item;
|
|||||||
|
|
||||||
final class ItemTypeSerializeException extends \LogicException{
|
final class ItemTypeSerializeException extends \LogicException{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -58,4 +58,4 @@ final class CoralFan extends Item{
|
|||||||
public function getMaxStackSize() : int{
|
public function getMaxStackSize() : int{
|
||||||
return $this->getBlock()->getMaxStackSize();
|
return $this->getBlock()->getMaxStackSize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,4 +39,4 @@ final class ItemIdentifierFlattened extends ItemIdentifier{
|
|||||||
public function getAllIds() : array{
|
public function getAllIds() : array{
|
||||||
return [$this->getId(), ...$this->additionalIds];
|
return [$this->getId(), ...$this->additionalIds];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user