C# Class EssentialsPlugin.NetworkHandlers.GridNameHandler

Inheritance: NetworkHandlerBase
显示文件 Open project: rexxar-tc/EssentialsPlugin

Public Methods

Method Description
CanHandle ( VRage.Network.CallSite site ) : bool
Handle ( ulong remoteUserId, VRage.Network.CallSite site, VRage.Library.Collections.BitStream stream, object obj ) : bool

Method Details

CanHandle() public method

public CanHandle ( VRage.Network.CallSite site ) : bool
site VRage.Network.CallSite
return bool

Handle() public method

public Handle ( ulong remoteUserId, VRage.Network.CallSite site, VRage.Library.Collections.BitStream stream, object obj ) : bool
remoteUserId ulong
site VRage.Network.CallSite
stream VRage.Library.Collections.BitStream
obj object
return bool