Package net.neoforged.neoforge.network
Class PacketDistributor.PacketTarget
java.lang.Object
net.neoforged.neoforge.network.PacketDistributor.PacketTarget
- Enclosing class:
 - PacketDistributor<T>
 
A Distributor curried with a specific value instance, for actual dispatch
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionPacketTarget(Consumer<Packet<?>> packetConsumer, PacketDistributor<?> distributor)  - 
Method Summary
 
- 
Field Details
- 
packetConsumer
 - 
distributor
 
 - 
 - 
Constructor Details
- 
PacketTarget
PacketTarget(Consumer<Packet<?>> packetConsumer, PacketDistributor<?> distributor)  
 - 
 - 
Method Details
- 
send
 - 
send
 - 
flow
 
 -