mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
RuntimeDataSizeCalculator: Tidy up junk comments
This commit is contained in:
parent
9c6d4093ae
commit
4340c26029
@ -56,12 +56,8 @@ final class RuntimeDataSizeCalculator implements RuntimeDataDescriber{
|
|||||||
$this->addBits(2);
|
$this->addBits(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @inheritDoc
|
|
||||||
*/
|
|
||||||
public function horizontalFacingFlags(array &$faces) : void{
|
public function horizontalFacingFlags(array &$faces) : void{
|
||||||
$this->addBits(count(Facing::HORIZONTAL));
|
$this->addBits(count(Facing::HORIZONTAL));
|
||||||
// TODO: Implement horizontalFacingFlags() method.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function facing(int &$facing) : void{
|
public function facing(int &$facing) : void{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user