C# Class hypixel.Server.ProxyMessageData

Inheritance: hypixel.MessageData
Show file Open project: Ekwav/HypixelSkyblock

Public Methods

Method Description
Create ( string type, a, int maxAge ) : hypixel.MessageData
GetAs ( ) : T
ProxyMessageData ( string type, request, TaskCompletionSource source ) : System
SendBack ( hypixel.MessageData data, bool cache = true ) : Task

Method Details

Create() public method

public Create ( string type, a, int maxAge ) : hypixel.MessageData
type string
maxAge int
return hypixel.MessageData

GetAs() public method

public GetAs ( ) : T
return T

ProxyMessageData() public method

public ProxyMessageData ( string type, request, TaskCompletionSource source ) : System
type string
source TaskCompletionSource
return System

SendBack() public method

public SendBack ( hypixel.MessageData data, bool cache = true ) : Task
data hypixel.MessageData
cache bool
return Task