public class NetworkUtil
extends java.lang.Object
| Constructor and Description |
|---|
NetworkUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
inventoryChangeNotify(net.minecraft.entity.player.EntityPlayer player) |
static <P extends IForestryPacketClient> |
sendNetworkPacket(P packet,
net.minecraft.util.math.BlockPos pos,
net.minecraft.world.World world) |
static void |
sendToPlayer(IForestryPacketClient packet,
net.minecraft.entity.player.EntityPlayer entityplayer) |
static void |
sendToServer(IForestryPacketServer packet) |
public static <P extends IForestryPacketClient> void sendNetworkPacket(P packet, net.minecraft.util.math.BlockPos pos, net.minecraft.world.World world)
public static void sendToPlayer(IForestryPacketClient packet, net.minecraft.entity.player.EntityPlayer entityplayer)
public static void inventoryChangeNotify(net.minecraft.entity.player.EntityPlayer player)
public static void sendToServer(IForestryPacketServer packet)