Class ClientPacketDistributor
java.lang.Object
net.neoforged.neoforge.client.network.ClientPacketDistributor
Means to distribute serverbound packets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
sendToServer
(CustomPacketPayload payload, CustomPacketPayload... payloads) Send the given payload(s) to the server
-
Constructor Details
-
ClientPacketDistributor
private ClientPacketDistributor()
-
-
Method Details
-
sendToServer
Send the given payload(s) to the server
-