public class PacketManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.fml.network.simple.SimpleChannel |
INSTANCE |
Constructor and Description |
---|
PacketManager() |
Modifier and Type | Method and Description |
---|---|
static void |
initPackets()
Registers all packets
|
static void |
updateTileWithClientInfo(net.minecraft.tileentity.TileEntity tile)
Reverse of normal syncing, will send client side data to server to replace
|
public static final net.minecraftforge.fml.network.simple.SimpleChannel INSTANCE
public static void initPackets()
public static void updateTileWithClientInfo(net.minecraft.tileentity.TileEntity tile)
tile
- The tile you wish to update to server