PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\NetworkPermissions Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\NetworkPermissions:

Public Member Functions

 __construct (private bool $disableClientSounds)
 
 disableClientSounds ()
 
 encode (ByteBufferWriter $out)
 

Static Public Member Functions

static decode (ByteBufferReader $in)
 

Detailed Description

Definition at line 21 of file NetworkPermissions.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\NetworkPermissions::__construct ( private bool $disableClientSounds)

Definition at line 22 of file NetworkPermissions.php.

Member Function Documentation

◆ decode()

static pocketmine\network\mcpe\protocol\types\NetworkPermissions::decode ( ByteBufferReader $in)
static

Definition at line 30 of file NetworkPermissions.php.

◆ disableClientSounds()

pocketmine\network\mcpe\protocol\types\NetworkPermissions::disableClientSounds ( )

Definition at line 26 of file NetworkPermissions.php.

◆ encode()

pocketmine\network\mcpe\protocol\types\NetworkPermissions::encode ( ByteBufferWriter $out)

Definition at line 35 of file NetworkPermissions.php.


The documentation for this class was generated from the following file: