mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
ws
This commit is contained in:
parent
710201fd51
commit
d03f4d76a2
@ -56,6 +56,7 @@ final class BlockStateDeserializer{
|
||||
}
|
||||
$this->deserializeFuncs[$id] = $c;
|
||||
}
|
||||
|
||||
public function __construct(){
|
||||
$this->map(Ids::ACACIA_BUTTON, fn(BlockStateReader $in) => Helper::decodeButton(VanillaBlocks::ACACIA_BUTTON(), $in));
|
||||
$this->map(Ids::ACACIA_DOOR, fn(BlockStateReader $in) => Helper::decodeDoor(VanillaBlocks::ACACIA_DOOR(), $in));
|
||||
|
Loading…
x
Reference in New Issue
Block a user