Package | Description |
---|---|
net.minecraftforge.fml.common.network | |
net.minecraftforge.fml.common.network.simpleimpl |
Modifier and Type | Method and Description |
---|---|
void |
FMLEventChannel.sendToAllAround(FMLProxyPacket pkt,
NetworkRegistry.TargetPoint point)
Send to all around a point
|
void |
FMLEventChannel.sendToAllTracking(FMLProxyPacket pkt,
NetworkRegistry.TargetPoint point)
Send to all tracking the point
The
range field of the NetworkRegistry.TargetPoint is ignored. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleNetworkWrapper.sendToAllAround(IMessage message,
NetworkRegistry.TargetPoint point)
Send this message to everyone within a certain range of a point.
|
void |
SimpleNetworkWrapper.sendToAllTracking(IMessage message,
NetworkRegistry.TargetPoint point)
Sends this message to everyone tracking a point.
|