Strata
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Strata
minecraft-fabric-1.20.5
/
dev.s7a.strata.runtime.minecraft.fabric
/
FabricRemoteTransport
Fabric
Remote
Transport
class
FabricRemoteTransport
(
source
)
Sends one bounded Strata frame through Minecraft's native play connection.
Members
Functions
register
Link copied to clipboard
open
fun
register
(
connection
:
ClientPacketListener
)
Advertises the client channel before beginning the Strata capability exchange.
send
Link copied to clipboard
open
fun
send
(
connection
:
ClientPacketListener
,
bytes
:
Array
<
Byte
>
)
Enqueues a native custom payload on the authenticated client connection.