You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
Inventory opener (addWindow-related member functions)
World viewer (chunk loading, block update sending)
Client (through a connection) (Recommended: Create another class pocketmine\network\Client) (Possible enhancement: making it possible to have zero to multiple connections (Clients) for the same Player)
ACK/NACK handling
data packet handling and sending
login handling
chunk-sending
client-specific data
Miscellaneous (Move this to pocketmine\network\protocol\Info!
Issue description
Player.php is seriously messed up. The
pocketmine\Player
class has too many functions, which should be split up.Functions
IPlayer
)pocketmine\network\Client
) (Possible enhancement: making it possible to have zero to multiple connections (Client
s) for the samePlayer
)pocketmine\network\protocol\Info
!See also
A question on Programmers Stack ExchangeSteps to reproduce the issue
OS and versions
Crashdump, backtrace or other files
The text was updated successfully, but these errors were encountered: