mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Apparently this function is no longer needed
This commit is contained in:
parent
b0936a50c1
commit
18b711aca8
@ -228,12 +228,6 @@ class Block{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private function decodeFullState(int $data) : void{
|
|
||||||
$reader = new RuntimeDataReader($this->requiredBlockItemStateDataBits + $this->requiredBlockOnlyStateDataBits, $data);
|
|
||||||
$this->decodeBlockItemState($reader->readInt($this->requiredBlockItemStateDataBits));
|
|
||||||
$this->decodeBlockOnlyState($reader->readInt($this->requiredBlockOnlyStateDataBits));
|
|
||||||
}
|
|
||||||
|
|
||||||
private function encodeBlockItemState() : int{
|
private function encodeBlockItemState() : int{
|
||||||
$writer = new RuntimeDataWriter($this->requiredBlockItemStateDataBits);
|
$writer = new RuntimeDataWriter($this->requiredBlockItemStateDataBits);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user