MCPcopy Index your code
hub / github.com/MatrixTM/MHDDoS / data

Method data

start.py:365–367  ·  view source on GitHub ↗
(*payload: bytes)

Source from the content-addressed store, hash-verified

363
364 @staticmethod
365 def data(*payload: bytes) -> bytes:
366 payload = b''.join(payload)
367 return Minecraft.varint(len(payload)) + payload
368
369 @staticmethod
370 def short(integer: int) -> bytes:

Callers 7

handshakeMethod · 0.80
handshake_forwardedMethod · 0.80
loginMethod · 0.80
keepaliveMethod · 0.80
chatMethod · 0.80
MINECRAFTMethod · 0.80
start.pyFile · 0.80

Calls 1

varintMethod · 0.80

Tested by

no test coverage detected