Uses of Class
net.minecraftforge.fmllegacy.network.PacketDistributor.PacketTarget
Packages that use PacketDistributor.PacketTarget
Package
Description
-
Uses of PacketDistributor.PacketTarget in net.minecraftforge.fmllegacy.network
Methods in net.minecraftforge.fmllegacy.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. -
Uses of PacketDistributor.PacketTarget in net.minecraftforge.fmllegacy.network.simple
Methods in net.minecraftforge.fmllegacy.network.simple with parameters of type PacketDistributor.PacketTargetModifier and TypeMethodDescription<MSG> void
SimpleChannel.send(PacketDistributor.PacketTarget target, MSG message)
Send a message to thePacketDistributor.PacketTarget
from aPacketDistributor
instance.