Package | Description |
---|---|
net.minecraftforge.fml.network |
Modifier and Type | Field and Description |
---|---|
static PacketDistributor<PacketDistributor.TargetPoint> |
PacketDistributor.NEAR
Send to everyone near the
PacketDistributor.TargetPoint specified in the Supplier
PacketDistributor.with(Supplier) TargetPoint |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Supplier<PacketDistributor.TargetPoint> |
PacketDistributor.TargetPoint.p(double x,
double y,
double z,
double r2,
DimensionType dim)
Helper to build a TargetPoint without excluded Entity
|
Modifier and Type | Method and Description |
---|---|
private java.util.function.Consumer<IPacket<?>> |
PacketDistributor.playerListPointConsumer(java.util.function.Supplier<PacketDistributor.TargetPoint> targetPointSupplier) |