Interface ClientboundPacketSpecification
- All Superinterfaces:
PacketSpecification
Full specification for a clientbound packet. DO NOT classload any client side classes within the specification class.
-
Method Summary
Methods inherited from interface dev.the_fireplace.lib.api.network.interfaces.PacketSpecification
getPacketID, shouldSilentlyFailOnMissingReceiver
-
Method Details
-
getReceiverFactory
Supplier<ClientboundPacketReceiver> getReceiverFactory()
-