Uses of Record Class
net.minecraftforge.network.PacketDistributor.PacketTarget
Packages that use PacketDistributor.PacketTarget
-
Uses of PacketDistributor.PacketTarget in net.minecraftforge.network
Methods in net.minecraftforge.network that return PacketDistributor.PacketTargetModifier and TypeMethodDescriptionPacketDistributor.noArg()
Apply a no argument value to a distributor to generate an instance for sending packets to.Apply the supplied value to the specific distributor to generate an instance for sending packets to.Methods in net.minecraftforge.network with parameters of type PacketDistributor.PacketTargetModifier and TypeMethodDescriptionvoid
Channel.send
(MSG msg, PacketDistributor.PacketTarget target) Send a message to thePacketDistributor.PacketTarget
from aPacketDistributor
instance.