YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
YATS.client.ClientPacketHandler Class Reference
Inheritance diagram for YATS.client.ClientPacketHandler:
cpw.mods.fml.common.network.IPacketHandler

Public Member Functions

void onPacketData (INetworkManager manager, Packet250CustomPayload packet, Player player)
 

Static Public Member Functions

static void DispatchAdvExtPkt (TileAdvExtractor tile)
 
static void DispatchRMPkt (TileRoutingMarshaller tile)
 

Detailed Description

Created with IntelliJ IDEA. User: Administrator Date: 7/1/13 Time: 9:35 PM To change this template use File | Settings | File Templates.

Member Function Documentation

static void YATS.client.ClientPacketHandler.DispatchAdvExtPkt ( TileAdvExtractor  tile)
static
static void YATS.client.ClientPacketHandler.DispatchRMPkt ( TileRoutingMarshaller  tile)
static
void YATS.client.ClientPacketHandler.onPacketData ( INetworkManager  manager,
Packet250CustomPayload  packet,
Player  player 
)

Recieve a packet from one of the registered channels for this packet handler

Parameters
managerThe network manager this packet arrived from
packetThe packet itself
playerA dummy interface representing the player - it can be cast into a real player instance if needed

Implements cpw.mods.fml.common.network.IPacketHandler.


The documentation for this class was generated from the following file: