C# Class EssentialsPlugin.NetworkHandlers.BuildBlockHandler

Inheritance: NetworkHandlerBase
Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Méthode 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 méthode

public CanHandle ( VRage.Network.CallSite site ) : bool
site VRage.Network.CallSite
Résultat bool

Handle() public méthode

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
Résultat bool