Uses of Class
net.minecraftforge.fml.network.PacketDistributor.PacketTarget
-
Packages that use PacketDistributor.PacketTarget Package Description net.minecraftforge.fml.network net.minecraftforge.fml.network.simple -
-
Uses of PacketDistributor.PacketTarget in net.minecraftforge.fml.network
Methods in net.minecraftforge.fml.network that return PacketDistributor.PacketTarget Modifier and Type Method Description PacketDistributor.PacketTarget
PacketDistributor. noArg()
Apply a no argument value to a distributor to generate an instance for sending packets to.PacketDistributor.PacketTarget
PacketDistributor. with(java.util.function.Supplier<T> input)
Apply the supplied value to the specific distributor to generate an instance for sending packets to. -
Uses of PacketDistributor.PacketTarget in net.minecraftforge.fml.network.simple
Methods in net.minecraftforge.fml.network.simple with parameters of type PacketDistributor.PacketTarget Modifier and Type Method Description <MSG> void
SimpleChannel. send(PacketDistributor.PacketTarget target, MSG message)
Send a message to thePacketDistributor.PacketTarget
from aPacketDistributor
instance.
-