Uses of Class
net.minecraftforge.fml.network.PacketDistributor.TargetPoint
-
Packages that use PacketDistributor.TargetPoint Package Description net.minecraftforge.fml.network -
-
Uses of PacketDistributor.TargetPoint in net.minecraftforge.fml.network
Fields in net.minecraftforge.fml.network with type parameters of type PacketDistributor.TargetPoint Modifier and Type Field Description static PacketDistributor<PacketDistributor.TargetPoint>
PacketDistributor. NEAR
Send to everyone near thePacketDistributor.TargetPoint
specified in the Supplier
PacketDistributor.with(Supplier)
TargetPointMethods in net.minecraftforge.fml.network that return types with arguments of type PacketDistributor.TargetPoint Modifier and Type Method Description static java.util.function.Supplier<PacketDistributor.TargetPoint>
PacketDistributor.TargetPoint. p(double x, double y, double z, double r2, RegistryKey<World> dim)
Helper to build a TargetPoint without excluded EntityMethod parameters in net.minecraftforge.fml.network with type arguments of type PacketDistributor.TargetPoint Modifier and Type Method Description private java.util.function.Consumer<IPacket<?>>
PacketDistributor. playerListPointConsumer(java.util.function.Supplier<PacketDistributor.TargetPoint> targetPointSupplier)
-