mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
phpdoc: populate missing parameter typeinfo
This commit is contained in:
@ -162,6 +162,13 @@ class CraftingDataPacket extends DataPacket{
|
||||
$this->cleanRecipes = $this->getBool();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param object $entry
|
||||
* @param NetworkBinaryStream $stream
|
||||
* @param int $pos
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
private static function writeEntry($entry, NetworkBinaryStream $stream, int $pos){
|
||||
if($entry instanceof ShapelessRecipe){
|
||||
return self::writeShapelessRecipe($entry, $stream, $pos);
|
||||
|
Reference in New Issue
Block a user